]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 7 Mar 2005 01:33:24 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Mon, 7 Mar 2005 01:33:24 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 6b3bfbb1b8bcb076b6d4a11b9ee8dd113e5c163c..623b18a9a5ced9bcc4b2a6b6a686c508cadd5a04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2005-03-06  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * sapi/cgi/config9.m4
+      sapi/cgi/config9.m4:
+      MFB: Fix VPATH build
+
+2005-03-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/standard/image.c:
+      - Actuall the comments were correct
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Fix by Tim
+
+    * ext/mysqli/mysqli.c:
+      - Bugfix #28840 __destruct of a class that extends mysqli not called
+
+2005-03-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      ext/standard/html.c:
+      MFH: Make html_entity_decode() 15-20% faster by avoiding pointless string
+      duplication.
+
+    * ext/standard/html.c:
+      Make html_entity_decode() 15-20% faster by avoiding pointless string
+      duplication.
+
+2005-03-06  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * NEWS
+      ext/fam/.cvsignore
+      ext/fam/CREDITS
+      ext/fam/config.m4
+      ext/fam/fam.c
+      ext/fam/package.xml
+      ext/fam/php_fam.h
+      ext/mnogosearch/.cvsignore
+      ext/mnogosearch/CREDITS
+      ext/mnogosearch/README
+      ext/mnogosearch/config.m4
+      ext/mnogosearch/index.php
+      ext/mnogosearch/php_mnogo.c
+      ext/mnogosearch/php_mnogo.h:
+      - Moved ext/fam and ext/mnogosearch to PECL
+
+2005-03-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/standard/image.c
+      ext/standard/image.c:
+      MFH: Fixed bug #29424 (width and height inverted for JPEG2000 files).
+
+    * ext/standard/image.c:
+      Fixed bug #29424 (width and height inverted for JPEG2000 files).
+
+2005-03-06  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c:
+      Fixed compile warning (bug #32046)
+
+    * ZendEngine2/zend_mm.c:
+      Fix compile warning (bug #32047)
+
 2005-03-05  Rasmus Lerdorf  <rasmus@lerdorf.com>
 
     * (PHP_4_3)
index f1ee5b16fd2ea8b3ec195306b002070bd29ed209..dc4654f234d8735b0d8acc2938bbc679b63049db 100644 (file)
@@ -1,3 +1,17 @@
+2005-03-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Fix by Tim
+
+2005-03-06  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * zend_compile.c
+      zend_compile.c:
+      Fixed compile warning (bug #32046)
+
+    * zend_mm.c:
+      Fix compile warning (bug #32047)
+
 2005-03-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_interfaces.c: