Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001041

[PHP-DEV] Bug #10318 Updated: pathinfo causes network error From: thies <email protected>
Date: 04/13/01

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>