php-developer-list | 2001041
Date: 04/13/01
- Next message: cnewbill <email protected>: "[PHP-DEV] Bug #10311 Updated: parse error generated for comment"
- Previous message: ttttntl <email protected>: "[PHP-DEV] Bug #10314: split() function is'nt stable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10318
Updated by: thies
Reported By: bmccarty <email protected>
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
PHP Version: 4.0.4pl1
Assigned To:
Comments:
fixed in CVS and 4.0.5 branch
Previous Comments:
---------------------------------------------------------------------------
[2001-04-13 13:46:06] bmccarty <email protected>
Calling pathinfo() on a path that lacks a file extension causes PHP to screw up:
$info = pathinfo("/home/bill/bin/script");
The similar invocation works fine:
$info = pathinfo("/home/bill/bin/script.php");
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10318&edit=2
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: cnewbill <email protected>: "[PHP-DEV] Bug #10311 Updated: parse error generated for comment"
- Previous message: ttttntl <email protected>: "[PHP-DEV] Bug #10314: split() function is'nt stable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

