summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-1/+1
|\ | | | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
| * typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
| |
| * - Added 'p' type specifierFelipe Pena2011-06-071-0/+1
| |
* | Update README.PARAMETER_PARSING_APIGustavo Lopes2013-01-091-3/+18
| |
* | - Added 'p' type specifierFelipe Pena2011-06-071-0/+1
|/
* MFH:Matt Wilmas2009-06-041-0/+1
| | | | | | | | | | | | | | | | | | Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior: * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit) * See bug #42868 (presumably-rare platform with different results in 5.2) * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added, otherwise it's the same as 5.2 * Use this conversion method everywhere instead of some plain (long) casts Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit: * Essentially what 5.3's new conversion was doing in most cases * Functions with "limit" or "length" type params could be updated to use this, and prevent confusing overflow behavior with huge numbers (*also* in 5.2) - See bug #47854, for example; or even #42868 again # Test updates coming
* add object-compatible array modesStanislav Malyshev2008-11-241-0/+2
|
* MFHAntony Dovgal2008-08-181-1/+1
|
* MFH: add note on 64bit compatibility and mention check_parameters.phpAntony Dovgal2008-08-181-0/+26
|
* MFHJani Taskinen2007-11-061-1/+2
|
* - Fix testsJani Taskinen2007-11-021-45/+103
| | | | | - Update README.PARAMETER_PARSING_API
* - MFH: Fix type in exampleJohannes Schlüter2007-09-281-1/+1
|
* Update ! docs.Andrei Zmievski2007-02-051-2/+2
|
* - Reorder and add missingMarcus Boerger2006-07-121-5/+8
|
* - 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.