Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more visa to sibira ;) | Hartmut Holzgraefe | 2004-03-24 | 1 | -0/+46 |
| | |||||
* | - 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 test. | Ilia Alshanetsky | 2004-02-16 | 1 | -13/+13 |
| | |||||
* | - 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 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+11 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | Fixed bug #26463 (Incorrect handling of semicolons after heredoc) | Ilia Alshanetsky | 2003-11-29 | 2 | -4/+124 |
| | |||||
* | Fixed a memory leak when tokenizing scripts with heredoc. | Ilia Alshanetsky | 2003-11-29 | 1 | -0/+3 |
| | |||||
* | Fix build | foobar | 2003-11-19 | 1 | -1/+2 |
| | |||||
* | - Fixed bug #26253 (ext/tokenizer: build as shared extension fails) | foobar | 2003-11-17 | 1 | -1/+1 |
| | |||||
* | Id tag added | Andrey Hristov | 2003-07-19 | 2 | -0/+4 |
| | |||||
* | - 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 | 2 | -6/+6 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | Remove unnecessary comments. | Andrei Zmievski | 2002-11-08 | 1 | -20/+0 |
| | |||||
* | - 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 |
| | |||||
* | Tokenizer has been stable for some time now. | Andrei Zmievski | 2002-10-08 | 1 | -0/+0 |
| | |||||
* | comment out unused variable | foobar | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | Fix bug #16939. | Andrei Zmievski | 2002-05-21 | 1 | -1/+2 |
| | |||||
* | Beautify. | Sebastian Bergmann | 2002-04-17 | 1 | -1/+1 |
| | |||||
* | removed ws pollution | foobar | 2002-04-16 | 1 | -125/+120 |
| | |||||
* | Added 2 new tokens: T_CLASS_C and T_FUNC_C | foobar | 2002-04-16 | 1 | -0/+4 |
| | |||||
* | * build tokenizer by default | Stig Bakken | 2002-04-16 | 1 | -38/+1 |
| | |||||
* | Fixed build with multiple concurrent jobs (make -j) | Sander Roobol | 2002-04-04 | 2 | -0/+2 |
| | |||||
* | - Fix layout | Derick Rethans | 2002-04-02 | 1 | -1/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
| | |||||
* | - Fix CREDITS files | Derick Rethans | 2002-03-02 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -6/+4 |
| | |||||
* | TSRM fixes. | Sebastian Bergmann | 2002-02-10 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 2002-02-09 | 2 | -2/+2 |
| | |||||
* | * ZTS fix | Stig Bakken | 2002-02-09 | 1 | -3/+3 |
| | | | | | # Sebastian, does it build on Windows now? | ||||
* | Add MSVC workspace for tokenizer extension. Add php_tokenizer.dll entries to ↵ | Sebastian Bergmann | 2002-02-08 | 1 | -0/+108 |
| | | | | php.ini-*. | ||||
* | @Added Andrei's tokenizer extension (Stig) | Stig Bakken | 2002-02-08 | 7 | -0/+691 |