summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-121-2/+1
|\
| * Fixed Bug #62005 (unexpected behavior when incrementally assigning to a membe...Xinchen Hui2012-05-121-2/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed bug #54265 (crash when variable gets reassigned in error handler)Johannes Schlüter2011-03-171-2/+14
| * - Revert r309308 temporarily to get 5.3.6 outJohannes Schlüter2011-03-171-14/+2
| * Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-161-2/+14
| * Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-141-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-301-1/+1
| * Fixed bug #48781 (Cyclical garbage collector memory leak)Dmitry Stogov2010-04-201-0/+1
* | Added ability to reset user opcode handlers (Yoram)Dmitry Stogov2012-02-141-1/+6
* | - Year++Felipe Pena2012-01-011-1/+1
* | implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-191-2/+20
* | - Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault)Felipe Pena2011-09-171-0/+3
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* | - Fixed ZTS buildFelipe Pena2011-08-161-1/+1
* | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-6/+19
* | Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-161-2/+14
* | fix UMR when setting forward string offsetStanislav Malyshev2011-03-161-6/+6
* | Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-141-1/+3
* | - Year++Felipe Pena2011-01-011-1/+1
* | Silently casting an empty string, null or false into an object by adding a pr...Scott MacVicar2010-12-311-2/+2
* | - Removed unused variableFelipe Pena2010-11-241-1/+0
* | Removed support for break/continue $var syntaxDmitry Stogov2010-11-241-11/+2
* | reduced size of temp_variariableDmitry Stogov2010-10-221-2/+1
* | Simplified foreach() handling, we don't have to inctrement/decrement refcount...Dmitry Stogov2010-10-221-16/+1
* | - Strip out the typehint *checks* only. They are still parsed, and they areDerick Rethans2010-10-191-30/+11
* | marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-1/+1
* | Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-051-8/+7
* | Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-301-1/+1
* | - Improved memory usageDmitry Stogov2010-09-151-1/+1
* | Optimization of ASSIGN instructionDmitry Stogov2010-08-111-29/+70
* | OptimizationDmitry Stogov2010-08-101-13/+10
* | ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED f...Dmitry Stogov2010-07-161-42/+24
* | Simplified string offset readingDmitry Stogov2010-07-161-38/+17
* | Removed redundant codeDmitry Stogov2010-06-221-8/+0
* | Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-0/+12
* | - Added scalar typehinting.Derick Rethans2010-05-201-4/+12
* | Add DTrace probesDavid Soria Parra2010-04-241-0/+1
* | Removed unused functionDmitry Stogov2010-04-221-5/+0
* | WSJohannes Schlüter2010-04-201-2/+2
* | Fixed bug #48781 (Cyclical garbage collector memory leak)Dmitry Stogov2010-04-201-0/+2
* | Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-124/+320
* | Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-2/+18
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-83/+88
|/
* - Ensure that stderr output are not buffered, portability for testsPierre Joye2010-01-251-0/+4
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH:Matt Wilmas2009-06-041-3/+2
* Fixed bug #48004 (Error handler prevents creation of default object)Dmitry Stogov2009-04-211-4/+2
* Fixed bug #48004 (Error handler prevents creation of default object)Dmitry Stogov2009-04-211-10/+10