From: Date: Tue, 6 Aug 2002 00:19:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c0d36cd5dc33a4067dc9a8b2e7534e57cf4566;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5b5ce34dec..db61fe4680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2002-08-05 phanto + + * ext/com/COM.c: + removed a possible NULL pointer referencing inside an error handler + + * ext/com/VARIANT.c: found a memleak + +2002-08-05 kalowsky + + * ext/imap/php_imap.c + ext/imap/php_imap.h: + Removing the imap_popen command... because as Jani puts it "it never worked + and it never will work" until IMAP servers support this feature. + +2002-08-05 venaas + + * ext/ldap/ldap.c: + Made ldap_connect/bind/unbind() use zend_parse_parameters() + +2002-08-05 helly + + * ext/standard/info.c: Correct carset if iconv is active + + * main/output.c + main/php_output.h: + Added php_ob_handler_used to check if a specific output handler is used + in c. + + * ext/iconv/iconv.c: ws fix + + * main/SAPI.c: -keep mimetype until sapi deactivation + -move NULL check for sapi_apply_default_charset to proper position. + + * ext/iconv/iconv.c: -fix one warning + -send Content-Type Header with charset + +2002-08-05 alan_k + + * pear/Console/Getopt.php: + revert change - this was due to an bug in php HEAD a few days ago + +2002-08-05 helly + + * win32/php4dll.dsp + win32/php4dllts.dsp: Add html_entities.c + +2002-08-05 phanto + + * win32/php4dllts.dsp: added testcases to project file + +2002-08-05 sniper + + * NEWS: consistency + +2002-08-05 alan_k + + * pear/Console/Getopt.php: Fixed array_shift messing up array_slice.. + +2002-08-05 helly + + * NEWS: :-) + + * ext/standard/basic_functions.c + main/output.c + main/php_output.h: -New function ob_list_handlers + 2002-08-04 Shane Caraveo * ext/standard/var_unserializer.c