From: Date: Sun, 6 May 2001 01:09:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cb4fdcc2b58bc7d8cd81145cf46e42810c44f5d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8c9cbe44d0..288e00b661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2001-05-05 Wez Furlong + + * main/php_network.h: Added missing sys/time.h include + + * main/php_network.h: Fixed Andi's build problem. + +2001-05-05 Andi Gutmans + + * configure.in + main/php_version.h: - RC1 + +2001-05-05 Wez Furlong + + * ext/standard/fsock.c + ext/standard/fsock.h + main/network.c + main/php_network.h + main/php_streams.h + main/streams.c: + Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c + and rename to php_connect_nonb(). + Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts + should now work in php_hostconnect(). + sock streams abstraction now uses php_sockbuf as the "abstract" pointer. + +2001-05-05 Christian Stocker + + * pear/Cache/Container/dbx.php + pear/Cache/Container/file.php: fixed some typos in the code. + + * pear/Cache/Container/phplib.php: + low/highwater mark detection of cache size done. + +2001-05-05 Andi Gutmans + + * NEWS: - Fix format to be consistent + +2001-05-05 Sascha Schumann + + * build/buildcheck.sh: Fix libtool check + + Submitted by: brisse@ping.dk + +2001-05-05 Wez Furlong + + * ext/openssl/CREDITS: Added Sascha Kettler to credits + +2001-05-05 Sascha Schumann + + * ext/mysql/php_mysql.c: Fix broken ZTS build. + +2001-05-05 Thies C. Arntzen + + * TODO-4.1.txt: not to forget this one! + +2001-05-05 Zeev Suraski + + * ext/mysql/php_mysql.c + ext/mysql/php_mysql.h: + emalloc()'d strings must be freed before the request shutdown; + Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN + 2001-05-04 Wez Furlong * ext/openssl/openssl.c