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

index 484737e38c7cd3148721e7f1504c14189e577963..51e91723810e05f963782ada60f6a8261f4944dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2009-05-11  Felipe Pena  <felipensp@gmail.com>
+
+    * ZendEngine2/zend_exceptions.c
+      ZendEngine2/tests/exception_010.phpt
+      ZendEngine2/tests/exception_010.phpt
+      ZendEngine2/tests/exception_010.phpt:
+      - Fix code && new test
+
+    * ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_exceptions.c:
+      - Added missing param checks
+
+2009-05-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      NEWS:
+      
+      moved to 5.2 as well
+
+    * (PHP_5_2)
+      NEWS
+      ext/xmlwriter/php_xmlwriter.c:
+      MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
+      invalid
+        paths)
+
+    * ext/xmlwriter/php_xmlwriter.c:
+      
+      MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
+      invalid paths)
+
+    * (PHP_5_3)
+      NEWS
+      ext/xmlwriter/php_xmlwriter.c:
+      
+      Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid
+      paths)
+
+2009-05-11  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_2)
+      ext/pgsql/config.w32
+      ext/pgsql/config.w32:
+      - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)
+
+    * ext/pgsql/config.w32:
+      - define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)
+
+2009-05-11  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_operators.c:
+      MFH:- Removed unnecessary TSRMLS_FETCH() calls
+
+    * ZendEngine2/zend_operators.c:
+      - Removed unnecessary TSRMLS_FETCH() calls
+
+    * ZendEngine2/zend_operators.c:
+      - Syncing with PHP_5_3 (merging some stuff that was not merged before for
+      some reason)
+
+2009-05-11  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * ext/phar/config.w32:
+      Fix conditional
+
+2009-05-11  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      ext/standard/tests/file/file_put_contents_variation2.phpt
+      ext/standard/tests/file/file_put_contents_variation2.phpt
+      ext/standard/tests/file/fwrite_variation5.phpt
+      ext/standard/tests/file/fwrite_variation5.phpt:
+      - Fix paths
+
+    * ext/standard/tests/file/file_put_contents_variation2.phpt
+      ext/standard/tests/file/fwrite_variation5.phpt:
+      -fix path
+
+2009-05-11  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ext/odbc/tests/config.inc
+      ext/odbc/tests/config.inc
+      ext/odbc/tests/odbc_exec_001.phpt
+      ext/odbc/tests/odbc_exec_001.phpt
+      ext/odbc/tests/skipif.inc
+      ext/odbc/tests/skipif.inc:
+      - Starting tests for this extension
+
+    * ext/odbc/tests/config.inc
+      ext/odbc/tests/config.inc
+      ext/odbc/tests/config.inc
+      ext/odbc/tests/odbc_exec_001.phpt
+      ext/odbc/tests/odbc_exec_001.phpt
+      ext/odbc/tests/odbc_exec_001.phpt
+      ext/odbc/tests/skipif.inc
+      ext/odbc/tests/skipif.inc
+      ext/odbc/tests/skipif.inc:
+        1.1.4;
+      - Starting tests for this extension
+
+    * ext/phar/tests/phpinfo_001.phpt
+      ext/phar/tests/phpinfo_001.phpt
+      ext/phar/tests/phpinfo_002.phpt
+      ext/phar/tests/phpinfo_002.phpt
+      ext/phar/tests/phpinfo_003.phpt
+      ext/phar/tests/phpinfo_003.phpt
+      ext/phar/tests/phpinfo_004.phpt
+      ext/phar/tests/phpinfo_004.phpt:
+      - Fixed tests
+
+2009-05-11  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/zend_operators.c:
+      - And more CS fixes
+
+    * ZendEngine2/zend_operators.c:
+      - Nuked more whitespace
+
 2009-05-10  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_3)
index f078a20c4adc5e5fcf866cffabe9b38f034ebde7..b4e15ad4c28c8112bb00413315b5b52eb8be6791 100644 (file)
@@ -1,3 +1,35 @@
+2009-05-11  Felipe Pena  <felipensp@gmail.com>
+
+    * zend_exceptions.c
+      tests/exception_010.phpt
+      tests/exception_010.phpt
+      tests/exception_010.phpt:
+      - Fix code && new test
+
+    * zend_exceptions.c
+      zend_exceptions.c
+      zend_exceptions.c:
+      - Added missing param checks
+
+2009-05-11  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      zend_operators.c:
+      MFH:- Removed unnecessary TSRMLS_FETCH() calls
+
+    * zend_operators.c:
+      - Removed unnecessary TSRMLS_FETCH() calls
+
+    * zend_operators.c:
+      - Syncing with PHP_5_3 (merging some stuff that was not merged before for
+      some reason)
+
+    * zend_operators.c:
+      - And more CS fixes
+
+    * zend_operators.c:
+      - Nuked more whitespace
+
 2009-05-10  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_3)