]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 4 Jun 2006 05:31:56 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Sun, 4 Jun 2006 05:31:56 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index b807c1083da8103d763a17eba0fe7685bdcced29..4b5adde2840d27764786057fcc5426a38d204663 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2006-06-03  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * sapi/cgi/cgi_main.c
+      sapi/cli/php_cli.c:
+      - Removed useless -g command line option from CGI and CLI
+      - Fixed conflicting behaviour if -B and -a are set with CLI
+      - Fixed handling of auto_prepend and exceptions in readline-a-mode
+
+2006-06-03  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/php_array.h
+      ext/standard/php_array.h:
+      MFB
+
+    * (PHP_5_2)
+      ext/standard/array.c
+      ext/standard/php_array.h:
+      I swear it wasn't me.
+
+2006-06-03  Michael Wallner  <mike@iworks.at>
+
+    * main/php_output.h:
+      - remove obsolete cruft
+
+2006-06-03  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend.c:
+      - Revert - Needs further discussing
+
+2006-06-03  Michael Wallner  <mike@iworks.at>
+
+    * README.NEW-OUTPUT-API:
+      - update TS macro usage
+
+    * ext/session/session.c
+      ext/standard/basic_functions.c
+      ext/standard/head.c
+      ext/standard/info.c
+      ext/standard/url_scanner_ex.c
+      ext/standard/url_scanner_ex.re
+      ext/standard/var.c
+      ext/zlib/zlib.c
+      main/SAPI.c
+      main/main.c
+      main/output.c
+      main/php_output.h
+      sapi/apache/mod_php5.c
+      sapi/apache2handler/php_functions.c
+      sapi/apache_hooks/mod_php5.c
+      sapi/cli/php_cli.c
+      sapi/nsapi/nsapi.c:
+      - explicit usage of TS macros
+
+2006-06-03  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend.c:
+      - Printable is supposed to return nativ/unicode depending on ini setting
+
 2006-06-02  Antony Dovgal  <antony@zend.com>
 
     * ext/exif/tests/bug34704.phpt
index e095559a0f709cb852dbaf29c43897ab67232f87..b1eab365a8bf6305358f62553d7875ea919a9f55 100644 (file)
@@ -1,3 +1,11 @@
+2006-06-03  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend.c:
+      - Revert - Needs further discussing
+
+    * zend.c:
+      - Printable is supposed to return nativ/unicode depending on ini setting
+
 2006-06-02  Sebastian Bergmann  <sb@sebastian-bergmann.de>
 
     * (PHP_5_1)