summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed compiler reenterabilityDmitry Stogov2012-11-141-0/+2
* - Fixed Windows buildFelipe Pena2012-04-301-2/+3
* - Changed last commit to use VK_ESCAPE on WindowsFelipe Pena2012-04-301-2/+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
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e)Felipe Pena2011-11-301-0/+4
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-13/+14
* Fix bug #55445 (Incomplete implementation of <?= being independant of short_o...Etienne Kneuss2011-08-171-1/+1
* Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+4
* - Fixed bug #55378: binary number literal returns float number though its valueDerick Rethans2011-08-071-1/+1
* Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...Stefan Marr2011-07-311-10/+21
* Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-311-0/+20
* - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi...Pierre Joye2011-07-271-1/+22
* - Improved parse error messagesFelipe Pena2011-06-231-0/+2
* scalar types cleanupStanislav Malyshev2011-06-031-4/+0
* Decouple <?= from the short_tags setting and make it always enabledRasmus Lerdorf2011-05-191-9/+5
* oops, can't use that macro hereRasmus Lerdorf2011-05-161-2/+2
* Suppress a dozen unused return value warnings in places where the returnRasmus Lerdorf2011-05-161-2/+2
* removing scalar types in trunkStanislav Malyshev2011-05-151-59/+3
* - Removed unused variable (Pierrick)Felipe Pena2011-04-031-1/+0
* Fixed multibyte related issuesDmitry Stogov2011-03-141-3/+1
* Fix zend.multibyte oddities. Hope this will address all the known problems.Moriyoshi Koizumi2011-03-061-22/+44
* Fixed Bug #53629 (memory leak inside highlight_string()).Ilia Alshanetsky2011-01-031-0/+6
* - Year++Felipe Pena2011-01-011-1/+1
* - Fix buildFelipe Pena2010-12-201-1/+1
* - Avoid allocating extra buffers. This makes parsing with zend.multibyte enab...Moriyoshi Koizumi2010-12-201-124/+50
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-31/+223
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-88/+62
* - NULL deref fix, patch by GustavoPierre Joye2010-11-171-0/+4
* - Improved memory usageDmitry Stogov2010-09-151-0/+2
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-301-3/+15
* - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-301-2/+1
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-1/+2
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-3/+13
* Allow arbitrary number of space characters between type-hint and method/funct...Ilia Alshanetsky2010-05-231-6/+6
* - Added scalar typehinting.Derick Rethans2010-05-201-0/+46
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+8
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-1/+7
* sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-051-1/+1
* - Fixed bug #50145 (crash while running bug35634.phpt)Felipe Pena2009-11-171-4/+4
* MFH: Implemented manual scanning for strings/comments, plus misc. fixesMatt Wilmas2009-05-051-269/+361
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-261-0/+4
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-14/+6
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-161-16/+16
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-27/+24