diff options
| author | <changelog@php.net> | 2005-01-20 01:35:55 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2005-01-20 01:35:55 +0000 |
| commit | aaf344e642f383de683311ae69679acc314792f8 (patch) | |
| tree | a3700c3ee4d82f9aef5d1fd9be56696f3465202f | |
| parent | 76906e04435fe0277990e48082c21c2158735e9b (diff) | |
| download | php-git-aaf344e642f383de683311ae69679acc314792f8.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 71 | ||||
| -rw-r--r-- | Zend/ChangeLog | 10 |
2 files changed, 81 insertions, 0 deletions
@@ -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) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 810a3d4264..11fa23b291 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -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: |
