summaryrefslogtreecommitdiff
path: root/Zend/zend_highlight.c
Commit message (Collapse)AuthorAgeFilesLines
* . Added support for using static HEREDOCs to initialize static variables and ↵Dmitry Stogov2008-07-261-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.3Rui Hirokawa2008-06-291-0/+17
|
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-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 NEWDOCDmitry Stogov2008-02-121-1/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Fixed bug #42767 (highlight_string() truncates trailing comment)Ilia Alshanetsky2007-09-261-2/+13
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* Fixed bug #35655 (whitespace following end of heredoc is lost).Ilia Alshanetsky2005-12-131-18/+12
|
* Fixed bug #35411 (Regression with \{$ handling).Ilia Alshanetsky2005-11-271-0/+6
| | | | | Fixed bug #35382 (Comment in end of file produces fatal error).
* Bump up the yearfoobar2005-08-031-1/+1
|
* Fixed bug #29338 (unencoded spaces get ignored after certain tags).Ilia Alshanetsky2005-05-221-11/+3
|
* Fixed bug #31371 (highlight_file() trims new line after heredoc).Ilia Alshanetsky2005-01-021-7/+6
|
* - Fixed bug #28930 (PHP sources pick wrong header files generated by bison)foobar2004-12-301-1/+1
|
* MFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalidIlia Alshanetsky2004-08-111-0/+6
| | | | | output).
* Fixed bug #29606 (php_strip_whitespace() prints to stdout rather thenIlia Alshanetsky2004-08-101-4/+4
| | | | | returning the value).
* - Use <span> instead of <font> in highlight_string(). (Patch by mg@iceni.pl)Derick Rethans2004-02-251-5/+5
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fixed Bug #26703 (Certain characters inside strings incorrectly treated asIlia Alshanetsky2003-12-251-6/+4
| | | | | keywords). Original patch by vrana@php.net.
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-291-6/+0
|
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-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 Cox2003-06-101-1/+1
|
* Revert portions of the doc comment patch. There should be no parserAndrei Zmievski2003-04-021-0/+3
| | | | | errors now.
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-191-0/+1
| | | | | - Store last parsed doc comment in a compiler global for future use.
* More cleanup of the zend_strip() function.Ilia Alshanetsky2003-03-061-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 Alshanetsky2003-03-061-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.foobar2003-02-011-0/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Sync zend_html_puts parameter list with Zend Engine 1.Sebastian Bergmann2002-10-201-4/+4
|
* Make zend actually strip comments. Bug #18151Ilia Alshanetsky2002-09-151-1/+1
|
* MFZE1Zeev Suraski2002-05-121-9/+14
|
* MFZE1Zeev Suraski2002-05-111-2/+2
|
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* MFZE1 (added zend_strip mode in the highliter)Sebastian Bergmann2001-12-111-0/+61
|
* Better shared codeZeev Suraski2001-08-061-10/+2
|
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-2/+2
|
* More TSRMLS_FETCH workZeev Suraski2001-07-301-2/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+5
|
* Improve XHTML compliance (suggested by Anil Madhavapeddy)Zeev Suraski2001-06-121-1/+1
|
* Retain single spaces as spaces to condense HTMLZeev Suraski2001-05-061-0/+9
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* Fix for bug number 8666Rasmus Lerdorf2001-01-121-0/+1
|
* Unify the names of these last 3 files...Zeev Suraski2000-10-291-1/+1
|
* Open these up for the APIZeev Suraski2000-05-191-6/+6
|
* - Fix bug in syntax highlighterAndi Gutmans2000-03-091-0/+2
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Remove old unnecessary checkZeev Suraski2000-02-071-3/+0
|
* Syntax highlighting was erronously emitting more than one semicolon and/or ↵Zeev Suraski2000-02-071-0/+11
| | | | garbage with heredocs