Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . Added support for using static HEREDOCs to initialize static variables and ↵ | Dmitry Stogov | 2008-07-26 | 1 | -17/+5 |
| | | | | | | | | 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) | ||||
* | implemented again zend-multibyte for PHP 5.3 | Rui Hirokawa | 2008-06-29 | 1 | -0/+17 |
| | |||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -20/+2 |
| | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
* | Added NEWDOC | Dmitry Stogov | 2008-02-12 | 1 | -1/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42767 (highlight_string() truncates trailing comment) | Ilia Alshanetsky | 2007-09-26 | 1 | -2/+13 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35655 (whitespace following end of heredoc is lost). | Ilia Alshanetsky | 2005-12-13 | 1 | -18/+12 |
| | |||||
* | Fixed bug #35411 (Regression with \{$ handling). | Ilia Alshanetsky | 2005-11-27 | 1 | -0/+6 |
| | | | | | Fixed bug #35382 (Comment in end of file produces fatal error). | ||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #29338 (unencoded spaces get ignored after certain tags). | Ilia Alshanetsky | 2005-05-22 | 1 | -11/+3 |
| | |||||
* | Fixed bug #31371 (highlight_file() trims new line after heredoc). | Ilia Alshanetsky | 2005-01-02 | 1 | -7/+6 |
| | |||||
* | - Fixed bug #28930 (PHP sources pick wrong header files generated by bison) | foobar | 2004-12-30 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalid | Ilia Alshanetsky | 2004-08-11 | 1 | -0/+6 |
| | | | | | output). | ||||
* | Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then | Ilia Alshanetsky | 2004-08-10 | 1 | -4/+4 |
| | | | | | returning the value). | ||||
* | - Use <span> instead of <font> in highlight_string(). (Patch by mg@iceni.pl) | Derick Rethans | 2004-02-25 | 1 | -5/+5 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fixed Bug #26703 (Certain characters inside strings incorrectly treated as | Ilia Alshanetsky | 2003-12-25 | 1 | -6/+4 |
| | | | | | keywords). Original patch by vrana@php.net. | ||||
* | Fixed bug #26463 (Incorrect handling of semicolons after heredoc) | Ilia Alshanetsky | 2003-11-29 | 1 | -6/+0 |
| | |||||
* | - added script encoding support to Zend Engine 2. | Masaki Fujimoto | 2003-08-11 | 1 | -0/+17 |
| | | | | | | | this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM), UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with '--enable-zend-multibyte' and '--enable-mbstring') | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | Revert portions of the doc comment patch. There should be no parser | Andrei Zmievski | 2003-04-02 | 1 | -0/+3 |
| | | | | | errors now. | ||||
* | - Keep track of starting/ending line numbers for user functions. | Andrei Zmievski | 2003-03-19 | 1 | -0/+1 |
| | | | | | - Store last parsed doc comment in a compiler global for future use. | ||||
* | More cleanup of the zend_strip() function. | Ilia Alshanetsky | 2003-03-06 | 1 | -24/+20 |
| | | | | | | No longer strip __LINE__, since while it may become useless it could break code where __LINE__ is passed as a function parameter. | ||||
* | Fixed in zend_strip() that corrupted heredoc. | Ilia Alshanetsky | 2003-03-06 | 1 | -13/+13 |
| | | | | | | Optimized the writing routine by moving from putchar() to fwrite(). Changed hardcoded opcode # to it's defined name. | ||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Sync zend_html_puts parameter list with Zend Engine 1. | Sebastian Bergmann | 2002-10-20 | 1 | -4/+4 |
| | |||||
* | Make zend actually strip comments. Bug #18151 | Ilia Alshanetsky | 2002-09-15 | 1 | -1/+1 |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-05-12 | 1 | -9/+14 |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-05-11 | 1 | -2/+2 |
| | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | MFZE1 (added zend_strip mode in the highliter) | Sebastian Bergmann | 2001-12-11 | 1 | -0/+61 |
| | |||||
* | Better shared code | Zeev Suraski | 2001-08-06 | 1 | -10/+2 |
| | |||||
* | Merge from branch - move to standard C scanners in thread safe mode | Zeev Suraski | 2001-08-06 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -2/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -5/+5 |
| | |||||
* | Improve XHTML compliance (suggested by Anil Madhavapeddy) | Zeev Suraski | 2001-06-12 | 1 | -1/+1 |
| | |||||
* | Retain single spaces as spaces to condense HTML | Zeev Suraski | 2001-05-06 | 1 | -0/+9 |
| | |||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Fix for bug number 8666 | Rasmus Lerdorf | 2001-01-12 | 1 | -0/+1 |
| | |||||
* | Unify the names of these last 3 files... | Zeev Suraski | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | Open these up for the API | Zeev Suraski | 2000-05-19 | 1 | -6/+6 |
| | |||||
* | - Fix bug in syntax highlighter | Andi Gutmans | 2000-03-09 | 1 | -0/+2 |
| | |||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 |
| | |||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | |||||
* | Remove old unnecessary check | Zeev Suraski | 2000-02-07 | 1 | -3/+0 |
| | |||||
* | Syntax highlighting was erronously emitting more than one semicolon and/or ↵ | Zeev Suraski | 2000-02-07 | 1 | -0/+11 |
| | | | | garbage with heredocs |