summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* CSMarcus Boerger2003-05-291-2/+2
* Add pseudo constant __METHOD__ to easily report namespace::class::method.Marcus Boerger2003-05-261-0/+29
* Fixed bug #21820 ("$arr[foo]" generates bogus E_NOTICE, should be E_PARSE)foobar2003-04-251-11/+1
* Revert Harald's commitZeev Suraski2003-04-101-0/+8
* removing the *syntactical sugar* againHarald Radi2003-04-091-8/+0
* Fixed bug #23093 (highlight_string() crashed with __FUNCTION__)foobar2003-04-071-1/+5
* Implement a different way to catch documentation comments.Andrei Zmievski2003-04-021-0/+4
* Revert portions of the doc comment patch. There should be no parserAndrei Zmievski2003-04-021-3/+0
* Add __NAMESPACE__ auto-constant.Stanislav Malyshev2003-04-011-0/+13
* Multi-purpose patch:Andrei Zmievski2003-03-311-12/+4
* fix crash in win32 debug buildShane Caraveo2003-03-221-0/+2
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-191-3/+25
* - Nuke junkAndi Gutmans2003-03-091-9/+0