]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 9 Apr 2005 00:36:05 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Sat, 9 Apr 2005 00:36:05 +0000 (00:36 +0000)
ChangeLog
Zend/ChangeLog

index 53c41eb664367cfb6da62fcd22aaa7951c07b291..f62f37a77c0075ad591234d3824d6392f8f4e33a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+2005-04-08  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * win32/php_modules.dsw:
+      - Nuked some PECLed extensions
+
+    * win32/php5ts.dsw:
+      Removed non-existing sapi/activescript dsp
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      sapi/apache2filter/sapi_apache2.c
+      sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c:
+      MFH: - Fixed bug #32587 (Apache2: errors sent to error_log do not include
+      timestamps)
+
+    * sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c:
+      - Fixed bug #32587 (Apache2: errors sent to error_log do not include
+      timestamps)
+
+    * (PHP_4_3)
+      ext/standard/url_scanner_ex.c:
+      regenerated with re2c 0.9.4
+
+    * (PHP_4_3)
+      ext/standard/url_scanner_ex.re:
+      typo
+
+    * (PHP_4_3)
+      ext/standard/url_scanner_ex.re:
+      Missing $Id$ tag
+
+    * (PHP_5_0)
+      ext/standard/url_scanner_ex.c:
+      regenerate with correct re2c version
+
+2005-04-08  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ext/dom/node.c
+      ext/dom/tests/bug32615.phpt:
+      - MFH Fixed bug #32615 (Segfault in replaceChild() using fragment when
+        previousSibling is NULL)
+      - add test
+
+    * ext/dom/tests/bug32615.phpt
+      ext/dom/tests/bug32615.phpt:
+      
+      - Fixed bug #32615 (Segfault in replaceChild() using fragment when
+        previousSibling is NULL)
+      - add test
+
+    * ext/dom/node.c:
+      - Fixed bug #32615 (Segfault in replaceChild() using fragment when
+        previousSibling is NULL)
+      - add test
+
+2005-04-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      MFH: Missing part of the patch for bug #32589
+
+    * ext/imap/php_imap.c:
+      Missing part of the patch for bug #32589
+
+2005-04-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_operators.c:
+      - Fix memory corruption found by rob
+
+    * ZendEngine2/tests/bug22836.phpt:
+      - Ensure we see all errors. No need for () in return
+
+2005-04-08  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * configure.in:
+      remove duplicate entry
+
+2005-04-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/classes/property_exists.phpt:
+      - Add new test
+
+    * ZendEngine2/zend_builtin_functions.c:
+      - Add property_exits()
+
+    * ZendEngine2/zend_object_handlers.c:
+      - No E_ERROR when we just check (where did my 0->1 change go on first
+      commit?)
+
+2005-04-08  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/tests/dom003.phpt
+      ext/dom/tests/dom003.phpt:
+      fix test
+
+2005-04-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_object_handlers.c:
+      - No E_ERROR when we just check, here visibility simply means there is none
+
+    * ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.h:
+      - Simplify getting property info and make it an api function
+
+2005-04-08  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_4_3)
+      main/snprintf.c
+      main/snprintf.h
+      main/spprintf.c:
+      MFH and Fixes bug #32482 (ap_php_snprintf broken)
+
 2005-04-07  Jon Parise  <jon+php@csh.rit.edu>
 
     * build/buildcheck.sh:
index 8ceced8c35b7659f9f797a500aa25d76aeaffd72..53f26d04f0f6c45730b39fdf0846a040be409217 100644 (file)
@@ -1,3 +1,25 @@
+2005-04-08  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_operators.c:
+      - Fix memory corruption found by rob
+
+    * tests/bug22836.phpt:
+      - Ensure we see all errors. No need for () in return
+
+    * zend_builtin_functions.c:
+      - Add property_exits()
+
+    * zend_object_handlers.c:
+      - No E_ERROR when we just check (where did my 0->1 change go on first
+      commit?)
+
+    * zend_object_handlers.c:
+      - No E_ERROR when we just check, here visibility simply means there is none
+
+    * zend_object_handlers.c
+      zend_object_handlers.h:
+      - Simplify getting property info and make it an api function
+
 2005-04-07  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * zend_alloc.c