]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 20 Jun 2007 01:31:13 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Wed, 20 Jun 2007 01:31:13 +0000 (01:31 +0000)
ChangeLog

index 40a36a39b5cbf24f806a389b0c66e2e1077aca83..27f1da6ed4ec95df6af1302b85e9fe07c0cef5c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+2007-06-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ext/openssl/openssl.c:
+      
+      Fixed a memory leak inside load_all_certs_file()
+
+2007-06-19  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      NEWS:
+      bfn
+
+2007-06-19  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * 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@derickrethans.nl>
+
+    * (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  <jani.taskinen@sci.fi>
 
     * (PHP_5_2)