]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 20 Jan 2005 01:35:55 +0000 (01:35 +0000)
committer <changelog@php.net> <>
Thu, 20 Jan 2005 01:35:55 +0000 (01:35 +0000)
ChangeLog
Zend/ChangeLog

index 6edf58303f96ee6a101b64b769f48e26515504c9..e6f2467667b885912a1763ca693d894694c96a0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2005-01-19  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * buildconf
+      build/build2.mk:
+      Added --debug option to buildconf
+
+    * build/build2.mk
+      build/build2.mk
+      build/build2.mk
+      build/buildcheck.sh
+      build/buildcheck.sh
+      build/buildcheck.sh:
+      Revert the multiple autoconf versions patch
+
+2005-01-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * win32/sendmail.c:
+      Stricter cc header check.
+
+2005-01-19  Derick Rethans  <php@derickrethans.nl>
+
+    * build/libtool.m4:
+      - Add the patched libtool.m4 from snaps so that Jani can play with it.
+
+2005-01-19  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_4_3)
+      win32/sendmail.c
+      win32/sendmail.c:
+      MFH: - Fixed bug #28976 (use From: from headers if sendmail_from is empty)
+
+    * win32/sendmail.c:
+      - Fixed bug #28976 (use From: from headers if sendmail_from is empty)
+
+    * acinclude.m4
+      configure.in:
+      - Fix the pic patch
+
+    * ZendEngine2/zend_object_handlers.c:
+      - Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)
+
+    * (PHP_5_0)
+      run-tests.php:
+      MFH: - Fixed bug #29136 (make test - libtool failure on MacOSX)
+
+    * run-tests.php:
+      - Fixed bug #29136 (make test - libtool failure on MacOSX)
+
+2005-01-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_ini_parser.y:
+      - Fix memleak
+
+2005-01-19  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      ext/ldap/ldap.c:
+      MFH: - WS & CS fixes
+      MFH: - php_error -> php_error_docref
+      MFH: - Removed pointless checks (array_init, emalloc, etc.)
+      MFH: - Force ldapv3 for ldap_start_tls()
+
+    * ext/ldap/ldap.c:
+      - ldap_start_tls() requires ldapv3 protocol -> force it
+
 2005-01-18  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 810a3d426403f997d13d215c13e7ca925016b076..11fa23b29119a10c67d4bf9461871ed7cf988e7b 100644 (file)
@@ -1,3 +1,13 @@
+2005-01-19  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * zend_object_handlers.c:
+      - Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)
+
+2005-01-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_ini_parser.y:
+      - Fix memleak
+
 2005-01-18  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c: