]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 1 Dec 2004 01:32:00 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 1 Dec 2004 01:32:00 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 3c81bcc40a2f826129a6d329304f0d648d0119f1..daa36d0d875b40855dde1192d1a682a26f7aee99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-11-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/ctype/ctype.c:
+      Fixed bug #30945 (make ctype_* functions return FALSE on empty strings).
+      Slight performance improvement of multi-byte string checking via ctype_*.
+
+2004-11-30  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - Go with 5.0.3RC1
+
 2004-11-29  Derick Rethans  <php@derickrethans.nl>
 
     * ext/standard/tests/math/bug30695.phpt:
index 892b480cbae13f8b271413ae74b0fb8b2b85d0d7..ddb99aa7731de46ab670ed6b8e2e71c55d5a3505 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-30  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_5_0)
+      zend.h:
+      - Go with 5.0.3RC1
+
 2004-11-29  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_0)