summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-1573/+0
|
* MFHAntony Dovgal2006-10-111-0/+2
|
* Fixed wrong return valueDmitry Stogov2006-09-281-1/+1
|
* MFH: fix #38779 (engine crashes when require()'ing file with syntax error ↵Antony Dovgal2006-09-111-0/+7
| | | | through userspace stream wrapper)
* Fixed bug #36759 (Objects destructors are invoked in wrong order when script ↵Dmitry Stogov2006-07-121-0/+14
| | | | is finished).
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-1/+1
|
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-0/+7
| | | | | will follow later today)
* Fixed bug #37558 (timeout functionality doesn't work after a second PHP ↵Dmitry Stogov2006-05-251-0/+1
| | | | starup on the same thread). (p dot desarnaud at wanadoo dot fr)
* - MFH as discussedMarcus Boerger2006-05-091-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_1Antony Dovgal2006-04-201-1/+1
|
* FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all ↵Dmitry Stogov2006-03-171-2/+2
| | | | SIGSEGV related code is commented.
* zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macrosDmitry Stogov2006-03-141-2/+2
|
* Optimized cleanup loops on request shutdownDmitry Stogov2006-03-131-17/+25
|
* Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()Dmitry Stogov2006-03-031-0/+5
|
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
|
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-0/+12
|
* - MFH Fix issues with static method invocationMarcus Boerger2006-01-221-8/+14
|
* MFH: make sure ce_child is properly initializedAntony Dovgal2006-01-181-1/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail ↵Dmitry Stogov2005-12-221-1/+3
| | | | dot com)
* fix leak appearing when __autoload() throws an exceptionAntony Dovgal2005-12-201-1/+3
|
* - Simplify and synch is_callable_ex() with actual execution codeMarcus Boerger2005-12-161-8/+42
| | | | | | . Allow array($this, 'parent::method') for function 'pointers' . Spit out E_STRICT in case of erroneous use of function 'pointers'
* Fixed bug #35612 (iis6 Access Violation crash)Dmitry Stogov2005-12-091-1/+6
|
* Fixed bug #35509 (string constant as array key has different behavior inside ↵Dmitry Stogov2005-12-051-10/+2
| | | | object)
* Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)Dmitry Stogov2005-11-241-1/+7
|
* Fixed SIGSEGVDmitry Stogov2005-10-271-2/+2
|
* Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)Dmitry Stogov2005-10-201-0/+7
|
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() ↵Dmitry Stogov2005-09-091-7/+17
| | | | functions to not call __autoload().
* Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)Dmitry Stogov2005-09-021-1/+3
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* Fixed bug #33942 (the patch to #33156 crash cygwin except cli)Dmitry Stogov2005-08-021-0/+4
|
* bug #33865foobar2005-07-261-1/+1
|
* - Fix error generation logic (found by johannes)Marcus Boerger2005-07-211-1/+1
|
* Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). ↵Dmitry Stogov2005-07-121-0/+7
| | | | (Nuno)
* Fixed bug #28072 (static array with some constant keys will be incorrectly ↵Dmitry Stogov2005-07-071-4/+20
| | | | ordered).
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-041-0/+14
|
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-1/+5
|
* Fixed bug #29896 (Backtrace argument list out of sync)Dmitry Stogov2005-06-221-0/+2
|
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
|
* Fixed double call to php_stream_close() on compiler errorsDmitry Stogov2005-06-091-5/+0
|
* Fixed bug #30140 (Problem with array in static properties)Dmitry Stogov2005-06-081-3/+5
|
* Fixed bug #33116 (crash when assigning class name to global variable in ↵Dmitry Stogov2005-05-261-2/+5
| | | | __autoload).
* fix #29890 - crash when function call failsStanislav Malyshev2005-05-181-0/+5
|
* - Part 2 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+1
|
* - Part 1 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+2
|
* - Fixed bug #28839 (SIGSEGV in interactive mode (php -a))foobar2005-03-261-0/+11
| | | | | (kameshj at fastmail dot fm)
* - Fix all incarnations of bug #30266Marcus Boerger2005-03-191-0/+4
| | | | | | # most probably we should emit a fatal error here but that has to be # discussed first
* - Actually this is a much better error decriptionMarcus Boerger2005-03-131-1/+1
|
* - Bugfix #32290Marcus Boerger2005-03-131-0/+8
|
* - Be more gracious in reflection APIMarcus Boerger2005-02-131-5/+5
|