summaryrefslogtreecommitdiff
path: root/Zend/zend_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: - Updated unary_op_type typedef with TSRMLS_DCMatt Wilmas2008-08-291-19/+22
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-1/+1
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+5
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-2/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-211-0/+1
* - MFH: Initialize the reserved resource bits so that they can be reliably used.Derick Rethans2007-11-181-0/+2
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* WIN64 supportDmitry Stogov2007-04-161-1/+1
* Fixed bug #40236 (php -a function allocation eats memory)Dmitry Stogov2007-02-151-2/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed possible crash in interactive modeDmitry Stogov2006-04-101-2/+4
* zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macrosDmitry Stogov2006-03-141-1/+1
* Optimized cleanup loops on request shutdownDmitry Stogov2006-03-131-3/+13
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-7/+9
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-5/+9
* Bump up the yearfoobar2005-08-031-1/+1
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-0/+13
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-1/+3
* - Roll back VM commitAndi Gutmans2004-09-091-3/+1
* - Some architectural changes:Andi Gutmans2004-09-081-1/+3
* Revert goto opcodeSara Golemon2004-07-291-6/+0
* Add goto operator by popular request.Sara Golemon2004-07-291-0/+7
* Fixed Zend Function Destructor to use correct TSRM handle.Stefan Esser2004-06-061-0/+7
* - Abstract methods cannot have defaults for argumentsZeev Suraski2004-02-251-0/+1
* ws fixfoobar2004-02-201-23/+5
* OptimizeZeev Suraski2004-02-041-4/+1
* Rewrote exception support. Fixes a few limitations and bugs in the oldZeev Suraski2004-02-031-0/+5
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* This check shouldn't be necessaryZeev Suraski2003-08-041-3/+1
* Fix crashMarcus Boerger2003-08-031-2/+6
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-4/+10
* Remove namespace leftoversStanislav Malyshev2003-07-231-3/+0
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-301-2/+2
* updating license information in the headers.James Cox2003-06-101-1/+1
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-34/+0
* Bugfix #23670: implements and extends cause Apache 2 crashMarcus Boerger2003-06-011-1/+1
* Patch by Marcus Börger to fix some memleaksSterling Hughes2003-04-181-0/+6
* Split ZEND_NAMESPACE into user and internal namespaces. Hope this isAndrei Zmievski2003-04-011-10/+25
* Multi-purpose patch:Andrei Zmievski2003-03-311-0/+11
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-4/+3
* Add support for interfacesZeev Suraski2003-03-051-0/+3
* Allow namespaces to have a number of parts. I.e., now you can do:Stanislav Malyshev2003-02-201-2/+0
* Avoid using a C++ reserved wordZeev Suraski2003-02-181-1/+1
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-0/+17
* Rework static class properties - now supports access restrictionsZeev Suraski2003-02-051-2/+2
* Reimplement PPP propertiesZeev Suraski2003-02-041-4/+2