diff options
author | <changelog@php.net> | 2001-11-21 01:10:26 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-11-21 01:10:26 +0000 |
commit | d5a1d55901398d41e355196cd28770432a39331a (patch) | |
tree | 11a7877acba0cc9e4be64dc79100904b52e264b9 | |
parent | affac19132bc011eec6fcdf9a9496a3dc716f7b2 (diff) | |
download | php-git-d5a1d55901398d41e355196cd28770432a39331a.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +2001-11-20 Adam Daniel <adaniel2@cinci.rr.com> + + * pear/HTML/Table.php: + fixed small bug in altRowAttributes which made second attribute be applied before the first + + * pear/HTML/Table.php: + Added setAllAttributes and updateAllAttributes also changed all html tags to lowercase + +2001-11-20 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * win32/php_modules.dsw: + MFH (Remove sablot from php_modules.dsw, its no longer in repository) + +2001-11-20 Sascha Schumann <sascha@schumann.cx> + + * ext/ircg/ircg.c: + ircg_now_time_t might be zero before the ircg writer/buffer thread is started. + +2001-11-20 Sterling Hughes <sterling@designmultimedia.com> + + * ext/curl/curl.c + ext/curl/php_curl.h: + Temporary fix not for the HEAD branch, this is the only way to avoid the + segfault and *really* not fuck up the release cycle + + * ext/curl/curl.c: MFH latest cURL fixes, these are tested and important + + * ext/curl/curl.c: + Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead of + curl_formparse + + Fix a crash bug when CURLOPT_INFILE is not properly specified. + +2001-11-20 James Moore <James@phpuk.org> + + * win32/php_modules.dsw: + Remove sablot from php_modules.dsw, its no longer in repository + 2001-11-19 Zeev Suraski <zeev@zend.com> * main/php_version.h |