changelog               Mon Aug 15 01:41:32 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2073&r2=1.2074&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2073 php-src/ChangeLog:1.2074
--- php-src/ChangeLog:1.2073    Sun Aug 14 01:34:45 2005
+++ php-src/ChangeLog   Mon Aug 15 01:41:30 2005
@@ -1,3 +1,68 @@
+2005-08-14  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend.c
+      ext/standard/var.c:
+      - Simplify and make work in all modes
+
+    * main/spprintf.c:
+      - Need to terminate [v]uspprintf() with two \0
+
+2005-08-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/wddx/wddx.c:
+      Fixed build.
+
+2005-08-14  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * main/spprintf.c:
+      - Where did my backslash vanish?
+
+    * main/spprintf.c:
+      - Handle different cases of the actual strings correctly
+
+    * ext/standard/php_smart_str.h
+      main/spprintf.c
+      main/spprintf.h:
+      - Initial support of easy way to generate unicode strings: [v]uspprinf()
+
+    * ZendEngine2/zend.c:
+      - Treat class_name in the exact same manner as prop_name before
+
+    * ext/standard/var.c:
+      - If prop_name is printed as unicode then class_name needs to be treated
+        in the exact same manner
+
+    * ext/standard/var.c:
+      - Show classname very needed
+      - No 3rd " which doesn't help parsing
+
+2005-08-14  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/streams/streams.c:
+      tidy up implicit_mode handling; spotted by Nuno
+      There's probably a much more efficient way to do this than the current
+      strchr stuff.
+
+2005-08-14  Johannes Schlüter  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli_readline.c:
+      - Fix tab-completion in unicode mode and for constants.
+
+    * (PHP_5_1)
+      sapi/cli/php_cli_readline.c:
+      - Fix tab-completion for constants.
+
+2005-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/wddx/php_wddx_api.h
+      ext/wddx/tests/001.phpt
+      ext/wddx/tests/bug27287.phpt:
+      Missed some "de" to "un" changes
+
+    * ext/wddx/php_wddx.h
+      ext/wddx/wddx.c:
+      - consistency fix, part 1/inf
+
 2005-08-13  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * ext/standard/type.c:
@@ -9276,7 +9341,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2074 2005/08/15 05:41:30 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -12677,7 +12742,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2074 2005/08/15 05:41:30 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -13158,7 +13223,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2074 2005/08/15 05:41:30 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -14632,7 +14697,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2074 2005/08/15 05:41:30 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to