+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:
+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