iliaa           Thu May 25 23:21:01 2006 UTC

  Added files:                 (Branch: PHP_4_4)
    /php-src/ext/wddx/tests     bug37569.phpt 

  Modified files:              
    /php-src    NEWS 
    /php-src/ext/wddx   wddx.c 
  Log:
  MFH: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.134&r2=1.1247.2.920.2.135&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.134 php-src/NEWS:1.1247.2.920.2.135
--- php-src/NEWS:1.1247.2.920.2.134     Tue May 23 23:23:40 2006
+++ php-src/NEWS        Thu May 25 23:21:01 2006
@@ -2,6 +2,7 @@
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2006, Version 4.4.3
 - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
+- Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters). (Ilia)
 
 21 May 2006, Version 4.4.3RC1
 - Added control character checks for cURL extension's open_basedir/safe_mode
http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/wddx.c?r1=1.96.2.6.2.5&r2=1.96.2.6.2.6&diff_format=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext/wddx/wddx.c:1.96.2.6.2.5 
php-src/ext/wddx/wddx.c:1.96.2.6.2.6
--- php-src/ext/wddx/wddx.c:1.96.2.6.2.5        Fri May 19 10:37:32 2006
+++ php-src/ext/wddx/wddx.c     Thu May 25 23:21:01 2006
@@ -16,7 +16,11 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: wddx.c,v 1.96.2.6.2.5 2006/05/19 10:37:32 tony2001 Exp $ */
+/* $Id: wddx.c,v 1.96.2.6.2.6 2006/05/25 23:21:01 iliaa Exp $ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/tests/bug37569.phpt?view=markup&rev=1.1
Index: php-src/ext/wddx/tests/bug37569.phpt
+++ php-src/ext/wddx/tests/bug37569.phpt

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to