From: Date: Mon, 19 Mar 2001 02:09:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8f3ea791a6e84c91a192149be8c750d8733942f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 809cf3bb76..c8844b7c42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2001-03-18 Fredrik Öhrn + + * ext/yp/CREDITS + ext/yp/php_yp.h + ext/yp/yp.c: Much needed cleanup and new functions added + + * ext/cpdf/php_cpdf.h: + Solved compile failure due to clash between IMAP and ClibPDF headers. + + * ext/cpdf/php_cpdf.h: + Solved compile failure due to clash bewteen IMAP and ClibPDF headers. + +2001-03-18 Alexander Bokovoy + + * ext/midgard/php_midgard.h: Update includes to the way CVS now works + +2001-03-18 Jani Taskinen + + * ext/fdf/fdf.c: Prevent mem leak + + * main/SAPI.c: Fix possible crash if content-type is not set. + + * ext/fdf/fdf.c: Fix the fix. Plus killed some compile warnings. + +2001-03-18 Zeev Suraski + + * main/SAPI.c + main/SAPI.h: MFH + + * ext/fdf/fdf.c: Fix reference to nuked function + + * main/SAPI.c + main/SAPI.h: + These functions are not necessary - that's what sapi_register_post_entry() + and sapi_unregister_post_entry() are for... + + Also, please maintain K&R code layout, it's very messy to have different + styles intermixed in the same codebase, and especially in the same files! + + * main/main.c + main/php_ini.c + main/php_ini.h: MFH + 2001-03-17 Zeev Suraski * main/main.c