Commit Graph

74 Commits

Author SHA1 Message Date
Antony Dovgal
2ab0e7180f T_IMPORT is gone 2007-11-06 09:54:34 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Johannes Schlüter
951ad867b6 - Write to the correct file... 2007-08-09 22:24:41 +00:00
Stanislav Malyshev
8db866bd55 fix win32 build 2007-08-02 00:04:05 +00:00
Johannes Schlüter
b5c28aef4e - Use a script to generate tokenizer data from zend_language_parser.h 2007-07-31 23:23:37 +00:00
Hannes Magnusson
63052d2a85 Remove weird useless entries 2007-05-28 12:18:26 +00:00
foobar
3bec20159c MFB 2007-05-24 21:43:56 +00:00
Dmitry Stogov
5dc51fecf8 Improved compilation of heredocs and interpolated strings. (Matt) 2007-05-18 13:12:47 +00:00
Antony Dovgal
28c5d45652 fix test 2007-04-10 10:49:10 +00:00
Johannes Schlüter
c3b395d83a - Added linenumbers to array returned by token_get_all() 2007-04-08 00:17:40 +00:00
Martin Kraemer
e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Antony Dovgal
ae9a444a63 delete useless comments and skeleton leftovers 2007-01-12 12:16:36 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky
e6543cd7dc MFB: Removed pointless callbacks. 2006-06-20 22:42:42 +00:00
Antony Dovgal
438d74568d fix tests 2006-06-20 18:14:12 +00:00
Dmitry Stogov
943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
Dmitry Stogov
f8576f84dc Implemented "jump label" operator (limited "goto") 2006-03-10 08:29:43 +00:00
Dmitry Stogov
227295a4f1 Unicode stuff is changed according to decision maden on PDM.
Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.
2006-01-17 12:18:53 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Antony Dovgal
29d4cc7441 fix tests 2005-12-23 13:24:17 +00:00
Antony Dovgal
632e571642 MFB: add missing skipif conditions, fix existing ones
add one missing test
2005-12-21 11:43:24 +00:00
Ilia Alshanetsky
4cb1bf0e9e MFB51: Fixed bug #35655 (whitespace following end of heredoc is lost). 2005-12-13 21:00:49 +00:00
foobar
a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
Antony Dovgal
701dfc56b5 two more tests 2005-12-01 18:23:08 +00:00
Antony Dovgal
e1a1c5a9b9 add new test 2005-11-30 23:34:51 +00:00
foobar
3e1bb4edf3 - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER) 2005-11-10 07:49:40 +00:00
Dmitry Stogov
5fd04023dc Fixed bug #34782 (token_get_all() gives wrong result) 2005-10-21 09:33:04 +00:00
Dmitry Stogov
a655a60999 Fixed memory leak 2005-08-15 14:41:31 +00:00
foobar
23e671a51e - Bumber up year 2005-08-03 14:08:58 +00:00
foobar
4cf9d27072 - Fixed bug #28930 (PHP sources pick wrong header files generated by bison) 2004-12-30 15:18:24 +00:00
Hartmut Holzgraefe
cc0894b788 more visa to sibira ;) 2004-03-24 18:43:23 +00:00
Derick Rethans
0d4352ced8 - Fixed bug #24550 (tokenizing with __METHOD__ crash) (Patch by Greg Beaver) 2004-03-08 08:02:02 +00:00
Derick Rethans
d4fc693702 - CLONE, not CLOSE 2004-03-02 17:51:46 +00:00
Derick Rethans
0d6131cf4a - Added "clone" to the list of tokens. (Patch by Greg Beaver) 2004-03-02 17:49:49 +00:00
Ilia Alshanetsky
dc9f52f039 Fix test. 2004-02-16 17:09:08 +00:00
Jan Lehnardt
023e12cf3a - fix #27197 for Greg (cellog@php.net) 2004-02-10 14:40:39 +00:00
Andrey Hristov
8b763f14b7 HEAD is bundled with ZE2 2004-01-17 17:44:27 +00:00
foobar
f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
foobar
ccfc46b0aa - Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Andi Gutmans
dbeb4158d2 - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
Wez Furlong
05b9b20ed8 Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00
Ilia Alshanetsky
99dec6927c Fixed bug #26463 (Incorrect handling of semicolons after heredoc) 2003-11-29 19:05:14 +00:00
Ilia Alshanetsky
9e195d1040 Fixed a memory leak when tokenizing scripts with heredoc. 2003-11-29 18:22:44 +00:00
foobar
9964911cb7 Fix build 2003-11-19 00:09:45 +00:00
foobar
d240eea0d8 - Fixed bug #26253 (ext/tokenizer: build as shared extension fails) 2003-11-17 19:31:17 +00:00
Andrey Hristov
a76745a6a2 Id tag added 2003-07-19 18:52:49 +00:00
Derick Rethans
a952e28c73 - Fixed bug #24504: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer
extension
2003-07-05 06:49:57 +00:00
James Cox
f68c7ff249 updating license information in the headers. 2003-06-10 20:04:29 +00:00
Sebastian Bergmann
1fe874fbb8 Leftover. 2003-06-02 15:42:34 +00:00
foobar
9ff622f268 And this too.. 2003-03-19 23:10:27 +00:00