summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leakDmitry Stogov2014-04-101-0/+3
* Fixed suppor for multibyte encodingDmitry Stogov2014-04-101-8/+15
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-27/+24
* 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-3/+6
* Fixed __FILE__ and __METHOD__ constantsDmitry Stogov2014-03-071-4/+5
* Fixed memory leaksDmitry Stogov2014-03-061-2/+4
* Handle interned strings as non-refcounted scalarsDmitry Stogov2014-03-051-4/+2
* Fixed memory leak in ext/standard/tests/strings/005.phpXinchen Hui2014-02-221-1/+4
* Fix non-zero terminated stringsDmitry Stogov2014-02-211-0/+1
* Fixed __METHOD__ handlingDmitry Stogov2014-02-211-11/+27
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-15/+6
* Use better data structures (incomplete; able to run bench.php)Dmitry Stogov2014-02-181-1/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-181-7/+0
* It should be fixed later in some better way (added ??? marks)Dmitry Stogov2014-02-171-0/+6
* Fixed Memory leakXinchen Hui2014-02-171-7/+10
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-57/+60
* Bump yearXinchen Hui2014-01-031-1/+1
* initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
* Implement variadic function syntaxNikita Popov2013-09-261-1/+4
* Provide more macros for handling of interned stringsNikita Popov2013-09-131-9/+2
* Make use of Z_*VAL and ZVAL_* in language scannerNikita Popov2013-09-131-161/+93
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-161-0/+4
|\
| * Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-161-0/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-05-201-2/+2
|\ \ | |/
| * fix bug #64660 - yyparse can return 2, not only 1Stanislav Malyshev2013-05-201-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-281-2/+2
|\ \ | |/
| * Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-281-2/+2
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-11-141-0/+2
|\ \ | |/
| * Fixed compiler reenterabilityDmitry Stogov2012-11-141-0/+2
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-34/+40
|\ \
| * \ Merge branch 'pull-request/31'Stanislav Malyshev2012-08-191-34/+40
| |\ \
| | * | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-34/+40
* | | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-0/+4
|\ \ \ \ | |/ / /
| * | | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-0/+4
* | | | Add T_YIELD "yield" keywordNikita Popov2012-05-151-0/+4
|/ / /
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-301-2/+3
|\ \ \ | | |/ | |/|
| * | - Fixed Windows buildFelipe Pena2012-04-301-2/+3
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-301-2/+4
|\ \ \ | |/ /
| * | - Changed last commit to use VK_ESCAPE on WindowsFelipe Pena2012-04-301-2/+4
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-291-0/+4
|\ \ \ | |/ /
| * | - Fixed bug #61827 (incorrect \e processing on Windows) patch by: ab@php.netFelipe Pena2012-04-291-0/+4
| * | Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)Pierrick Charron2012-03-021-1/+5
| * | Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-201-1/+5
| * | Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-5/+5
| * | fix memory leak in compile_string when there's a parse error (used e.g. in ev...Nuno Lopes2012-01-011-0/+2