[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-06-21 Thread changelog

changelog   Fri Jun 21 20:28:07 2002 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
Index: php4/NEWS
diff -u php4/NEWS:1.1022 php4/NEWS:1.1023
--- php4/NEWS:1.1022Tue Jun 18 20:28:47 2002
+++ php4/NEWS   Fri Jun 21 20:28:07 2002
@@ -1,6 +1,8 @@
 PHP 4  NEWS
 |||
 ?? ??? 2002, Version 4.3.0
+- Added a new parameter to the header() function which overrides the HTTP
+  response code. (Derick)
 - Change the order of which modules are unloaded to the reverse order of
   which they were loaded. (Derick, Zend Engine)
 - Fixed a crash in ereg_replace() when backreference number was greater





[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-06-21 Thread changelog

changelog   Fri Jun 21 20:24:47 2002 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1082 php4/ChangeLog:1.1083
--- php4/ChangeLog:1.1082   Thu Jun 20 20:20:31 2002
+++ php4/ChangeLog  Fri Jun 21 20:24:42 2002
@@ -1,3 +1,49 @@
+2002-06-21  Markus Fischer  <[EMAIL PROTECTED]>
+
+* ext/ldap/ldap.c: - Fix ZTS build, see #17915.
+
+2002-06-21  Stefan Esser  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* pear/PEAR/Command/Remote.php: * typo
+
+2002-06-21  Harald Radi  <[EMAIL PROTECTED]>
+
+* ext/com/COM.c:
+removed CONST_EFREE_PERSISTENT so that andi can commit his patch
+
+
+2002-06-21  Derick Rethans  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* pear/PEAR/Config.php: * bending over backwards to find sensible defaults
+
+2002-06-21  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/gmp/config.m4: Make this extension compile as shared extension too.
+
 2002-06-20  Sander Roobol  <[EMAIL PROTECTED]>
 
 * ext/mime_magic/mime_magic.c: ZTS fixes