summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
Commit message (Collapse)AuthorAgeFilesLines
* add object-compatible array modesStanislav Malyshev2008-11-241-0/+2
|
* these are not bits, but bytes..Antony Dovgal2008-08-181-1/+1
|
* add note on 64bit compatibility and mention check_parameters.phpAntony Dovgal2008-08-181-0/+26
|
* - Clarify the difference with * and + argsJani Taskinen2007-11-061-1/+2
|
* - Fix type in exampleJohannes Schlüter2007-09-281-1/+1
|
* - Fix fMarcus Boerger2007-05-231-1/+1
|
* UpdateAndrei Zmievski2007-02-051-3/+3
|
* - Add ^ specifier that returns original string type before conversion.Andrei Zmievski2007-02-021-0/+2
| | | | | | | - Add ZVAL_ENC_STRING[L] macro that allows returning either a binary string or an encoded strings as Unicode based on type, instead of UG(unicode)
* - x was added toparameter parsing apiMarcus Boerger2006-12-191-0/+2
|
* *** empty log message ***Andrei Zmievski2006-08-021-53/+64
|
* Fix void* -> zstrAndrei Zmievski2006-07-201-2/+2
|
* Make 't' and 'T' use zstr for storage type.Andrei Zmievski2006-07-191-14/+4
|
* Add '+' varargs specifier that requires at least one arg.Andrei Zmievski2006-07-191-1/+21
|
* Implement varargs parameter parsing. See README for examples.Andrei Zmievski2006-07-181-0/+39
|
* - Reorder and add missingMarcus Boerger2006-07-121-11/+13
|
* Explain new specifiersAndrei Zmievski2006-07-111-4/+47
|
* . Update docuMarcus Boerger2006-01-251-9/+23
|
* wsAntony Dovgal2006-01-241-1/+1
|
* - Update docuMarcus Boerger2006-01-241-0/+1
|
* - WhitespaceDerick Rethans2003-01-031-8/+8
|
* Formatting nit: "autoconverted" to "auto-converted"Jon Parise2002-10-231-1/+1
|
* Please note that you need to use 'int' as a length type whenSascha Schumann2002-07-031-1/+8
| | | | | fetching strings.
* - Fix READMEDerick Rethans2002-07-031-1/+3
|
* Minor tweaksRasmus Lerdorf2001-10-231-3/+4
|
* Fix-up.Andrei Zmievski2001-10-221-14/+30
|
* Adding some docs for new parameter parsing API. They really should be moreAndrei Zmievski2001-10-221-0/+101
fleshed out.