]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 22 Nov 2005 06:48:55 +0000 (06:48 +0000)
committer <changelog@php.net> <>
Tue, 22 Nov 2005 06:48:55 +0000 (06:48 +0000)
ChangeLog
Zend/ChangeLog

index 0257d487619b74ee60442369cb0341625180a9d5..0434d81504af0bce6fd89c868477dbbe4b8dc9ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2005-11-21  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
+
+    * (PHP_4_4)
+      ext/mbstring/mbstring.c:
+      fixed #35307 unexpected header can be injected to mb_send_mail() (the patch
+      is made by masugata).
+
+2005-11-21  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      Makefile.global
+      acinclude.m4
+      configure.in
+      ext/standard/config.m4
+      scripts/Makefile.frag
+      scripts/php-config.in
+      scripts/phpize.m4:
+      MFH: - Fixed header installing under phpize builds
+
+    * Makefile.global
+      acinclude.m4
+      configure.in
+      ext/standard/config.m4
+      scripts/Makefile.frag
+      scripts/php-config.in
+      scripts/phpize.m4:
+      - Fixed header installing under phpize builds
+
+2005-11-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_language_scanner.l:
+      - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)
+
+2005-11-21  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      ext/ldap/config.m4
+      ext/odbc/config.m4:
+      test -e does not work with solaris
+
 2005-11-20  Derick Rethans  <php@derickrethans.nl>
 
     * ext/standard/microtime.c:
index 9b069630e90f958a082ee32a12f9819fe21adf26..6954ef10ef9b19450e14bf7b2a200b3878f22bcd 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      zend_language_scanner.l:
+      - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)
+
 2005-11-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_language_scanner.l: