]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 5 Dec 2005 06:50:42 +0000 (06:50 +0000)
committer <changelog@php.net> <>
Mon, 5 Dec 2005 06:50:42 +0000 (06:50 +0000)
ChangeLog
Zend/ChangeLog

index bab0f4d99d3e32cdd4962fe8eb7d8100abafa956..0f9008c7f1973311d75ad1e2fb24db6c83af40f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2005-12-04  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * sapi/apache/config.m4
+      sapi/apache_hooks/config.m4:
+      - Nuke non-working part
+
+    * makerpm
+      ext/gd/gd.c
+      ext/gd/gd_ctx.c:
+      php3 is dead
+
+    * (PHP_5_1)
+      README.CVS-RULES:
+      fix branches
+
+2005-12-04  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/tests/strings/http_build_query.phpt
+      ext/standard/tests/strings/url_t.phpt:
+      MFB51: Added tests for new parse_url() and http_build_query()
+      functionality.
+
+    * ext/standard/tests/strings/http_build_query.phpt
+      ext/standard/tests/strings/http_build_query.phpt
+      ext/standard/tests/strings/url_t.phpt:
+      
+      file http_build_query.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      ext/standard/basic_functions.c
+      ext/standard/http.c
+      ext/standard/php_http.h
+      ext/standard/url.c
+      ext/standard/url.h:
+      MFH:
+      Added 2nd optional parameter to parse_url() that allows retrieval of
+      individual URL components.
+      Added 3rd optional parameter to http_build_query() that allows custom
+      param
+      separator.
+
+    * (PHP_5_1)
+      ext/standard/sunfuncs.c:
+      load proper header file
+
+    * (PHP_4_4)
+      NEWS
+      ext/sockets/sockets.c:
+      MFH: Fixed bug #35062 (socket_read() produces warnings on non blocking
+      sockets).
+
+    * ext/sockets/sockets.c:
+      MFB51: Fixed bug #35062 (socket_read() produces warnings on non blocking
+      sockets).
+
+    * (PHP_5_1)
+      NEWS
+      ext/sockets/sockets.c:
+      Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
+
+    * Makefile.gcov:
+      MFB51: Fixed gcov for generated files
+
+    * (PHP_5_1)
+      Makefile.gcov:
+      Fixed gcov for generated files
+
+    * ext/sqlite/libsqlite/src/parse.c:
+      MFB51: Regen files so they work properly with gcov.
+
+    * (PHP_5_1)
+      ext/sqlite/libsqlite/src/parse.c:
+      Regen files so they work properly with gcov.
+
+2005-12-04  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      reorder,reword
+
+2005-12-04  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      NEWS:
+      BFN
+
+    * (PHP_5_1)
+      ZendEngine2/zend_exceptions.c:
+      MFH: fix #35539 (typo in error message for ErrorException)
+
+    * ZendEngine2/zend_exceptions.c:
+      fix #35539 (typo in error message for ErrorException)
+
 2005-12-03  Antony Dovgal  <antony@zend.com>
 
     * ext/sockets/sockets.c:
index a1d8cb858dbde8cc1fe40bbe10b2d81d509ba1c1..4600ff06a8dbd90b2b62bf2dce2bbcd11f5e93fa 100644 (file)
@@ -1,3 +1,12 @@
+2005-12-04  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      zend_exceptions.c:
+      MFH: fix #35539 (typo in error message for ErrorException)
+
+    * zend_exceptions.c:
+      fix #35539 (typo in error message for ErrorException)
+
 2005-12-03  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * tests/bug30346.phpt: