Diff for /embedaddon/php/README.PARAMETER_PARSING_API between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:51 version 1.1.1.2, 2012/05/29 12:34:34
Line 51  Type specifiers Line 51  Type specifiers
  L  - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)   L  - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
  o  - object of any type (zval*)   o  - object of any type (zval*)
  O  - object of specific type given by class entry (zval*, zend_class_entry)   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*)   r  - resource (zval*)
  s  - string (with possible null bytes) and its length (char*, int)   s  - string (with possible null bytes) and its length (char*, int)
  z  - the actual zval (zval*)   z  - the actual zval (zval*)

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>