]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 27 Jun 2009 01:35:55 +0000 (01:35 +0000)
committer <changelog@php.net> <>
Sat, 27 Jun 2009 01:35:55 +0000 (01:35 +0000)
ChangeLog
Zend/ChangeLog

index b188fcc5c2019e2f53e9587e2e181e76ccda722e..7a156d1bf9fb80ac61ec12f6bcc5d073238c7cb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2009-06-26  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      - clean
+
+2009-06-26  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Seems like this wasn't merged, re-add credit for Pierre here
+
+2009-06-26  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_2)
+      ext/libxml/libxml.c:
+      MFH: add libxml_disable_entity_loader function
+
+2009-06-26  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      configure.in
+      ZendEngine2/zend_extensions.h
+      ZendEngine2/zend_modules.h
+      main/php.h
+      main/php_version.h:
+      Bump version to 5.3.0 and API Nos. up
+
+    * (PHP_5_3)
+      configure.in:
+      Fix trouble with memory alignment on Sparch, see #48668 (David)
+
+2009-06-26  Christopher Jones  <christopher.jones@oracle.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Clarifications for oci8 changes
+
+2009-06-26  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Typo, capitalization, wording
+
+2009-06-26  Gwynne Raskind  <gwynne@darkrainfall.org>
+
+    * (PHP_5_3)
+      UPGRADING:
+      more grammar and spelling, consistent usage, suggestions for replacements
+
+2009-06-26  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Add deprecated functions
+
+2009-06-26  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      - update the windows section
+
+2009-06-26  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      NEWS:
+      Fix the version number there
+
+2009-06-26  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - some updates, typos, missing entries
+
+2009-06-26  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      NEWS:
+      Merge 5.3.0 NEWS
+
+2009-06-26  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * TSRM/tsrm_virtual_cwd.c
+      TSRM/tsrm_virtual_cwd.h
+      TSRM/tsrm_win32.c:
+      - MF53:
+       - Windows ACL cache support, update existing tests and add a new one
+       - #48535,  file_exists returns false when impersonate is used
+
+    * (PHP_5_3)
+      TSRM/tsrm_virtual_cwd.c:
+      - WS
+
+    * ext/fileinfo/libmagic/LICENSE:
+      - add license
+
+    * ext/fileinfo/libmagic/LICENSE
+      ext/fileinfo/libmagic/LICENSE:
+      
+      file LICENSE was initially added on branch PHP_5_3.
+
 2009-06-25  Johannes Schlüter  <johannes@schlueters.de>
 
     * (PHP_5_3)
index 4f6a8cdab6e43f801f05a9219cd5f1d502404ea0..7381a143d5539e0697103671cc4662ec2f657414 100644 (file)
@@ -1,3 +1,10 @@
+2009-06-26  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      zend_extensions.h
+      zend_modules.h:
+      Bump version to 5.3.0 and API Nos. up
+
 2009-06-22  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_2)