andrei Thu Jul 20 15:46:26 2006 UTC Modified files: /php-src README.PARAMETER_PARSING_API Log: Fix void* -> zstr http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.15&r2=1.16&diff_format=u Index: php-src/README.PARAMETER_PARSING_API diff -u php-src/README.PARAMETER_PARSING_API:1.15 php-src/README.PARAMETER_PARSING_API:1.16 --- php-src/README.PARAMETER_PARSING_API:1.15 Wed Jul 19 17:51:49 2006 +++ php-src/README.PARAMETER_PARSING_API Thu Jul 20 15:46:26 2006 @@ -51,9 +51,9 @@ r - resource (zval*) s - string (with possible null bytes) and its length (char*, int) S - binary string, does not allow conversion from Unicode strings - t - text (void * (char*/Uchar*), int (length), zend_uchar (IS_STRING/..)) + t - text (zstr (string union), int (length), zend_uchar (IS_STRING/..)) accepts either Unicode or binary string - T - text (void * (char*/Uchar*), int (length), zend_uchar (IS_STRING/..)) + T - text (zstr (string union), int (length), zend_uchar (IS_STRING/..)) coalesces all T parameters to common type (Unicode or binary) u - unicode (UChar*, int) U - Unicode string, does not allow conversion from binary strings
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php