changelog Wed Jun 20 01:31:13 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2724&r2=1.2725&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2724 php-src/ChangeLog:1.2725
--- php-src/ChangeLog:1.2724 Tue Jun 19 01:31:16 2007
+++ php-src/ChangeLog Wed Jun 20 01:31:13 2007
@@ -1,3 +1,75 @@
+2007-06-19 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/openssl/openssl.c:
+
+ Fixed a memory leak inside load_all_certs_file()
+
+2007-06-19 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ bfn
+
+2007-06-19 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_2)