summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* - MFB: Fixed bug #45180 ('class::method' works differently than array('class'...Felipe Pena2008-06-051-0/+4
* - MFB: Fixed bug #45089 (__callStatic $name case sensitivity)Felipe Pena2008-06-031-6/+2
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-6/+7
* Use lazy symbol table initialization for op_arrays called from internal php f...Dmitry Stogov2008-05-061-5/+11
* GC fixDmitry Stogov2008-05-061-3/+7
* Added missing lazy initializationDmitry Stogov2008-04-291-0/+3
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-1/+40
* Optimized ZEND_RETURN opcode to not allocate and copy return value if it is notDmitry Stogov2008-04-111-8/+6
* MFBRasmus Lerdorf2008-03-191-14/+22
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-4/+4
* Better readability (USTR_BYTES)Felipe Pena2008-03-071-1/+1
* Fixed shared memory corruption of opcode cachesDmitry Stogov2008-03-041-0/+23
* - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+1
* -Add comment that explains wh we need E_ERROR in those casesMarcus Boerger2008-02-021-0/+1
* - MFB static callable message messMarcus Boerger2008-02-021-1/+4
* fix #43973 (__autoload called with wrong classname when triggered by static c...Antony Dovgal2008-01-301-1/+1
* Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry)Dmitry Stogov2008-01-291-1/+11
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-10/+17
* Added garbage collectorDmitry Stogov2008-01-221-2/+8
* Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXC...Dmitry Stogov2008-01-211-3/+1
* - Fix the fixMarcus Boerger2008-01-151-1/+1
* - Fix memleak (found by colder)Marcus Boerger2008-01-141-0/+4
* Added missing warning messageDmitry Stogov2008-01-101-0/+5
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43651 (is_callable() with one or more nonconsecutive colons crashes)Dmitry Stogov2007-12-251-0/+4
* Fixed bug #43344 (Wrong error message for undefined namespace constant)Dmitry Stogov2007-12-071-5/+50
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-12/+5
* Reimplemented support for namespaces in indexes id constant arrays (removed z...Dmitry Stogov2007-11-021-36/+15
* ws + cs + fix testJani Taskinen2007-11-021-106/+124
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-30/+30
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-031-5/+8
* Fixed bug #42819 (namespaces in indexes of constant arrays)Dmitry Stogov2007-10-021-1/+1
* Fixed bug #42798 (__autoload() not triggered for classes used in method signa...Dmitry Stogov2007-10-011-1/+2
* Support for namespaces in dynamic callsDmitry Stogov2007-09-281-70/+87
* Late Static Binding (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-261-0/+27
* - in case of ambiguity class name in namespace call __autoload() only afterDmitry Stogov2007-09-111-26/+33
* - Allow binary strings as method name in $class::$method(), fixesJohannes Schlüter2007-08-301-2/+2
* Namespace constantsDmitry Stogov2007-08-241-6/+12
* Fixed name resolutionDmitry Stogov2007-08-221-2/+1
* Added namespace related optimizations and commentsDmitry Stogov2007-08-201-0/+2
* Namespace support for name ambiguity between namespace and class nameDmitry Stogov2007-07-271-1/+2
* Add support got zend_class_entry->get_static_method() and matching __callStat...Sara Golemon2007-07-211-2/+6
* - Fix compile warningsJani Taskinen2007-07-211-3/+4
* NamespacesDmitry Stogov2007-07-121-8/+50
* fix folding, CS and WSAntony Dovgal2007-07-111-76/+95
* Unicode supportDmitry Stogov2007-06-271-1/+1
* Fixed bug #41633 (Crash instantiating classes with self-referencing constants)Dmitry Stogov2007-06-131-1/+9
* Fixed some class constant issues related to bug #41633Dmitry Stogov2007-06-131-0/+9
* check if fci->object_pp points to NULLAntony Dovgal2007-05-211-1/+1
* fix #41421 (Uncaught exception from a stream wrapper segfaults)Antony Dovgal2007-05-181-0/+8