diff --git a/ChangeLog b/ChangeLog index d3a9b8ec257..7d79fe78ad8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2002-06-21 Markus Fischer + + * ext/ldap/ldap.c: - Fix ZTS build, see #17915. + +2002-06-21 Stefan Esser + + * sapi/apache2filter/sapi_apache2.c + sapi/nsapi/nsapi.c + sapi/apache/mod_php4.c: Fixing the same possible memory leak. + +2002-06-21 Edin Kadribasic + + * main/config.w32.h.in: Made pgsql compile on win32 again. + All defines regarding libpq capabilities are kept in ext/pgsql/pgsql.dsp + where HAVE_PQESCAPE is already defined. + +2002-06-21 Stig Bakken + + * pear/PEAR/Command/Remote.php: * typo + +2002-06-21 Harald Radi + + * ext/com/COM.c: + removed CONST_EFREE_PERSISTENT so that andi can commit his patch + + +2002-06-21 Derick Rethans + + * main/SAPI.c + main/SAPI.h + sapi/pi3web/pi3web_sapi.c + sapi/tux/php_tux.c + ext/standard/head.c: + - Added a new parameter to the header() function which overrides the HTTP + response code. + - Added a new parameter to the header() function which overrides the HTTP + response code. + +2002-06-21 Stig Bakken + + * pear/PEAR/Config.php: * bending over backwards to find sensible defaults + +2002-06-21 Jani Taskinen + + * ext/gmp/config.m4: Make this extension compile as shared extension too. + 2002-06-20 Sander Roobol * ext/mime_magic/mime_magic.c: ZTS fixes