]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 2 May 2009 01:32:45 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 2 May 2009 01:32:45 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 32505c7bdb8d43cc4c2149a39cf54f340e8f98c2..cf2a2a5343e584108c82acf94f1c7633b6c7f05d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2009-05-01  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/phar/tests/phar_construct_invalidurl.phpt
+      ext/phar/tests/phar_construct_invalidurl.phpt:
+      fix test
+
+2009-05-01  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/zend_variables.h:
+      - Fix compile warning in debug mode
+
+    * (PHP_5_2)
+      ZendEngine2/zend_variables.c:
+      - ws / cs (separated from another commit coming next)
+
+2009-05-01  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * ext/standard/tests/strings/strcoll.phpt:
+      fixed to expect fail
+
+2009-05-01  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/phar/phar.c
+      ext/phar/phar.c:
+      initialize ext_len
+
+2009-05-01  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/odbc/php_odbc.c
+      ext/odbc/php_odbc.c:
+      - MFH: Fixed bug #48038 (odbc_execute changes variables used to form params
+      array)
+
+    * ext/odbc/php_odbc.c:
+      - Fixed bug #48038 (odbc_execute changes variables used to form params
+      array)
+
+    * (PHP_5_2)
+      ext/spl/internal/regexiterator.inc
+      ext/spl/internal/regexiterator.inc:
+      - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in
+      regexiterator.inc)
+
+    * ext/spl/internal/regexiterator.inc:
+      - Fixed bug #48120 (Implementing abstract class FilterIterator in
+      regexiterator.inc)
+
+2009-05-01  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * main/rfc1867.c:
+      revert to allow Andrei to make his changes
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.h
+      ZendEngine2/zend_unicode.h:
+      Added missing UChar* and zstr malloc variants
+
+    * main/rfc1867.c:
+      cleanup
+
+    * main/rfc1867.c:
+      Removed code for register_globals in file uploads
+
+    * main/rfc1867.c:
+      Removed code handling non-unicode input (was used when !UG(unicode))
+
 2009-04-30  Antony Dovgal  <tony@daylessday.org>
 
     * (PHP_5_2)
index fd0f79392ed1cde4ddd3e28bec8a2726742f793c..2e72ba2b3749be58e6a85aa56f1e4dd72d6ee477 100644 (file)
@@ -1,3 +1,20 @@
+2009-05-01  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * zend_variables.h:
+      - Fix compile warning in debug mode
+
+    * (PHP_5_2)
+      zend_variables.c:
+      - ws / cs (separated from another commit coming next)
+
+2009-05-01  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * zend.h
+      zend_alloc.c
+      zend_alloc.h
+      zend_unicode.h:
+      Added missing UChar* and zstr malloc variants
+
 2009-04-30  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_2)