summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* - 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-354/+355
* Fix bug #55445 (Incomplete implementation of <?= being independant of short_o...Etienne Kneuss2011-08-171-2/+2
* Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-641/+689
* - Fixed bug #55378: binary number literal returns float number though its valueDerick Rethans2011-08-071-2/+2
* Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...Stefan Marr2011-07-311-150/+161
* Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-311-1658/+1716
* - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi...Pierre Joye2011-07-271-2240/+2310
* - Improved parse error messagesFelipe Pena2011-06-231-335/+337
* scalar types cleanupStanislav Malyshev2011-06-031-1527/+1470
* oops, can't use that macro hereRasmus Lerdorf2011-05-161-3/+3
* Suppress a dozen unused return value warnings in places where the returnRasmus Lerdorf2011-05-161-3/+3
* removing scalar types in trunkStanislav Malyshev2011-05-151-3230/+2170
* - Removed unused variable (Pierrick)Felipe Pena2011-04-031-354/+353
* Fixed multibyte related issuesDmitry Stogov2011-03-141-356/+354
* Fix zend.multibyte oddities. Hope this will address all the known problems.Moriyoshi Koizumi2011-03-061-375/+397
* Fixed Bug #53629 (memory leak inside highlight_string()).Ilia Alshanetsky2011-01-031-353/+359
* - Year++Felipe Pena2011-01-011-1/+1
* - Fix buildFelipe Pena2010-12-201-477/+403
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-384/+576
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-251-1/+1
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-437/+415
* - not used anymorePierre Joye2010-09-151-1/+1
* RegeneratedDmitry Stogov2010-09-151-353/+355
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-301-5/+17
* - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-301-4/+3
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-2/+3
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-1649/+1904
* Allow arbitrary number of space characters between type-hint and method/funct...Ilia Alshanetsky2010-05-231-229/+360
* - Added scalar typehinting.Derick Rethans2010-05-201-2144/+2850
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-845/+920
* regenerated filesDmitry Stogov2010-04-201-334/+340
* - those are in 5.3.2 now, merge to 5.3.2 section is comingPierre Joye2010-02-111-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed bug #50145 (crash while running bug35634.phpt)Felipe Pena2009-11-171-5/+5
* - Fix skipsJani Taskinen2009-09-101-1/+1
* RegenerateMatt Wilmas2009-05-051-5332/+3830
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-261-137/+141
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-399/+391
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-161-3709/+3644
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-3916/+4174
* UnmangleRasmus Lerdorf2009-02-141-16/+0
* 2.4.1 is safeRasmus Lerdorf2009-02-141-0/+16
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-386/+365
* - MFH: Year++Felipe Pena2009-01-021-1/+1
* Fixed bug #46844 (php scripts or included files with first line startingIlia Alshanetsky2009-01-011-3/+3
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-2605/+2615
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+1
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-4/+4
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-121-363/+365