summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* - Reverted mem alloc function changeexperimental/lemonFelipe Pena2010-07-201-3/+3
* - Fixed wrong lineno by fixing the rulesFelipe Pena2010-07-191-5/+2
* - Lets use the _emalloc, _efree functionsFelipe Pena2010-07-151-3/+3
* - Minor compiler optimizationsFelipe Pena2010-07-151-6/+8
* - Disable error recoveryFelipe Pena2010-07-141-7/+5
* - Fixed SIGSEGV when E_PARSE occurred in zend_eval_stringlFelipe Pena2010-07-121-3/+15
* - Fixed line number on error messagesFelipe Pena2010-07-121-3/+7
* - Added parser name and prototype declarationFelipe Pena2010-07-121-5/+5
* - Woops, debug stuff :)Felipe Pena2010-07-111-1/+1
* - Fixed namespace with braces rulesFelipe Pena2010-07-111-4/+4
* mostly WS, cleanup stuffEtienne Kneuss2010-07-111-2/+8
* - Fix the static_scalar ruleFelipe Pena2010-07-101-5/+0
* - Workaround for YYACCEPT on __halt_compiler()Felipe Pena2010-07-101-1/+7
* - Fixed $var[0] interpolation and close tagFelipe Pena2010-07-091-0/+1
* - Fix switch and Parse callFelipe Pena2010-07-091-1/+3
* - WSFelipe Pena2010-07-091-53/+53
* - Added Lemon check and flag settingFelipe Pena2010-07-091-4/+1
* - More rules translatedFelipe Pena2010-07-081-1/+0
* Initial stuff to start working on rulesEtienne Kneuss2010-07-081-35/+59
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-0/+7
* - 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
* - Fix ZTS buildFelipe Pena2010-06-081-6/+5
* Fixed issue with statics in traits.Stefan Marr2010-06-081-2/+3
* - A method called like a trait is no constructorJohannes Schlüter2010-05-291-1/+1
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-7/+7
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-0/+13
* Fixed ZTS buildDmitry Stogov2010-05-241-4/+4
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-52/+146
* - Added scalar typehinting.Derick Rethans2010-05-201-8/+30
* - Fix typo (take 3! thanks Chris and Tony)Felipe Pena2010-05-071-3/+3
* - Fix error message wording (Kalle)Felipe Pena2010-05-071-3/+3
* - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using traitsFelipe Pena2010-05-071-16/+16
* - Fixed magic method and constructor copy for traitsFelipe Pena2010-05-071-13/+19
* - Added check for constant creation on TraitsFelipe Pena2010-05-071-1/+6
* - Added check for 'static' on trait visibility modifierFelipe Pena2010-05-061-5/+8
* - Fix typosFelipe Pena2010-05-061-4/+3
* - Fix error messages & WSFelipe Pena2010-05-061-8/+4
* Optimized access to static properties using executor specialization. A consta...Dmitry Stogov2010-05-061-6/+31
* - Added check for trait when trying to extend itFelipe Pena2010-05-041-0/+2
* - Added check for abstract classFelipe Pena2010-05-041-1/+1
* Changed naming of traits-related helper functions (suggested by Derick), adde...Stefan Marr2010-05-031-16/+16
* - WSFelipe Pena2010-05-021-3/+4
* - Changed zend_hash func calls to use the quick onesFelipe Pena2010-05-021-14/+11
* Refactored part of the Traits implementation.Stefan Marr2010-05-021-5/+5
* - fix build (void is evil)Pierre Joye2010-04-281-1/+1
* - wsDmitry Stogov2010-04-271-7/+4
* - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to use...Dmitry Stogov2010-04-271-34/+49
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-261-9/+9
* Use fast class fetch functionDmitry Stogov2010-04-231-2/+3