From: Date: Sat, 11 Aug 2001 00:11:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_EXP_MERGE~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40b419a57742750e899963a261c4d440a5a5b435;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2ea05e9c7b..11a8a8fe27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,99 @@ +2001-08-10 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Adding SQL statement to the warning + +2001-08-10 Jani Taskinen + + * ext/imap/php_imap.c: + Made use of the resource macros here too. And some beutifying. + +2001-08-10 Jeroen van Wolffelaar + + * main/network.c: + Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK... + +2001-08-10 Chuck Hagenbuch + + * pear/Log/observer.php: + clean up some of this. More changes coming at some point. + + * ext/imap/php_imap.c + ext/imap/php_imap.h: + Add imap_setacl() function (Brian Masney ). + +2001-08-10 Wez Furlong + + * ext/standard/string.c: Fix some build probs on *bsd + +2001-08-10 Chuck Hagenbuch + + * pear/Mail/sendmail.php: + Add support for extra command line parameters to sendmail + +2001-08-10 Sebastian Bergmann + + * pear/Cache/Function.php + pear/Cache/OutputCompression.php + pear/Cache.php: Rename storage* to container*. + +2001-08-10 Sascha Schumann + + * ext/ircg/php_ircg.h + ext/ircg/ircg.c: ircg_get_username retrieves the connection's username. + + ircg will update the username, when/if the server truncates it, so this + provides a facility to get hold of that updated view. + +2001-08-10 Zeev Suraski + + * main/php3_compat.h: Optimize macro usage... + + * ext/sablot/sablot.c: More build fixes + +2001-08-10 Adam Dickmeiss + + * ext/yaz/php_yaz.c + ext/yaz/php_yaz.h: Added yaz_sort. Updates for ZTS. + +2001-08-10 Zeev Suraski + + * main/php.h + main/php3_compat.h: Centralize macros + + * ext/sablot/php_sablot.h: There we go. + + * ext/sablot/sablot.c: build fix + + * main/php.h: Let's not introduce more mess to maintain. + +2001-08-10 Sebastian Bergmann + + * pear/Cache/Function.php: Complete rewrite. + +2001-08-10 Rasmus Lerdorf + + * main/php.h + ext/sablot/php_sablot.h + ext/sablot/sablot.c: Sablot extension cleanup - it compiles again now + + * ext/sablot/config.m4: + The checks were in the wrong order here. sablot depends on expat, so + check for expat first and add -lexpat then check for sablot + +2001-08-10 Jani Taskinen + + * sapi/apache2filter/php_functions.c: killed compile warnings. + + * ext/domxml/php_domxml.c: compile fix (missing TSRMLS_CC) + + * ext/standard/dns.c: + Cleanup. Also make gethostnamel() to return FALSE on error and not just empty array. + +2001-08-10 Rasmus Lerdorf + + * ext/xslt/README.XSLT-BACKENDS: + Filter a bit of the "Bronx" out of this README + 2001-08-09 David Eriksson * ext/satellite/namedvalue_to_zval.c: Prevent potential crash