Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | MF53: - Fixed bug #49000 (PHP CLI in Interactive mode (php -a) crashes when ↵ | Jani Taskinen | 2009-08-31 | 1 | -0/+7 |
| | | | | including files from function), see also bug #49405 | ||||
* | fix crash when unexpectedly passed by-ref parameter is modified | Stanislav Malyshev | 2009-08-18 | 1 | -0/+6 |
| | |||||
* | - Fixed bug #47801 (__call() accessed via parent:: operator is provided ↵ | Felipe Pena | 2009-04-08 | 1 | -4/+1 |
| | | | | incorrect method name) | ||||
* | Fixed possible crash because of argument stack reallocation | Dmitry Stogov | 2009-01-15 | 1 | -0/+20 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46246 (difference between call_user_func(array($this, $method)) ↵ | Dmitry Stogov | 2008-10-10 | 1 | -1/+3 |
| | | | | and $this->$method()) | ||||
* | Fixed shared memory corruption of opcode caches | Dmitry Stogov | 2008-03-04 | 1 | -0/+23 |
| | |||||
* | MFH: Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2008-02-15 | 1 | -8/+9 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed compiler warnings | Jani Taskinen | 2007-07-21 | 1 | -2/+2 |
| | |||||
* | Fixed bug #41633 (Crash instantiating classes with self-referencing constants) | Dmitry Stogov | 2007-06-13 | 1 | -1/+9 |
| | |||||
* | Fixed some class constant issues related to bug #41633 | Dmitry Stogov | 2007-06-13 | 1 | -0/+7 |
| | |||||
* | MFH | Antony Dovgal | 2007-05-21 | 1 | -1/+1 |
| | |||||
* | MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults) | Antony Dovgal | 2007-05-18 | 1 | -0/+8 |
| | |||||
* | MFH: initialize retval_ptr_ptr before returning FAILURE | Antony Dovgal | 2007-04-27 | 1 | -5/+2 |
| | | | | | this fixes invalid read in #41209 | ||||
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -3/+3 |
| | |||||
* | fix #40815 (using strings like "class::func" and static methods in ↵ | Antony Dovgal | 2007-03-15 | 1 | -1/+1 |
| | | | | set_exception_handler() might result in crash) | ||||
* | - Catch empty class name error earlier | Marcus Boerger | 2007-03-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #40236 (php -a function allocation eats memory) | Dmitry Stogov | 2007-02-15 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Avoid strcpy() & strcat() | Ilia Alshanetsky | 2006-12-28 | 1 | -5/+8 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+5 |
| | |||||
* | Start timiout thread on Windows only if necessary | Dmitry Stogov | 2006-11-10 | 1 | -1/+6 |
| | |||||
* | - MFH: added missing return... | Johannes Schlüter | 2006-10-18 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix #38465 (ReflectionParameter fails if default value is an access ↵ | Johannes Schlüter | 2006-10-18 | 1 | -3/+7 |
| | | | | to self:: | ||||
* | MFH | Antony Dovgal | 2006-10-11 | 1 | -0/+2 |
| | |||||
* | Fixed wrong return value | Dmitry Stogov | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | MFH: fix #38779 (engine crashes when require()'ing file with syntax error ↵ | Antony Dovgal | 2006-09-11 | 1 | -0/+7 |
| | | | | through userspace stream wrapper) | ||||
* | Fixed bug #36759 (Objects destructors are invoked in wrong order when script ↵ | Dmitry Stogov | 2006-07-12 | 1 | -0/+14 |
| | | | | is finished). | ||||
* | MFH: Added hook for compile_string() | Stefan Esser | 2006-06-13 | 1 | -1/+1 |
| | |||||
* | Restore ZE1 compatibility mode (Zend Engine part - the modules patches | Zeev Suraski | 2006-06-05 | 1 | -0/+7 |
| | | | | | will follow later today) | ||||
* | Fixed bug #37558 (timeout functionality doesn't work after a second PHP ↵ | Dmitry Stogov | 2006-05-25 | 1 | -0/+1 |
| | | | | starup on the same thread). (p dot desarnaud at wanadoo dot fr) | ||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -35/+28 |
| | | | | | | | | | | | | | | | | | | | | | . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type) | ||||
* | there is no %v in 5_1 | Antony Dovgal | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all ↵ | Dmitry Stogov | 2006-03-17 | 1 | -2/+2 |
| | | | | SIGSEGV related code is commented. | ||||
* | zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros | Dmitry Stogov | 2006-03-14 | 1 | -2/+2 |
| | |||||
* | Optimized cleanup loops on request shutdown | Dmitry Stogov | 2006-03-13 | 1 | -17/+25 |
| | |||||
* | Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get() | Dmitry Stogov | 2006-03-03 | 1 | -0/+5 |
| | |||||
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -1/+1 |
| | |||||
* | - MFH: Function deprecation flag | Marcus Boerger | 2006-02-25 | 1 | -0/+12 |
| | |||||
* | - MFH Fix issues with static method invocation | Marcus Boerger | 2006-01-22 | 1 | -8/+14 |
| | |||||
* | MFH: make sure ce_child is properly initialized | Antony Dovgal | 2006-01-18 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail ↵ | Dmitry Stogov | 2005-12-22 | 1 | -1/+3 |
| | | | | dot com) | ||||
* | fix leak appearing when __autoload() throws an exception | Antony Dovgal | 2005-12-20 | 1 | -1/+3 |
| | |||||
* | - Simplify and synch is_callable_ex() with actual execution code | Marcus Boerger | 2005-12-16 | 1 | -8/+42 |
| | | | | | | . Allow array($this, 'parent::method') for function 'pointers' . Spit out E_STRICT in case of erroneous use of function 'pointers' |