From: Date: Fri, 3 Jan 2003 01:37:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=449029d2df9b3ebcff760c8c980a0c34a4457eeb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a7da7f50fe..1195794a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2003-01-02 Stig Bakken + + * pear/PEAR/Config.php: + - allways fall back to PHP_SYSCONFDIR + +2003-01-02 Ilia Alshanetsky + + * ext/openssl/openssl.c: + Fixed a small memory leak when a NULL variable is passed to + openssl_csr_sign() as the first argument. + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * ext/standard/html.c: + Fixed bug #21338 (crash inside html_entity_decode() when "" is passed). + Added test case for the bug. + + * ext/standard/tests/strings/bug21338.phpt: + + Fixed bug #21338 (crash inside html_entity_decode() when "" is passed). + Added test case for the bug. + + * acinclude.m4 + configure.in: + Raise required OpenSSL version to 0.9.6. + +2003-01-02 Derick Rethans + + * main/SAPI.h: + - Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare + + * (PHP_4_3) + main/SAPI.h: + -** empty log message *** + +2003-01-02 Zeev Suraski + + * sapi/apache/php4apache.dsp: + Fix .dsp + +2003-01-02 Derick Rethans + + * main/php_streams.h: + - Fix warnings on UnixWare + + * (PHP_4_3) + Makefile.global: + - MFH: Fix "make test" when CC was set to something with a parameter + + * Makefile.global: + - Fix "make test" when CC was set to something with a parameter + 2003-01-01 Frank M. Kromann * ext/standard/base64.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 710c61201c..8b31fa1f1c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2003-01-02 Zeev Suraski + + * zend_compile.c + zend_compile.h + zend_execute.c: + Fix incorrect linkage of access-levels, when using private methods + 2003-01-01 Zeev Suraski * zend_API.c