]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 30 May 2003 00:30:57 +0000 (00:30 +0000)
committer <changelog@php.net> <>
Fri, 30 May 2003 00:30:57 +0000 (00:30 +0000)
ChangeLog
Zend/ChangeLog

index c6c75225925217ee71b8fb783b6b049e9fc0bc8d..930af842eb6cee39bb2626029353b4d5d86f16cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+2003-05-29  Edin Kadribasic  <edink@proventum.net>
+
+    * (PHP_4_3)
+      sapi/cli/php_cli.c:
+      Nuke the rest of headers-sent code
+
+2003-05-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pcntl/pcntl.c
+      ext/pcntl/php_pcntl.h:
+      Fixed compiler warnings.
+
+2003-05-29  Uwe Schindler  <uwe@thetaphi.de>
+
+    * sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c:
+      fix of incomplete windows fix
+
+2003-05-29  Hartmut Holzgraefe  <hartmut@php-groupies.de>
+
+    * main/streams/userspace.c:
+      fix for crashbug with user level wrapper implementations of stream_stat
+
+2003-05-29  Uwe Schindler  <uwe@thetaphi.de>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      Execute --SKIPIF-- like --FILE--
+
+2003-05-29  Sascha Schumann  <sascha@schumann.cx>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <dank@deadmime.org>
+
+    * (PHP_4_3)
+      ext/odbc/php_odbc.c:
+      ODBC standards compliance is a good thing.
+
+2003-05-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/dba/config.m4:
+      MFB (these parts were missing)
+
+2003-05-29  Uwe Schindler  <uwe@thetaphi.de>
+
+    * (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  <sniper@iki.fi>
+
+    * NEWS:
+      Sync with PHP 4.3.2 NEWS
+
+    * (PHP_4_3)
+      NEWS:
+      Added the header for 4.3.3
+
 2003-05-28  Rasmus Lerdorf  <rasmus@lerdorf.com>
 
     * ext/mysql/php_mysql.c:
index 355390d67ba1e66a12833ec7ecb00511b8acf318..b28d3dcc572f0f55be7634d36f5e0797c85c4256 100644 (file)
@@ -1,3 +1,22 @@
+2003-05-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_compile.c
+      zend_language_parser.y:
+      Fix ~ operator in class constants.
+
+    * zend_compile.c
+      zend_compile.h
+      zend_operators.c:
+      Faster interface inheritance & faster inheritance checks
+
+    * zend_language_scanner.l:
+      CS
+
+2003-05-29  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * zend_compile.c:
+      Fix Bug #23285 (Potential Stack Overflow in zendlex).
+
 2003-05-28  Sterling Hughes  <sterling@bumblebury.com>
 
     * zend_alloc.c: