summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* reworked the patch, less new stuff but workyAnatol Belski2014-09-251-1/+1
* native tls initial patchkrakjoe2014-09-201-1/+1
* Fix yy_limit computation after encoding switchNikita Popov2014-09-111-1/+1
* Remove self-contradictory zend multibyte assertionNikita Popov2014-09-111-2/+2
* Remove unnecessary branch/temp variableXinchen Hui2014-09-091-363/+359
* Fix parser stack destruction with dummy ENCAPSED_AND_WHITESPACENikita Popov2014-09-081-161/+163
* Use efree_size() instead of efree() where posibleDmitry Stogov2014-08-271-1/+1
* Handle remaining magic constants in parser as wellNikita Popov2014-08-261-175/+146
* eval() with parse error uses clean shutdown nowNikita Popov2014-08-261-384/+370
* Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-354/+350
* Fix compiler warningsNikita Popov2014-08-251-1/+1
* Merge branch 'ast'POST_AST_MERGENikita Popov2014-08-251-389/+321
|\
| * Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-251-21/+21
| |\
| * | zend_do_return -> zend_emit_final_returnNikita Popov2014-07-261-355/+354
| * | Make lexer return AST nodesNikita Popov2014-07-261-359/+350
| * | Remove DUMMY_STRINGLNikita Popov2014-07-261-316/+306
| * | Fix leaksNikita Popov2014-07-261-2/+2
| * | Use arena allocator (currently leaky!)Nikita Popov2014-07-261-350/+354
| * | Expose ast via CG(ast)Nikita Popov2014-07-241-352/+358
| * | Partial NS port (semicolon, no errors)Nikita Popov2014-07-221-149/+144
| * | Port __TRAIT__ and __CLASS__ to ASTNikita Popov2014-07-211-162/+145
| * | Port __METHOD__Nikita Popov2014-07-161-173/+145
| * | Port __FUNCTION__ to ASTNikita Popov2014-07-161-151/+145
| * | Handle trait __CLASS__ in parserNikita Popov2014-06-261-148/+146
* | | master renamings phase 5Anatol Belski2014-08-251-2/+2
| |/ |/|
* | master renames phase 3Anatol Belski2014-08-251-7/+7
* | master renames phase 1Anatol Belski2014-08-251-49/+49
* | further fixes on coreAnatol Belski2014-08-161-3/+3
* | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-39/+39
|/
* zend_stack_top() now returns pointer directlyNikita Popov2014-05-011-352/+351
* Don't allocate zend_stack elements individuallyNikita Popov2014-05-011-5/+5
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2015/+2037
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Pierre Joye2014-03-101-7857/+7857
| |\
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | add T_POW (**) operatordatibbaw2014-02-061-2016/+2038
* | | Cleanup (2-nd round)Dmitry Stogov2014-04-151-248/+247
* | | Fixed memory leakDmitry Stogov2014-04-101-346/+349
* | | Fixed suppor for multibyte encodingDmitry Stogov2014-04-101-354/+361
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-373/+370
* | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-6/+6
* | | STR_DUP() doesn't duplicate interned strings anymore. In case new string is r...Dmitry Stogov2014-04-011-1/+1
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-241-349/+352
* | | Fixed __FILE__ and __METHOD__ constantsDmitry Stogov2014-03-071-149/+150
* | | Fixed memory leaksDmitry Stogov2014-03-061-211/+213
* | | Handle interned strings as non-refcounted scalarsDmitry Stogov2014-03-051-149/+147
* | | Fixed memory leak in ext/standard/tests/strings/005.phpXinchen Hui2014-02-221-347/+350
* | | Fix non-zero terminated stringsDmitry Stogov2014-02-211-145/+146
* | | Fixed __METHOD__ handlingDmitry Stogov2014-02-211-156/+172
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-191-361/+352
* | | Use better data structures (incomplete; able to run bench.php)Dmitry Stogov2014-02-181-148/+149