Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph) | ||||
* | Fixed bug #47038 (Memory leak in include) | Dmitry Stogov | 2009-03-25 | 1 | -4/+1 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -2/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+2 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -2/+0 |
| | |||||
* | . Added support for using static HEREDOCs to initialize static variables and ↵ | Dmitry Stogov | 2008-07-26 | 1 | -1/+1 |
| | | | | | | | | class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt) . Optimized interpolated strings to use one less opcode. (Matt) | ||||
* | - Suppress signedness warnings. | Moriyoshi Koizumi | 2008-07-25 | 1 | -2/+2 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-06-23 | 1 | -2/+14 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2008-06-11 | 1 | -0/+4 |
| | |||||
* | MFB 5.3: Rest of the changes for re2c merge | Scott MacVicar | 2008-03-26 | 1 | -60/+2 |
| | |||||
* | Added NOWDOC | Dmitry Stogov | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | - Use a script to generate tokenizer data from zend_language_parser.h | Johannes Schlüter | 2007-07-31 | 1 | -244/+1 |
| | |||||
* | Improved compilation of heredocs and interpolated strings. (Matt) | Dmitry Stogov | 2007-05-18 | 1 | -3/+8 |
| | |||||
* | - Added linenumbers to array returned by token_get_all() | Johannes Schlüter | 2007-04-08 | 1 | -0/+4 |
| | |||||
* | delete useless comments and skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -35/+0 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFB: Removed pointless callbacks. | Ilia Alshanetsky | 2006-06-20 | 1 | -32/+3 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -3/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER) | foobar | 2005-11-10 | 1 | -1/+3 |
| | |||||
* | Fixed bug #34782 (token_get_all() gives wrong result) | Dmitry Stogov | 2005-10-21 | 1 | -0/+2 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2005-08-15 | 1 | -0/+2 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #28930 (PHP sources pick wrong header files generated by bison) | foobar | 2004-12-30 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #24550 (tokenizing with __METHOD__ crash) (Patch by Greg Beaver) | Derick Rethans | 2004-03-08 | 1 | -0/+2 |
| | |||||
* | - CLONE, not CLOSE | Derick Rethans | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | - Added "clone" to the list of tokens. (Patch by Greg Beaver) | Derick Rethans | 2004-03-02 | 1 | -0/+2 |
| | |||||
* | - fix #27197 for Greg (cellog@php.net) | Jan Lehnardt | 2004-02-10 | 1 | -0/+1 |
| | |||||
* | HEAD is bundled with ZE2 | Andrey Hristov | 2004-01-17 | 1 | -14/+0 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Fixed bug #26463 (Incorrect handling of semicolons after heredoc) | Ilia Alshanetsky | 2003-11-29 | 1 | -4/+6 |
| | |||||
* | Fixed a memory leak when tokenizing scripts with heredoc. | Ilia Alshanetsky | 2003-11-29 | 1 | -0/+3 |
| | |||||
* | Id tag added | Andrey Hristov | 2003-07-19 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #24504: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer | Derick Rethans | 2003-07-05 | 1 | -0/+8 |
| | | | | | extension | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Leftover. | Sebastian Bergmann | 2003-06-02 | 1 | -8/+0 |
| | |||||
* | And this too.. | foobar | 2003-03-19 | 1 | -0/+2 |
| | |||||
* | Andrei forgot this.. | foobar | 2003-03-19 | 1 | -2/+0 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -1/+1 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | * add new ZE2 tokens | Stig Bakken | 2003-02-25 | 1 | -0/+30 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - Arghh... Change #ifdef to #ifndef | Andi Gutmans | 2002-11-05 | 1 | -2/+2 |
| | |||||
* | - Fix Engine 2 build | Andi Gutmans | 2002-11-05 | 1 | -0/+4 |
| | |||||
* | comment out unused variable | foobar | 2002-08-22 | 1 | -1/+1 |
| |