Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-08-31 | 1 | -0/+3 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-31 | 1 | -0/+3 |
| |\ | |||||
| | * | Fixed bug #62976 (Notice: could not be converted to int when comparing some ↵ | Xinchen Hui | 2012-08-31 | 1 | -0/+3 |
| | | | | | | | | | | | | builtin classes) | ||||
* | | | improve code in zend_operators | Stanislav Malyshev | 2012-07-14 | 1 | -8/+8 |
| | | | |||||
* | | | fix for bug#18556 - use simple tolower() function for internal things | Stanislav Malyshev | 2012-07-14 | 1 | -6/+86 |
|/ / | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-06-03 | 1 | -3/+4 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: - Optimize comparison between same HashTable pointer - Fixed bug #62205 (php-fpm segfaults (null passed to strstr)) - fix missing include for unix sockets - Comment unused function to avoid warnings | ||||
| * | - Optimize comparison between same HashTable pointer | Felipe Pena | 2012-06-03 | 1 | -3/+4 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #52193 (converting closure to array yields empty array) | Felipe Pena | 2010-06-26 | 1 | -1/+9 |
| | | |||||
| * | Fixed a possible information leak because of interruption of XOR operator | Dmitry Stogov | 2010-05-12 | 1 | -7/+21 |
| | | |||||
* | | Fixed bug #62097 | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -0/+6 |
| | | | | | | | | | | | | This fixes the fix for bug #54547 in 32-bit machines by accepting float comparisons in 32-bit machines as long as the integer is not larger than the mantissa. | ||||
* | | fix bug #54547 | Stanislav Malyshev | 2012-05-13 | 1 | -2/+17 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fixed ZTS build | Felipe Pena | 2011-08-30 | 1 | -2/+2 |
| | | |||||
* | | - Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort | Derick Rethans | 2011-08-29 | 1 | -2/+18 |
| | | | | | | | | | | (patch by Arpad Ray). | ||||
* | | MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic ↵ | Dmitry Stogov | 2011-05-31 | 1 | -3/+0 |
| | | | | | | | | operations directly into executor. | ||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix a bug where two doubles are equal but the maths operation makes it ↵ | Scott MacVicar | 2010-08-22 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | appear false. Best example with INF where equals and identical produce different results. <?php var_dump(INF==INF); var_dump(INF===INF); | ||||
* | | - Fixed bug #52193 (converting closure to array yields empty array) | Felipe Pena | 2010-06-26 | 1 | -1/+9 |
| | | |||||
* | | Fixed a possible information leak because of interruption of XOR operator | Dmitry Stogov | 2010-05-12 | 1 | -7/+21 |
| | | |||||
* | | Added concept of interned strings. All strings constants known at compile ↵ | Dmitry Stogov | 2010-04-20 | 1 | -21/+51 |
|/ | | | | time are allocated in a single copy and never changed. | ||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Extend the previously added large string concatenation validation | Ilia Alshanetsky | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Fixed bug #50207 (segmentation fault when concatenating very large strings | Ilia Alshanetsky | 2009-11-19 | 1 | -0/+6 |
| | | | | | on 64bit linux). | ||||
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | MFH:- Removed unnecessary TSRMLS_FETCH() calls | Jani Taskinen | 2009-05-11 | 1 | -13/+4 |
| | |||||
* | MFH: cs + ws | Jani Taskinen | 2009-05-11 | 1 | -116/+115 |
| | |||||
* | MFH: sync | Jani Taskinen | 2009-05-10 | 1 | -122/+148 |
| | |||||
* | sync with HEAD | Jani Taskinen | 2009-05-10 | 1 | -0/+5 |
| | |||||
* | optimization | Dmitry Stogov | 2009-03-18 | 1 | -4/+3 |
| | |||||
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -39/+0 |
| | |||||
* | MFH: Overflow comment | Matt Wilmas | 2009-02-17 | 1 | -0/+1 |
| | |||||
* | MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit ↵ | Matt Wilmas | 2009-02-17 | 1 | -1/+1 |
| | | | | linux) | ||||
* | MFH: | Felipe Pena | 2009-01-05 | 1 | -34/+0 |
| | | | | | | - Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux) Patch by Shire | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Changed floating point behaviour to consistently use double precision | Christian Seiler | 2008-12-02 | 1 | -0/+39 |
| | | | | | on all platforms and with all compilers. | ||||
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -7/+7 |
| | |||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -4/+4 |
| | |||||
* | MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*) | Antony Dovgal | 2008-08-07 | 1 | -3/+6 |
| | |||||
* | - MFH: Constify read-only arguments | Moriyoshi Koizumi | 2008-07-24 | 1 | -4/+4 |
| | |||||
* | MFH: Fixed overflow crash (at least on Windows) in div_function with ↵ | Matt Wilmas | 2008-05-29 | 1 | -0/+4 |
| | | | | LONG_MIN / -1 | ||||
* | MFH: add zend_atol() | Antony Dovgal | 2008-03-19 | 1 | -0/+27 |
| | |||||
* | MFH: Dropped zend.ze1_compatibility_mode | Felipe Pena | 2008-03-18 | 1 | -34/+4 |
| | | | | | [DOC] | ||||
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+1 |
| | |||||
* | Yet another comparison optimisation for usual cases | Dmitry Stogov | 2008-01-21 | 1 | -48/+51 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Additional fix for bug #42868 | Dmitry Stogov | 2007-12-24 | 1 | -26/+28 |
| | |||||
* | Fixed bug #42868 (Floats cast to integer produce unpredicatable results). ↵ | Dmitry Stogov | 2007-12-17 | 1 | -10/+27 |
| | | | | (Zoe Slattery) |