From: Date: Mon, 19 Aug 2002 00:17:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=295ff606485224afa9fda7903a762f7b8745222c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 570778a0de..873445d4d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2002-08-18 holger + + * sapi/pi3web/pi3web_sapi.c: Some minor changes related to Pi3Web 2.0.1. + +2002-08-18 sesser + + * sapi/apache/mod_php4.c: make POST requests work again + +2002-08-18 stas + + * ext/standard/var_unserializer.re: ZE2 compatibility fix + +2002-08-18 holger + + * sapi/pi3web/pi3web_sapi.c: Removed unused local variable header_line. + +2002-08-18 iliaa + + * ext/standard/file.c: Corrected if() syntax in previous patch. + + * ext/standard/file.c: + Fixed a segmentation fault that would occur if an entry contained a + non-terminated enclosure. Bug #12556 + +2002-08-18 avsm + + * ext/pdf/config.m4: + include PDFLIB_SHARED_LIBADD in the pdflib test, or it fails with + unresolved symbols on OpenBSD + +2002-08-18 James Cox + + * ext/db/db.c: reverting to 1.73 for steph (sfox@php.net) + + +2002-08-18 kalowsky + + * ext/bcmath/bcmath.c: MFH + + * ext/bcmath/bcmath.c: Bug Fix #18960 - Submitted by alan_k@php.net + 2002-08-17 Zeev Suraski * ext/odbc/php_odbc.c: Fix build