diff --git a/ChangeLog b/ChangeLog index 3148fa7b55a..0f28db9a01a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2001-11-14 Stig Venaas + + * ext/ldap/ldap.c: + Fixed some memory leaks and removed some unnecessary checks due to + ZEND_FETCH_RESOURCE returning on error + +2001-11-14 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Prevent fbsql_num_rows from looping + + * ext/iconv/iconv.dsp: Fixing debug build + +2001-11-14 Thomas V.V.Cox + + * pear/DB/pgsql.php: + make the DB_ERROR_ALREADY_EXISTS error regexp compatible with + Postgres 7.x also (will they someday implement error numbers? :-) + +2001-11-14 Stig Bakken + + * pear/Makefile.in: * install Archive_Tar + +2001-11-14 Sterling Hughes + + * ext/standard/file.c: + Many other reasons that setvbuf can fail than "wrong arguments", returning + false should be enough + +2001-11-14 Christian Stocker + + * pear/Makefile.in: adding PEAR/Registry.php + +2001-11-14 Derick Rethans + + * ext/standard/fsock.c: - Fix crashbug on dtor + +2001-11-14 Christian Stocker + + * pear/PEAR/WebInstaller.php: + checking if package.xml.gz exists, before checking if it's writeable + +2001-11-14 Sebastian Bergmann + + * pear/Math/Fraction.php: Hopefully fix this. + 2001-11-13 Doug MacEachern * sapi/apache2filter/sapi_apache2.c: setup standard CGI variables