ID: 10318
Updated by: thies
Reported By: [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] [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]