| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: | Matt Wilmas | 2009-06-04 | 1 | -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 modes | Stanislav Malyshev | 2008-11-24 | 1 | -0/+2 |
| | | |||||
| * | MFH | Antony Dovgal | 2008-08-18 | 1 | -1/+1 |
| | | |||||
| * | MFH: add note on 64bit compatibility and mention check_parameters.php | Antony Dovgal | 2008-08-18 | 1 | -0/+26 |
| | | |||||
| * | MFH | Jani Taskinen | 2007-11-06 | 1 | -1/+2 |
| | | |||||
| * | - Fix tests | Jani Taskinen | 2007-11-02 | 1 | -45/+103 |
| | | | | | | - Update README.PARAMETER_PARSING_API | ||||
| * | - MFH: Fix type in example | Johannes Schlüter | 2007-09-28 | 1 | -1/+1 |
| | | |||||
| * | Update ! docs. | Andrei Zmievski | 2007-02-05 | 1 | -2/+2 |
| | | |||||
| * | - Reorder and add missing | Marcus Boerger | 2006-07-12 | 1 | -5/+8 |
| | | |||||
| * | - Whitespace | Derick Rethans | 2003-01-03 | 1 | -8/+8 |
| | | |||||
| * | Formatting nit: "autoconverted" to "auto-converted" | Jon Parise | 2002-10-23 | 1 | -1/+1 |
| | | |||||
| * | Please note that you need to use 'int' as a length type when | Sascha Schumann | 2002-07-03 | 1 | -1/+8 |
| | | | | | | fetching strings. | ||||
| * | - Fix README | Derick Rethans | 2002-07-03 | 1 | -1/+3 |
| | | |||||
| * | Minor tweaks | Rasmus Lerdorf | 2001-10-23 | 1 | -3/+4 |
| | | |||||
| * | Fix-up. | Andrei Zmievski | 2001-10-22 | 1 | -14/+30 |
| | | |||||
| * | Adding some docs for new parameter parsing API. They really should be more | Andrei Zmievski | 2001-10-22 | 1 | -0/+101 |
| fleshed out. | |||||
