felipe                                   Tue, 07 Jun 2011 22:22:01 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311902

Log:
- Added 'p' type specifier

Changed paths:
    U   php/php-src/branches/PHP_5_4/README.PARAMETER_PARSING_API
    U   php/php-src/trunk/README.PARAMETER_PARSING_API

Modified: php/php-src/branches/PHP_5_4/README.PARAMETER_PARSING_API
===================================================================
--- php/php-src/branches/PHP_5_4/README.PARAMETER_PARSING_API   2011-06-07 
21:28:41 UTC (rev 311901)
+++ php/php-src/branches/PHP_5_4/README.PARAMETER_PARSING_API   2011-06-07 
22:22:01 UTC (rev 311902)
@@ -51,6 +51,7 @@
  L  - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
  o  - object of any type (zval*)
  O  - object of specific type given by class entry (zval*, zend_class_entry)
+ p  - valid path (string without null bytes in the middle) and its length 
(char*, int)
  r  - resource (zval*)
  s  - string (with possible null bytes) and its length (char*, int)
  z  - the actual zval (zval*)

Modified: php/php-src/trunk/README.PARAMETER_PARSING_API
===================================================================
--- php/php-src/trunk/README.PARAMETER_PARSING_API      2011-06-07 21:28:41 UTC 
(rev 311901)
+++ php/php-src/trunk/README.PARAMETER_PARSING_API      2011-06-07 22:22:01 UTC 
(rev 311902)
@@ -51,6 +51,7 @@
  L  - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
  o  - object of any type (zval*)
  O  - object of specific type given by class entry (zval*, zend_class_entry)
+ p  - valid path (string without null bytes in the middle) and its length 
(char*, int)
  r  - resource (zval*)
  s  - string (with possible null bytes) and its length (char*, int)
  z  - the actual zval (zval*)

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

Reply via email to