ID: 9469 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Compile Failure Operating system: PHP Version: 4.0.4pl1 Assigned To: jmoore Comments: Ill look into it. Amra, you seem to report a lot of bugs on both IRIX and OS400, one of the problems we have is getting access to some of the less common machines to test fixes etc, especially with IRIX and OS400 machines. Do IBM have any test machines we could possibly get accounts on for testing fixes, this would be a great help if it is possible and would allow us to fix bugs quicker as what generally happens now is people see its OS400 or IRIX and ignore them as we dont have machines to test fixes on. - James Previous Comments: --------------------------------------------------------------------------- [2001-03-09 12:41:47] [EMAIL PROTECTED] Just wondering what the status of this is... --------------------------------------------------------------------------- [2001-02-26 17:52:34] [EMAIL PROTECTED] In addition, TSRM/tsrm_virtual_cwd.c uses realpath without checking HAVE_REALPATH. --------------------------------------------------------------------------- [2001-02-26 14:41:14] [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. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=9469&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]