From: Date: Wed, 20 Jun 2007 01:31:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~415 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2fd842bcd5f633f1ef25d153068214e4ce2d2c6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 40a36a39b5..27f1da6ed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2007-06-19 Ilia Alshanetsky + + * (PHP_5_2) + ext/openssl/openssl.c: + + Fixed a memory leak inside load_all_certs_file() + +2007-06-19 Jani Taskinen + + * (PHP_5_2) + NEWS: + bfn + +2007-06-19 Nuno Lopes + + * ext/pcre/tests/bug40909.phpt: + new test + + * ext/pcre/tests/bug40909.phpt + ext/pcre/tests/bug40909.phpt: + + file bug40909.phpt was initially added on branch PHP_5_2. + + * ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/config.h + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcre_exec.c + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/testdata/testinput6 + ext/pcre/pcrelib/testdata/testinput9 + ext/pcre/pcrelib/testdata/testoutput6 + ext/pcre/pcrelib/testdata/testoutput9: + final PCRE 7.2 release + + * (PHP_5_2) + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/config.h + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcre_exec.c + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/testdata/testinput6 + ext/pcre/pcrelib/testdata/testinput9 + ext/pcre/pcrelib/testdata/testoutput6 + ext/pcre/pcrelib/testdata/testoutput9: + final PCRE 7.2 release :-) + +2007-06-19 Derick Rethans + + * (PHP_5_2) + NEWS + ext/standard/var.c + ext/standard/tests/general_functions/var_export-locale.phpt + main/snprintf.c + main/spprintf.c: + - MFH: Added the H modifier to create non-locale-aware non-fixed-precision + float representations. + - MFH: Fixed var_export() to use the new H modifier so that it can + generate + parsable PHP code for floats again, independent of the locale. + + * ext/standard/var.c + ext/standard/tests/general_functions/var_export-locale.phpt + ext/standard/tests/general_functions/var_export-locale.phpt + main/snprintf.c + main/spprintf.c: + - Added the H modifier to create non-locale-aware non-fixed-precision float + representations. + - Fixed var_export() to use the new H modifier so that it can generate + parsable PHP code for floats again, independent of the locale. + 2007-06-18 Jani Taskinen * (PHP_5_2)