Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo when merging from trunk | Xinchen Hui | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks ↵ | Xinchen Hui | 2012-03-11 | 1 | -1/+1 |
| | | | | / crashes) | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator) | Dmitry Stogov | 2011-11-18 | 1 | -4/+5 |
| | |||||
* | Fixed bug #54367 (Use of closure causes problem in ArrayAccess) | Dmitry Stogov | 2011-05-11 | 1 | -9/+11 |
| | |||||
* | Fixed bug #54268 (Double free when destroy_zend_class fails) | Dmitry Stogov | 2011-04-15 | 1 | -0/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF) | Dmitry Stogov | 2010-10-13 | 1 | -1/+2 |
| | |||||
* | - Fixed bug #51905 (ReflectionParameter fails if default value is an array ↵ | Felipe Pena | 2010-05-26 | 1 | -1/+13 |
| | | | | with an access to self::) | ||||
* | fix #51394 - try harder to find script lineno when exception happens | Stanislav Malyshev | 2010-04-01 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #50731 (Inconsistent namespaces sent to functions registered ↵ | Felipe Pena | 2010-03-03 | 1 | -1/+5 |
| | | | | with spl_autoload_register) | ||||
* | - Ensure that stderr output are not buffered, portability for tests | Pierre Joye | 2010-01-25 | 1 | -0/+4 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | fix regression bug #50394: Reference argument converted to value in __call | Stanislav Malyshev | 2009-12-18 | 1 | -0/+1 |
| | |||||
* | Fixed unnecessary invokation of setitimer when timeouts have been disabled ↵ | Dmitry Stogov | 2009-11-05 | 1 | -1/+1 |
| | | | | (Arvind Srinivasan) | ||||
* | - WS fix (spaces to tabs) | Moriyoshi Koizumi | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | fix crash when unexpectedly passed by-ref parameter is modified | Stanislav Malyshev | 2009-08-18 | 1 | -0/+6 |
| | |||||
* | fix for bug #49000 | Stanislav Malyshev | 2009-07-30 | 1 | -0/+7 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -7/+18 |
| | |||||
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -1/+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 | ||||
* | Calculate hash value once | Dmitry Stogov | 2009-04-08 | 1 | -4/+7 |
| | |||||
* | MFH: Removed extra space from eval string | Matt Wilmas | 2009-03-19 | 1 | -2/+1 |
| | |||||
* | Forgotten include | Dmitry Stogov | 2009-03-18 | 1 | -0/+1 |
| | |||||
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -0/+5 |
| | |||||
* | - Fixed typo | Felipe Pena | 2009-03-05 | 1 | -3/+3 |
| | |||||
* | - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) | Felipe Pena | 2009-03-05 | 1 | -3/+5 |
| | |||||
* | Fixed bug #47320 ($php_errormsg out of scope in functions) | Dmitry Stogov | 2009-02-09 | 1 | -8/+8 |
| | |||||
* | - MFH Catch exceptions in cli -a | Marcus Boerger | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -13/+13 |
| | | | | using array_map) | ||||
* | - Fixed bug #46665 (Triggering autoload with a variable classname causes ↵ | Felipe Pena | 2008-11-25 | 1 | -6/+7 |
| | | | | truncated autoload param) | ||||
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -6/+0 |
| | |||||
* | make sure the slash is actually thre before reading past it | Antony Dovgal | 2008-11-12 | 1 | -3/+3 |
| | |||||
* | Namespace resolution streamlining patch | Stanislav Malyshev | 2008-11-11 | 1 | -29/+6 |
| | | | | | [DOC] new resolution rules should be documented soon | ||||
* | - Fixed Windows build | Felipe Pena | 2008-11-05 | 1 | -2/+2 |
| | |||||
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -33/+77 |
| | |||||
* | MFH: Use enum alternative instead of explicit value | Etienne Kneuss | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | MFH: initialize variable | Antony Dovgal | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | Fixed bug #46106 (Memory leaks when using global statement) | Dmitry Stogov | 2008-09-17 | 1 | -13/+25 |
| | |||||
* | MFH: Fix #45656 (new Class silenting exceptions in autoloaders) | Etienne Kneuss | 2008-09-15 | 1 | -14/+6 |
| | |||||
* | Fixed bug #45910 (Cannot declare self-referencing constant) | Dmitry Stogov | 2008-08-26 | 1 | -5/+11 |
| | |||||
* | - MFH Improve exception linking | Marcus Boerger | 2008-08-14 | 1 | -5/+5 |
| | |||||
* | mark empty_fcall_info and empty_fcall_info_cache as constant. a few less ↵ | Nuno Lopes | 2008-08-12 | 1 | -2/+2 |
| | | | | bytes in the dirty page :P | ||||
* | - MFH Fix shutdown order | Marcus Boerger | 2008-08-11 | 1 | -1/+2 |
| | |||||
* | - MFH error handling, now with save, replace, restore | Marcus Boerger | 2008-08-08 | 1 | -9/+6 |
| | |||||
* | - MFH store error handling mode on stack when executing internal | Marcus Boerger | 2008-08-08 | 1 | -2/+9 |
| | | | | | or overloaded functions and methods. [...] | ||||
* | Fixed bug #44100 (Inconsistent handling of static array declarations with ↵ | Dmitry Stogov | 2008-08-01 | 1 | -4/+4 |
| | | | | duplicate keys). | ||||
* | *** empty log message *** | Dmitry Stogov | 2008-07-26 | 1 | -4/+4 |
| | |||||
* | Added checks for destroied objects | Dmitry Stogov | 2008-07-26 | 1 | -1/+3 |
| | |||||
* | Added support for overloaded functions (e.g. COM) in call_user_func(). | Dmitry Stogov | 2008-07-26 | 1 | -1/+21 |
| |