[PHP-DEV] PHP 4.0 Bug #2700 Updated: include/require paths different From: Bug Database (php-dev <email protected>)
Date: 11/25/99

ID: 2700
Updated by: zeev
Reported By: pfaffman <email protected>
Status: Closed
Bug Type: Documentation problem
Assigned To:
Comments:

There shouldn't be any change in behavior from PHP 3.0 here,
it's the same code. In both versions, if you specify no
include_path at all, . (cwd) is assumed. But if you do
specify an include_path, . is no longer assumed, and you have to explicitly specify it in order for it to work.

Full Bug description available at: http://bugs.php.net/version4/?id=2700

-- 
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>