summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)Dmitry Stogov2013-03-191-1/+1
* Fixed bug #64235 (Insteadof not work for class method in 5.4.11)Xinchen Hui2013-02-211-1/+5
* Fixed bug #64070 (Inheritance with Traits failed with error)Dmitry Stogov2013-02-181-6/+4
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-091-1/+2
|\
| * Fixed compilator bug that might cause jump depended on unitialized valueDmitry Stogov2013-01-091-1/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-041-1/+1
|\ \ | |/
| * Fixed bug #63899 (Use after scope error in zend_compile)Xinchen Hui2013-01-041-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * typoStanislav Malyshev2012-06-081-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed bug #43200 (Interface implementation / inheritence not possible in ab...Felipe Pena2011-11-191-1/+2
| * - Fixed bug #60099 (__halt_compiler() works in braced namespaces)Felipe Pena2011-11-161-0/+5
| * Reapply the commit of revision 315259 on 5.3.9Pierrick Charron2011-08-231-0/+6
| * Revert commit 315259 as requestedPierrick Charron2011-08-221-6/+0
| * - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Pierrick Charron2011-08-221-0/+6
| * - Missing to commit this change here... (thanks nikic)Felipe Pena2011-07-081-0/+6
| * - Fix build on WindowsFelipe Pena2011-06-131-6/+7
| * - Fixed bug #54624 (class_alias and type hint)Felipe Pena2011-06-121-4/+16
| * - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-7/+5
| * - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)Felipe Pena2011-05-191-0/+4
| * - Fixed bug #43512 (same parameter name can be used multiple times in method/...Felipe Pena2011-02-171-0/+1
| * - WSPierre Joye2011-01-191-49/+49
| * - avoid local redeclarationPierre Joye2011-01-191-3/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed ZTS buildFelipe Pena2010-12-101-1/+1
| * MFH: Fix indirect reference of $thisScott MacVicar2010-12-101-0/+4
| * Fixed covariance of return-by-ref constraintsEtienne Kneuss2010-11-031-1/+4
| * - Improved fix for bug #52573Felipe Pena2010-08-181-1/+2
| * separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-121-19/+2
| * In ZTS mode default properties and constants of internal classes can't be mod...Dmitry Stogov2010-08-111-2/+22
| * - Reverted fix for bug #51421Felipe Pena2010-06-281-6/+2
| * - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-261-3/+10
| * - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-261-3/+1
| * change namespaced ctors - only __construct would workStanislav Malyshev2010-04-041-15/+6
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | spellingDmitry Stogov2012-12-251-4/+4
* | Fixed ZTS buildDmitry Stogov2012-12-251-2/+2
* | Traits refactoringDmitry Stogov2012-12-251-379/+208
* | Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-101-1/+1
* | Fixed compiler reenterabilityDmitry Stogov2012-11-141-0/+1
* | Fixed bug #63305 (zend_mm_heap corrupted with traits)Xinchen Hui2012-10-231-2/+2
* | Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws ...Xinchen Hui2012-10-081-4/+10
* | Fixed bug #62907 (Double free when use traits)Dmitry Stogov2012-09-051-3/+4
* | Bug #62956: fixing private method signature validationLars Strojny2012-08-281-0/+5
* | tabsXinchen Hui2012-08-231-14/+14
* | Refix #62358, previous has side-affectXinchen Hui2012-08-231-2/+3
* | Fixed bug #62358 (Segfault when using traits a lot)Xinchen Hui2012-08-231-1/+3
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-2/+2
* | typoStanislav Malyshev2012-06-081-1/+1
* | Use emalloc instead of mallocXinchen Hui2012-05-211-7/+7