summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner_defs.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* Fix bug #55445 (Incomplete implementation of <?= being independant of short_o...Etienne Kneuss2011-08-171-1/+1
* Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...Stefan Marr2011-07-311-1/+1
* Added __TRAIT__ magic constant [TRAITS] [DOC]Stefan Marr2011-07-311-1/+1
* - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi...Pierre Joye2011-07-271-1/+1
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-1/+1
* - Improved parse error messagesFelipe Pena2011-06-231-1/+1
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* scalar types cleanupStanislav Malyshev2011-06-031-1/+1
* removing scalar types in trunkStanislav Malyshev2011-05-151-1/+1
* - Removed unused variable (Pierrick)Felipe Pena2011-04-031-1/+1
* Fixed multibyte related issuesDmitry Stogov2011-03-141-1/+1
* Fix zend.multibyte oddities. Hope this will address all the known problems.Moriyoshi Koizumi2011-03-061-1/+1
* Fixed Bug #53629 (memory leak inside highlight_string()).Ilia Alshanetsky2011-01-031-1/+1
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-1/+1
* - 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-1/+1
* - not used anymorePierre Joye2010-09-151-1/+1
* RegeneratedDmitry Stogov2010-09-151-1/+1
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-241-1/+1
* Allow arbitrary number of space characters between type-hint and method/funct...Ilia Alshanetsky2010-05-231-1/+1
* - Added scalar typehinting.Derick Rethans2010-05-201-1/+1
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-1/+1
* regenerated filesDmitry Stogov2010-04-201-1/+1
* - those are in 5.3.2 now, merge to 5.3.2 section is comingPierre Joye2010-02-111-1/+1
* - Fix skipsJani Taskinen2009-09-101-1/+1
* RegenerateMatt Wilmas2009-05-051-4/+1
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-261-1/+1
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-1/+1
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-161-1/+1
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-1/+1
* UnmangleRasmus Lerdorf2009-02-141-8/+0
* 2.4.1 is safeRasmus Lerdorf2009-02-141-0/+8
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-1/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+1
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-121-1/+1
* - Touch.Moriyoshi Koizumi2008-07-281-1/+1
* - TouchMoriyoshi Koizumi2008-07-281-1/+1
* - touchMoriyoshi Koizumi2008-07-281-1/+1
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-4/+1
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-1/+1
* regenerateNuno Lopes2008-07-081-1/+1
* regenerateNuno Lopes2008-07-061-1/+1
* regenerateNuno Lopes2008-07-061-1/+1
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-1/+1
* fix heredoc+nowdocNuno Lopes2008-04-101-1/+1
* fix the yyless() definition to match flex one and revert part of last patch (...Nuno Lopes2008-04-091-1/+1
* - Allow HEREDOC syntax with double quotesFelipe Pena2008-04-051-1/+1
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (low...Nuno Lopes2008-04-041-1/+1