summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #36513 (comment will be outputed in last line)Dmitry Stogov2006-04-131-2/+2
* Fixed bug #36037 (heredoc adds extra line number)Dmitry Stogov2006-01-171-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #35655 (whitespace following end of heredoc is lost).Ilia Alshanetsky2005-12-131-7/+1
* Improve fix for bug #35382Ilia Alshanetsky2005-12-081-10/+16
* Fixed bug #35411 (Regression with \{$ handling).Ilia Alshanetsky2005-11-271-9/+9
* - MFH Fix bug #35406 eval hangs when evall'ed code ends with comment w/o newlineMarcus Boerger2005-11-261-0/+1
* - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)Marcus Boerger2005-11-211-0/+7
* Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)Dmitry Stogov2005-11-151-1/+3
* Fixed bug #31341 (escape on curly inconsistent)Dmitry Stogov2005-10-211-3/+7
* Fixed bug #34782 (token_get_all() gives wrong result)Dmitry Stogov2005-10-211-0/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Valgrind is unhappy that this is not initializedRasmus Lerdorf2005-07-181-1/+1
* FixletZeev Suraski2005-06-161-1/+1
* Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456Dmitry Stogov2005-06-091-2/+3
* Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when call...Dmitry Stogov2005-06-071-1/+2
* Avoid double-freeing streams.Wez Furlong2005-06-061-1/+3
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-0/+18
* Revert // </script> patchZeev Suraski2005-03-071-12/+3
* Fix the fix for one line comments with <script..> </script> tagsfoobar2005-03-011-0/+1
* - Make one line comments work the same with <script ...> </script> as withAndi Gutmans2005-02-241-3/+11
* fixed #31987 zend-multibyte in ZTS.Rui Hirokawa2005-02-191-0/+10
* - Fix doc comment handlingMarcus Boerger2005-02-131-0/+1
* - Fixed bug #31444 (Memory leak in zend_language_scanner.c)foobar2005-01-171-0/+4
* Fix the following nasty bug:Stanislav Malyshev2005-01-031-0/+1
* - Fixed bug #28930 (PHP sources pick wrong header files generated by bison)foobar2004-12-301-1/+1
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-2/+3
* - Remove all for nowMarcus Boerger2004-08-021-15/+0
* Revert goto opcodeSara Golemon2004-07-291-4/+0
* Add goto operator by popular request.Sara Golemon2004-07-291-0/+4
* - Speed up by making null/false/true reserved word which allows to dropMarcus Boerger2004-07-161-0/+16
* Need {} hereMarcus Boerger2004-06-141-1/+1
* - Require a single white-space char after /** to start a doc comment thatMarcus Boerger2004-06-101-1/+1
* Do not require NEWLINE at start of doccommentMarcus Boerger2004-06-101-1/+1
* - Remove old and deprecated <?php_track_vars?> scanner token.Derick Rethans2004-03-251-10/+0
* - Fix memleak when scanner is called from within tokenizer extension.Moriyoshi Koizumi2004-03-041-11/+8
* Fix __METHOD__ (noticed by Davey Sahfik)Marcus Boerger2004-02-261-1/+1
* Abort on parse error in an include file (patch by Ilia)Zeev Suraski2004-02-031-2/+1
* Rewrote exception support. Fixes a few limitations and bugs in the oldZeev Suraski2004-02-031-0/+2
* Redesign the clone() feature to fix some fundamental flaws in the previousZeev Suraski2004-02-021-0/+4
* Nuke compile warning by using the LANG_SCNG macro insteadfoobar2004-01-171-5/+0
* TSRMLS fixWez Furlong2004-01-111-1/+1
* - This should fix the problem of conditional function decleration on theAndi Gutmans2004-01-111-0/+4
* - - A belated happy holidays (by two years)Andi Gutmans2004-01-081-1/+1
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-291-2/+2
* Added missing format.Ilia Alshanetsky2003-09-221-1/+1
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-18/+318
* fix crash #24550Stanislav Malyshev2003-07-271-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-44/+2