helly           Tue Dec 19 22:24:28 2006 UTC

  Modified files:              
    /php-src    README.PARAMETER_PARSING_API 
  Log:
  - x was added toparameter parsing api
  
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.17&r2=1.18&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.17 
php-src/README.PARAMETER_PARSING_API:1.18
--- php-src/README.PARAMETER_PARSING_API:1.17   Wed Aug  2 17:36:40 2006
+++ php-src/README.PARAMETER_PARSING_API        Tue Dec 19 22:24:28 2006
@@ -57,6 +57,8 @@
       coalesces all T parameters to common type (Unicode or binary)
  u  - unicode (UChar*, int)
  U  - Unicode string, does not allow conversion from binary strings
+ x  - Unicode or binary string depending on UG(unicode). In unicode this 
+      behaves like 'u' and in nonunicode mode it behaves like 's'.
  z  - the actual zval (zval*)
  Z  - the actual zval (zval**)
  *  - variable arguments list

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

Reply via email to