|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-03 18:04 UTC] k.schroeder@php.net
[2003-02-04 00:31 UTC] moriyoshi@php.net
[2003-02-04 00:33 UTC] moriyoshi@php.net
[2003-02-04 01:42 UTC] k.schroeder@php.net
[2003-02-13 12:35 UTC] k.schroeder@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 04:00:02 2025 UTC |
/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* } } }