Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | - Fix ZTS build | Felipe Pena | 2010-07-06 | 1 | -2/+2 | |
| | | ||||||
* | | eliminated unnecessary iterations during request startup/shutdown | Dmitry Stogov | 2010-07-06 | 1 | -7/+159 | |
| | | ||||||
* | | Conditional compilation is replaced by macro | Dmitry Stogov | 2010-05-26 | 1 | -10/+2 | |
| | | ||||||
* | | fix zend_std_get_static_property() in ZTS mode | Antony Dovgal | 2010-05-25 | 1 | -0/+8 | |
| | | ||||||
* | | - Interned string related callbacks moved turned from compiler_globals into ↵ | Dmitry Stogov | 2010-05-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | real globals - Updated API version number | |||||
* | | Added support for numeric & scalar type hint as defined within | Ilia Alshanetsky | 2010-05-24 | 1 | -0/+4 | |
| | | | | | | | | | | http://wiki.php.net/rfc/typecheckingstrictandweak RFC | |||||
* | | Fixed ZTS build | Dmitry Stogov | 2010-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -47/+69 | |
| | | | | | | | | classes, constants, methods and properties | |||||
* | | - Added scalar typehinting. | Derick Rethans | 2010-05-20 | 1 | -0/+1 | |
| | | ||||||
* | | - Fixed bug #51827 (Bad warning when register_shutdown_function called with ↵ | Felipe Pena | 2010-05-14 | 1 | -3/+3 | |
| | | | | | | | | wrong num of parameters) | |||||
* | | Fixed a possible memory corruption because of unexpected call-time pass by ↵ | Dmitry Stogov | 2010-05-11 | 1 | -0/+6 | |
| | | | | | | | | refernce and following memory clobbering through callbacks. | |||||
* | | spread some more const | Johannes Schlüter | 2010-04-28 | 1 | -4/+4 | |
| | | ||||||
* | | Added concept of interned strings. All strings constants known at compile ↵ | Dmitry Stogov | 2010-04-20 | 1 | -9/+25 | |
| | | | | | | | | time are allocated in a single copy and never changed. | |||||
* | | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -17/+17 | |
|/ | | | | from opcode operands into a separate literal table | |||||
* | - those are in 5.3.2 now, merge to 5.3.2 section is coming | Pierre Joye | 2010-02-11 | 1 | -1/+0 | |
| | ||||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 | |
| | ||||||
* | fix flags handling in zend_parse_method_parameters_ex | Stanislav Malyshev | 2009-12-24 | 1 | -1/+1 | |
| | ||||||
* | Reverted accidental change | Dmitry Stogov | 2009-11-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func()) | Dmitry Stogov | 2009-11-30 | 1 | -11/+49 | |
| | ||||||
* | - don't hide early declaration | Pierre Joye | 2009-09-05 | 1 | -6/+6 | |
| | ||||||
* | Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX ↵ | Scott MacVicar | 2009-08-06 | 1 | -1/+1 | |
| | | | | specific code. | |||||
* | - MFH: Fixed bug #48899 (is_callable returns true even if method does not ↵ | Felipe Pena | 2009-07-15 | 1 | -1/+1 | |
| | | | | exist in parent class) | |||||
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -2/+22 | |
| | | | | | | | | | | | | | | | | | | 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 | |||||
* | Bug #47880 (crashes in call_user_func_array()) | Dmitry Stogov | 2009-04-06 | 1 | -6/+0 | |
| | ||||||
* | Fixed bug #47851 (is_callable throws fatal error) | Dmitry Stogov | 2009-04-02 | 1 | -0/+6 | |
| | ||||||
* | Fixed double efree() | Dmitry Stogov | 2009-03-24 | 1 | -1/+0 | |
| | ||||||
* | Fixed __call() to be invoked on private/protected method access through ↵ | Dmitry Stogov | 2009-01-14 | 1 | -13/+38 | |
| | | | | callbacks | |||||
* | 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 | -30/+30 | |
| | | | | using array_map) | |||||
* | cleanup | Stanislav Malyshev | 2008-11-25 | 1 | -5/+3 | |
| | ||||||
* | add object-compatible array modes | Stanislav Malyshev | 2008-11-24 | 1 | -5/+13 | |
| | ||||||
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -9/+7 | |
| | ||||||
* | Fixed bug #46246 (difference between call_user_func(array($this, $method)) ↵ | Dmitry Stogov | 2008-10-10 | 1 | -4/+17 | |
| | | | | and $this->$method()) | |||||
* | MFH: fix zend_register_functions() not displaying duplicate functions ↵ | Antony Dovgal | 2008-08-22 | 1 | -1/+5 | |
| | | | | (reported by Gopal) | |||||
* | MFH: Handlerify get_closure | Etienne Kneuss | 2008-08-14 | 1 | -1/+1 | |
| | ||||||
* | - Fix build | Felipe Pena | 2008-08-13 | 1 | -3/+3 | |
| | ||||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -33/+35 | |
| | ||||||
* | - MFH Fix memleak with new error handling stack'ing | Marcus Boerger | 2008-08-11 | 1 | -8/+18 | |
| | ||||||
* | - MFH error handling, now with save, replace, restore | Marcus Boerger | 2008-08-08 | 1 | -0/+31 | |
| | ||||||
* | Fixed bug #45744 (Case sensitive callback behaviour) | Dmitry Stogov | 2008-08-07 | 1 | -2/+3 | |
| | ||||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+1 | |
| | ||||||
* | - MFH: Removed unnecessary TSRMLS_FETCH() | Felipe Pena | 2008-08-02 | 1 | -1/+0 | |
| | ||||||
* | Added checks for destroied objects | Dmitry Stogov | 2008-07-26 | 1 | -0/+14 | |
| | ||||||
* | Fixed is_callable/call_user_func mess that had done different things for ↵ | Dmitry Stogov | 2008-07-26 | 1 | -49/+113 | |
| | | | | very similar arguments e.g. array("A","B") and "A::B" | |||||
* | - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. | Felipe Pena | 2008-07-24 | 1 | -2/+2 | |
| | ||||||
* | LSB parent/self forwarding | Dmitry Stogov | 2008-07-24 | 1 | -124/+132 | |
| | ||||||
* | Fixed is_callable() to support closures and return appropriate function name | Dmitry Stogov | 2008-07-14 | 1 | -2/+6 | |
| | ||||||
* | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -0/+11 | |
| | ||||||
* | - Fixed bug #45186 (__call depends on __callstatic in class scope) | Felipe Pena | 2008-06-05 | 1 | -7/+20 | |
| | ||||||
* | MFH: Add array_init_size() and use it where array size is known at ↵ | Matt Wilmas | 2008-05-27 | 1 | -2/+2 | |
| | | | | initialization |