From: Date: Sat, 22 Jun 2002 00:24:42 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha2~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bbb858eb5213e04f668bb47bb05367daf0c8665;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d3a9b8ec25..7d79fe78ad 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