Date: 02/26/01
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] RE: PHP 4.0 Bug #9471 Updated: Warning: $CS is not anobject in /www/wwwx/index.phtml on line 25"
- Previous message: Ed Lee: "[PHP-DEV] RE: PHP 4.0 Bug #9471 Updated: Warning: $CS is not an object in /www/wwwx/index.phtml on line 25"
- Next in thread: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked"
- Maybe reply: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 9469
User Update by: amra <email protected>
Status: Open
Bug Type: Compile Failure
Description: HAVE_REALPATH not being checked
In addition, TSRM/tsrm_virtual_cwd.c uses realpath without checking HAVE_REALPATH.
Previous Comments:
---------------------------------------------------------------------------
[2001-02-26 14:41:14] amra <email protected>
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.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=9469
-- 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: Sebastian Bergmann: "Re: [PHP-DEV] RE: PHP 4.0 Bug #9471 Updated: Warning: $CS is not anobject in /www/wwwx/index.phtml on line 25"
- Previous message: Ed Lee: "[PHP-DEV] RE: PHP 4.0 Bug #9471 Updated: Warning: $CS is not an object in /www/wwwx/index.phtml on line 25"
- Next in thread: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked"
- Maybe reply: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

