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

2003-05-30 Thread changelog
changelog   Thu May 29 20:30:53 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1329 php4/ChangeLog:1.1330
--- php4/ChangeLog:1.1329   Wed May 28 20:30:43 2003
+++ php4/ChangeLog  Thu May 29 20:30:52 2003
@@ -1,3 +1,103 @@
+2003-05-29  Edin Kadribasic  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  sapi/cli/php_cli.c:
+  Nuke the rest of headers-sent code
+
+2003-05-29  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* ext/pcntl/pcntl.c
+  ext/pcntl/php_pcntl.h:
+  Fixed compiler warnings.
+
+2003-05-29  Uwe Schindler  [EMAIL PROTECTED]
+
+* sapi/nsapi/nsapi.c
+  sapi/nsapi/nsapi.c:
+  fix of incomplete windows fix
+
+2003-05-29  Hartmut Holzgraefe  [EMAIL PROTECTED]
+
+* main/streams/userspace.c:
+  fix for crashbug with user level wrapper implementations of stream_stat
+
+2003-05-29  Uwe Schindler  [EMAIL PROTECTED]
+
+* sapi/nsapi/nsapi.c:
+  Changes for compilation under windows
+
+* (PHP_4_3)
+  sapi/nsapi/nsapi.c:
+  Changes for compilation on windows
+
+2003-05-29  Marcus Boerger  [EMAIL PROTECTED]
+
+* run-tests.php:
+  Execute --SKIPIF-- like --FILE--
+
+2003-05-29  Sascha Schumann  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  ext/session/session.c:
+  fix prototype
+
+* (PHP_4_3)
+  ext/session/session.c:
+  Always send a new session cookie upon regenerating id
+
+* (PHP_4_3)
+  sapi/cgi/config9.m4
+  sapi/cgi/libfcgi/include/fcgi_config.h:
+  Fix VPATH builds
+
+2003-05-29  Marcus Boerger  [EMAIL PROTECTED]
+
+* sapi/cli/php_cli.c:
+  Simply print errors
+
+* sapi/cli/README:
+  Update
+
+* (PHP_4_3)
+  ext/exif/exif.c:
+  MFH
+
+* ext/dba/config.m4:
+  Fix builddir entry
+
+* ext/standard/basic_functions.c:
+  MFB
+
+2003-05-29  Dan Kalowsky  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  ext/odbc/php_odbc.c:
+  ODBC standards compliance is a good thing.
+
+2003-05-29  Marcus Boerger  [EMAIL PROTECTED]
+
+* ext/dba/config.m4:
+  MFB (these parts were missing)
+
+2003-05-29  Uwe Schindler  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  sapi/nsapi/nsapi.c:
+  MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;...
+
+* sapi/nsapi/nsapi.c:
+  Added php.ini value: nsapi.read_timeout; Included the apache-like virtual()
+  function to make sub-request on server (thanks to Chris Elving from Sun)
+
+2003-05-29  Jani Taskinen  [EMAIL PROTECTED]
+
+* NEWS:
+  Sync with PHP 4.3.2 NEWS
+
+* (PHP_4_3)
+  NEWS:
+  Added the header for 4.3.3
+
 2003-05-28  Rasmus Lerdorf  [EMAIL PROTECTED]
 
 * ext/mysql/php_mysql.c:




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

2003-05-30 Thread changelog
changelog   Thu May 29 20:30:55 2003 EDT

  Modified files:  
/Zend   ChangeLog 
  Log:
  ChangeLog update
  
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.126 Zend/ChangeLog:1.127
--- Zend/ChangeLog:1.126Thu May 22 20:30:49 2003
+++ Zend/ChangeLog  Thu May 29 20:30:55 2003
@@ -1,3 +1,9 @@
+2003-05-29  Wez Furlong  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  zend_compile.c:
+  Fix for Bug #23285 (Potential Stack overflow in zendlex).
+
 2003-05-22  Marcus Boerger  [EMAIL PROTECTED]
 
 * (PHP_4_3)
@@ -1077,7 +1083,7 @@
 
 2002-05-13  Sterling Hughes  [EMAIL PROTECTED]
 
-* zend_qsort.c: add $Id: ChangeLog,v 1.126 2003/05/23 00:30:49 changelog Exp $ tag
+* zend_qsort.c: add $Id: ChangeLog,v 1.127 2003/05/30 00:30:55 changelog Exp $ tag
 
 2002-05-13  Derick Rethans  [EMAIL PROTECTED]
 




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

2003-05-30 Thread changelog
changelog   Thu May 29 20:31:03 2003 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
Index: php4/NEWS
diff -u php4/NEWS:1.1416 php4/NEWS:1.1417
--- php4/NEWS:1.1416Thu May 29 11:47:08 2003
+++ php4/NEWS   Thu May 29 20:31:03 2003
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
 ? ? ??? 200?, Version 5.0.0
+- Changed exif extension to consider php.ini option magic_quotes_runtime.
+  (Marcus)
 - Moved extensions to PECL (http://pear.php.net/): (James, Tal)
   . ext/fribidi
 - Renamed stream_register_wrapper() to stream_wrapper_register(). (Derick)