]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 13 Dec 2005 06:31:44 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Tue, 13 Dec 2005 06:31:44 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index ca5a0baaaaeaff7ac9f53a341121272055afbec1..f4da5bbffc3e62aec85da0481e5a694e3f53fd82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2005-12-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_operators.c:
+      - Enforce termination to prevent possible SEGVs
+
+2005-12-12  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      pear/Makefile.frag:
+      - Always use the builddir!
+
+    * (PHP_5_1)
+      configure.in:
+      MFH: - added missing configure help line
+
+    * configure.in:
+      - added missing configure help line
+
+    * scripts/phpize.in:
+      more test output files
+
+    * scripts/phpize.in:
+      - Cleanup test output files too
+
+    * (PHP_5_1)
+      ZendEngine2/zend_alloc.c:
+      MFH:- Include timestamp for the leaks. (to make possible matching leaks
+      with access_log entries)
+
+    * ZendEngine2/zend_alloc.c:
+      - Include timestamp for the leaks. (to make possible matching leaks with
+      access_log entries)
+
+2005-12-12  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS:
+      Fixed bug #35570 (segfault when re-using soap client object)
+
+2005-12-12  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/http_fopen_wrapper.c:
+      MFB51: Fixed bug #35629 (crash in http:// wrapper on multiple redirects).
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/http_fopen_wrapper.c:
+      Fixed bug #35629 (crash in http:// wrapper on multiple redirects).
+
 2005-12-11  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * ext/ldap/ldap.c:
index 5813f79f27ffc8e3bc2cbfb7ac1b787226271d80..e7d0c625037a4493bf651a79571e9f202a5cf340 100644 (file)
@@ -1,3 +1,20 @@
+2005-12-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      zend_operators.c:
+      - Enforce termination to prevent possible SEGVs
+
+2005-12-12  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      zend_alloc.c:
+      MFH:- Include timestamp for the leaks. (to make possible matching leaks
+      with access_log entries)
+
+    * zend_alloc.c:
+      - Include timestamp for the leaks. (to make possible matching leaks with
+      access_log entries)
+
 2005-12-09  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_execute_API.c