]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 3 Jan 2003 01:37:02 +0000 (01:37 +0000)
committer <changelog@php.net> <>
Fri, 3 Jan 2003 01:37:02 +0000 (01:37 +0000)
ChangeLog
Zend/ChangeLog

index a7da7f50fe98e679ae1759ede180bab37c590498..1195794a4621eed5c921065a6dad2b0712cbe623 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2003-01-02  Stig Bakken  <ssb@fast.no>
+
+    * pear/PEAR/Config.php:
+      - allways fall back to PHP_SYSCONFDIR
+
+2003-01-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * 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  <d.rethans@jdimedia.nl>
+
+    * 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  <zeev@zend.com>
+
+    * sapi/apache/php4apache.dsp:
+      Fix .dsp
+
+2003-01-02  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * 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  <frank@kromann.info>
 
     * ext/standard/base64.c
index 710c61201c678297b0a740cdc5947a4a5516e324..8b31fa1f1cd101024195a4d852a632ad3e2f691c 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-02  Zeev Suraski  <zeev@zend.com>
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute.c:
+      Fix incorrect linkage of access-levels, when using private methods
+
 2003-01-01  Zeev Suraski  <zeev@zend.com>
 
     * zend_API.c