]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 16 Sep 2004 00:33:09 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Thu, 16 Sep 2004 00:33:09 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 29a4a55adcf4d2605a0d7306de46983b88d708f3..c0a92e457bea6e87b4dd8628546f679c1cc3dfd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2004-09-15  Uwe Schindler  <uwe@thetaphi.de>
+
+    * (PHP_4_3)
+      NEWS
+      sapi/nsapi/nsapi.c:
+      Sorry REVERT bevor 4.3.9 is out because of not critical!!!!
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c:
+      Fixed bug #29805 (HTTP Authentication Issues)
+
+2004-09-15  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * ext/standard/tests/math/bug30069.phpt:
+      
+      Test for bug #30069
+
+2004-09-15  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      Zend/zend_operators.h
+      ZendEngine2/zend_operators.h:
+      MFH: Fixed a bug causing ".123" * "90" and alike to return a 0.
+
+    * (PHP_5_0)
+      ZendEngine2/zend_operators.h:
+      Fixed a bug causing ".123" * "90" and alike to return a 0.
+
+2004-09-15  Derick Rethans  <php@derickrethans.nl>
+
+    * ZendEngine2/zend_config.w32.h:
+      - Windows support strcoll too.
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/array.c:
+      - MFH: Added new boolean (fourth) parameter to array_slice() that turns on
+      the
+        preservation of keys in the returned array.
+
+    * ext/standard/array.c:
+      - Added new boolean (fourth) parameter to array_slice() that turns on the
+        preservation of keys in the returned array.
+
 2004-09-14  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/session/session.c:
index 3015a9be2c53f40d067d69584dc09b57aafafe79..205c1ad6cccba18198e2471d344227d8b52530ef 100644 (file)
@@ -1,3 +1,17 @@
+2004-09-15  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_operators.h:
+      MFH: Fixed a bug causing ".123" * "90" and alike to return a 0.
+
+    * (PHP_5_0)
+      zend_operators.h:
+      Fixed a bug causing ".123" * "90" and alike to return a 0.
+
+2004-09-15  Derick Rethans  <php@derickrethans.nl>
+
+    * zend_config.w32.h:
+      - Windows support strcoll too.
+
 2004-09-13  Stanislav Malyshev  <stas@zend.com>
 
     * zend_execute.c: