ID: 22038 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Critical +Status: Closed Bug Type: Zend Engine 2 problem Operating System: Windows 2000 Server PHP Version: 5CVS-2003-02-03 (dev) New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. It works now with latestest snap. Previous Comments: ------------------------------------------------------------------------ [2003-02-04 01:42:27] [EMAIL PROTECTED] I've tested with latestet php4-win32 snap and latestest source snaps of PHP4 and PHP5 on Linux. All these tests works, it's only a problem with PHP5 + Win. Critical in my eyes because /run-tests.php doesn't work and array's are important. ------------------------------------------------------------------------ [2003-02-04 00:33:23] [EMAIL PROTECTED] s/intentionally/intensively/ ------------------------------------------------------------------------ [2003-02-04 00:31:24] [EMAIL PROTECTED] Did you try one of the branch version (ZE1)? And I suppose we have to look into the problem more intentionally before marking this as critical. ------------------------------------------------------------------------ [2003-02-03 18:04:07] [EMAIL PROTECTED] Looks like an windows only problem. It works on Linux with latest source snap. Please verify on other operating systems. ------------------------------------------------------------------------ [2003-02-03 17:53:18] [EMAIL PROTECTED] /run-tests.php doesn't work with latest php5-win32 snap on W2kserver. Every second array value get an array key. declaration (line 141): $ini_overwrites = array( 'output_handler=', 'zlib.output_compression=Off', 'open_basedir=', 'safe_mode=0', 'disable_functions=', 'output_buffering=Off', 'error_reporting=2047', 'display_errors=1', 'log_errors=0', 'html_errors=0', 'track_errors=1', 'report_memleaks=1', 'report_zend_debug=0', 'docref_root=/phpmanual/', 'docref_ext=.html', 'error_prepend_string=', 'error_append_string=', 'auto_prepend_file=', 'auto_append_file=', 'magic_quotes_runtime=0', ); var_dump($settings); (added on line 794): array(11) { [""]=> string(15) "output_handler=" ["zlib.output_compression=Off"]=> string(13) "open_basedir=" ["safe_mode=0"]=> string(18) "disable_functions=" ["output_buffering=Off"]=> string(20) "error_reporting=2047" ["display_errors=1"]=> string(12) "log_errors=0" ["html_errors=0"]=> string(14) "track_errors=1" ["report_memleaks=1"]=> string(19) "report_zend_debug=0" ["docref_root=/phpmanual/"]=> string(16) "docref_ext=.html" ["error_prepend_string="]=> string(20) "error_append_string=" ["auto_prepend_file="]=> string(17) "auto_append_file=" ["magic_quotes_runtime=0"]=> &array(1) { ["magic_quotes_runtime=0"]=> &array(1) { ["magic_quotes_runtime=0"]=> *RECURSION* } } } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22038&edit=1
