ID: 9469 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Compile Failure Operating System: OS400 PHP Version: 4.0.4pl1 Old Assigned To: jmoore Assigned To: New Comment:
fixed in CVS on the PHP part. TSRM will be fixed soon too. --Jani Previous Comments: ------------------------------------------------------------------------ [2001-06-17 05:23:16] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=9469&edit=1 -- 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]