]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 23 Mar 2006 06:31:57 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Thu, 23 Mar 2006 06:31:57 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index ed85d84563e09d8814219ccf03f467fc28d411b3..bb3eae7d9dc38d60cd482b5033c652eb291e5552 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2006-03-22  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/array.c:
+      MF51: prevent segfault when exception is thrown from Countable::count()
+
+    * (PHP_5_1)
+      ext/standard/array.c:
+      prevent segfault when exception is thrown from Countable::count()
+
+    * (PHP_5_1)
+      NEWS:
+      fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault)
+      fix similar issue in offsetExists()
+      remove redundant semicolons
+
+    * ext/exif/tests/exif006.phpt:
+      no magic_quotes anymore
+
+    * ZendEngine2/zend_compile.c:
+      don't segfault on 64bit platforms
+
+    * (PHP_5_1)
+      ext/standard/tests/math/bug21523.phpt:
+      MFH: use set_time_limit(), this test takes forever on AIX
+
+    * ext/standard/tests/math/bug21523.phpt:
+      use set_time_limit(), this test takes forever on AIX
+
+2006-03-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pgsql/pgsql.c:
+      Simplify and optimize code.
+
+2006-03-22  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_string.h
+      ext/standard/string.c:
+      - Moved strtotitle to ext/standard and implemented the fallback case to
+        non-unicode with ucwords. There is also an implementation for unicode
+      ucwords
+        but that returns different results then strtotitle as it uppercases the
+        first character of every word, and doesn't *titlecase* a word. The test
+      case
+        shows that.
+
+2006-03-22  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/oci8.c:
+      MF51: fix #36820 (Privileged connection with an Oracle password file fails)
+
+    * (PHP_5_1)
+      NEWS
+      ext/oci8/oci8.c:
+      fix #36820 (Privileged connection with an Oracle password file fails)
+
+2006-03-22  Stefan Esser  <php@nopiracy.de>
+
+    * README.UPDATING_TO_PHP6:
+      Fix the bullshit register_globals emulation
+      
+      1) S is not _SESSION but _SERVER
+      2) EXTR_OVERWRITE is evil
+
 2006-03-21  Sara Golemon  <sara@golemon.com>
 
     * main/streams/streams.c:
index 5ff0affc4c1b181c32143ec2705bd13cb1334e5d..f0dd376ae55e1bb0dca754d33a2be5702df73f3e 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-22  Antony Dovgal  <antony@zend.com>
+
+    * zend_compile.c:
+      don't segfault on 64bit platforms
+
 2006-03-20  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c