Date: 02/26/01
- Next message: cynic <email protected>: "[PHP-DEV] PHP 4.0 Bug #9467 Updated: parse error when closing function in require()/include() file"
- Previous message: stock <email protected>: "[PHP-DEV] PHP 4.0 Bug #9468: fread stops reading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: amra <email protected>
Operating system: OS400
PHP version: 4.0.4pl1
PHP Bug Type: Compile Failure
Bug description: HAVE_REALPATH not being checked
Get a compile error in ex/standard/basic_functions.c because realpath() is not available.
The current code does not check for HAVE_REALPATH...here is the current code:
#if (!defined(PHP_WIN32) && !defined(__BEOS__)) || defined(ZTS)
PHP_FE(realpath, NULL)
#else
PHP_FALIAS(realpath,warn_not_available,NULL)
#endif
HAVE_REALPATH should be checked.
-- Edit Bug report at: http://bugs.php.net/?id=9469&edit=1-- 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: cynic <email protected>: "[PHP-DEV] PHP 4.0 Bug #9467 Updated: parse error when closing function in require()/include() file"
- Previous message: stock <email protected>: "[PHP-DEV] PHP 4.0 Bug #9468: fread stops reading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

