| 831fbcf |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/PHP_5_3/Zend/zend_highlight.c
|
| e4ca0ed |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/Zend/zend_highlight.c
|
| 927bf09 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/Zend/zend_highlight.c
|
| af49e58 |
|
12-Mar-2010 |
Jani Taskinen <jani@php.net> |
- Reverted r296062 and r296065
/PHP_5_3/Zend/zend_highlight.c
|
| 06f072c |
|
11-Mar-2010 |
Jani Taskinen <jani@php.net> |
MFH: Improved / fixed output buffering (Michael Wallner)
/PHP_5_3/Zend/zend_highlight.c
|
| d2281d1 |
|
05-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
/PHP_5_3/Zend/zend_highlight.c
|
| 09034cf |
|
05-May-2009 |
Matt Wilmas <mattwil@php.net> |
MFH: Implemented manual scanning for strings/comments, plus misc. fixes
/PHP_5_3/Zend/zend_highlight.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_3/Zend/zend_highlight.c
|
| 478acfd |
|
26-Jul-2008 |
Dmitry Stogov <dmitry@php.net> |
. Added support for using static HEREDOCs to initialize static variables and 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)
/PHP_5_3/Zend/zend_highlight.c
|
| c3286f3 |
|
29-Jun-2008 |
Rui Hirokawa <hirokawa@php.net> |
implemented again zend-multibyte for PHP 5.3
/PHP_5_3/Zend/zend_highlight.c
|
| af31602 |
|
16-Mar-2008 |
Marcus Boerger <helly@php.net> |
- Rewrite scanner to be based on re2c instead of flex 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
/PHP_5_3/Zend/zend_highlight.c
|
| ddcf7a2 |
|
12-Feb-2008 |
Dmitry Stogov <dmitry@php.net> |
Added NEWDOC
/PHP_5_3/Zend/zend_highlight.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_3/Zend/zend_highlight.c
|
| b26d5f6 |
|
26-Sep-2007 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #42767 (highlight_string() truncates trailing comment)
/PHP_5_3/Zend/zend_highlight.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_3/Zend/zend_highlight.c
|
| 61e93cc |
|
04-Jan-2006 |
Andi Gutmans <andi@php.net> |
- Update copyright notices to 2006
/PHP_5_3/Zend/zend_highlight.c
|
| 3ce2714 |
|
13-Dec-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #35655 (whitespace following end of heredoc is lost).
/PHP_5_3/Zend/zend_highlight.c
|
| 497fae9 |
|
27-Nov-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #35411 (Regression with \{$ handling). Fixed bug #35382 (Comment in end of file produces fatal error).
/PHP_5_3/Zend/zend_highlight.c
|
| 916815b |
|
03-Aug-2005 |
foobar <sniper@php.net> |
Bump up the year
/PHP_5_3/Zend/zend_highlight.c
|
| 76c0560 |
|
22-May-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #29338 (unencoded spaces get ignored after certain tags).
/PHP_5_3/Zend/zend_highlight.c
|
| ea7b61d |
|
02-Jan-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #31371 (highlight_file() trims new line after heredoc).
/PHP_5_3/Zend/zend_highlight.c
|
| 4cf9d27 |
|
30-Dec-2004 |
foobar <sniper@php.net> |
- Fixed bug #28930 (PHP sources pick wrong header files generated by bison)
/PHP_5_3/Zend/zend_highlight.c
|
| bf8a6a0 |
|
11-Aug-2004 |
Ilia Alshanetsky <iliaa@php.net> |
MFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalid output).
/PHP_5_3/Zend/zend_highlight.c
|
| 60b6ac0 |
|
10-Aug-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then returning the value).
/PHP_5_3/Zend/zend_highlight.c
|
| 9be67e5 |
|
25-Feb-2004 |
Derick Rethans <derick@php.net> |
- Use <span> instead of <font> in highlight_string(). (Patch by mg@iceni.pl)
/PHP_5_3/Zend/zend_highlight.c
|
| ccfc46b |
|
08-Jan-2004 |
foobar <sniper@php.net> |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
/PHP_5_3/Zend/zend_highlight.c
|
| 0688205 |
|
25-Dec-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed Bug #26703 (Certain characters inside strings incorrectly treated as keywords). Original patch by vrana@php.net.
/PHP_5_3/Zend/zend_highlight.c
|
| 99dec69 |
|
29-Nov-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #26463 (Incorrect handling of semicolons after heredoc)
/PHP_5_3/Zend/zend_highlight.c
|
| ab9dcec |
|
11-Aug-2003 |
Masaki Fujimoto <fujimoto@php.net> |
- added script encoding support to Zend Engine 2. 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')
/PHP_5_3/Zend/zend_highlight.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/PHP_5_3/Zend/zend_highlight.c
|
| e6255b0 |
|
02-Apr-2003 |
Andrei Zmievski <andrei@php.net> |
Revert portions of the doc comment patch. There should be no parser errors now.
/PHP_5_3/Zend/zend_highlight.c
|
| 39d5a63 |
|
19-Mar-2003 |
Andrei Zmievski <andrei@php.net> |
- Keep track of starting/ending line numbers for user functions. - Store last parsed doc comment in a compiler global for future use.
/PHP_5_3/Zend/zend_highlight.c
|
| 2b13eb4 |
|
06-Mar-2003 |
Ilia Alshanetsky <iliaa@php.net> |
More cleanup of the zend_strip() function. No longer strip __LINE__, since while it may become useless it could break code where __LINE__ is passed as a function parameter.
/PHP_5_3/Zend/zend_highlight.c
|
| 2cb46d4 |
|
06-Mar-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed in zend_strip() that corrupted heredoc. Optimized the writing routine by moving from putchar() to fwrite(). Changed hardcoded opcode # to it's defined name.
/PHP_5_3/Zend/zend_highlight.c
|
| 333406b |
|
01-Feb-2003 |
foobar <sniper@php.net> |
- Added some missing CVS $Id$ tags, headers and footers.
/PHP_5_3/Zend/zend_highlight.c
|
| 2c5d4b8 |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/PHP_5_3/Zend/zend_highlight.c
|
| 1264214 |
|
20-Oct-2002 |
Sebastian Bergmann <sebastian@php.net> |
Sync zend_html_puts parameter list with Zend Engine 1.
/PHP_5_3/Zend/zend_highlight.c
|
| 94aaba7 |
|
15-Sep-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Make zend actually strip comments. Bug #18151
/PHP_5_3/Zend/zend_highlight.c
|
| 2931bb6 |
|
12-May-2002 |
Zeev Suraski <zeev@php.net> |
MFZE1
/PHP_5_3/Zend/zend_highlight.c
|
| 4ec448e |
|
11-May-2002 |
Zeev Suraski <zeev@php.net> |
MFZE1
/PHP_5_3/Zend/zend_highlight.c
|
| 62dc854 |
|
06-Jan-2002 |
Sebastian Bergmann <sebastian@php.net> |
Happy New Year.
/PHP_5_3/Zend/zend_highlight.c
|
| d863d52 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/PHP_5_3/Zend/zend_highlight.c
|
| ff4cc2c |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
MFZE1 (added zend_strip mode in the highliter)
/PHP_5_3/Zend/zend_highlight.c
|
| 85875e8 |
|
06-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Better shared code
/PHP_5_3/Zend/zend_highlight.c
|
| 609d58a |
|
06-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Merge from branch - move to standard C scanners in thread safe mode
/PHP_5_3/Zend/zend_highlight.c
|
| 4187439 |
|
30-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH work
/PHP_5_3/Zend/zend_highlight.c
|
| b4f3b9d |
|
28-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Redesigned thread safety mechanism - nua nua
/PHP_5_3/Zend/zend_highlight.c
|
| e8796a1 |
|
12-Jun-2001 |
Zeev Suraski <zeev@php.net> |
Improve XHTML compliance (suggested by Anil Madhavapeddy)
/PHP_5_3/Zend/zend_highlight.c
|
| dc30520 |
|
06-May-2001 |
Zeev Suraski <zeev@php.net> |
Retain single spaces as spaces to condense HTML
/PHP_5_3/Zend/zend_highlight.c
|
| d2c9e80 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Update copyright year
/PHP_5_3/Zend/zend_highlight.c
|
| b208f6b |
|
12-Jan-2001 |
Rasmus Lerdorf <rasmus@php.net> |
Fix for bug number 8666
/PHP_5_3/Zend/zend_highlight.c
|
| 7b0d92d |
|
29-Oct-2000 |
Zeev Suraski <zeev@php.net> |
Unify the names of these last 3 files...
/PHP_5_3/Zend/zend_highlight.c
|
| c80906e |
|
19-May-2000 |
Zeev Suraski <zeev@php.net> |
Open these up for the API
/PHP_5_3/Zend/zend_highlight.c
|
| 5b570ec |
|
09-Mar-2000 |
Andi Gutmans <andi@php.net> |
- Fix bug in syntax highlighter
/PHP_5_3/Zend/zend_highlight.c
|
| 5e55e47 |
|
06-Mar-2000 |
Zeev Suraski <zeev@php.net> |
It's official now...
/PHP_5_3/Zend/zend_highlight.c
|
| 0ac9536 |
|
19-Feb-2000 |
Zeev Suraski <zeev@php.net> |
(c) patch
/PHP_5_3/Zend/zend_highlight.c
|
| d5abab7 |
|
07-Feb-2000 |
Zeev Suraski <zeev@php.net> |
Remove old unnecessary check
/PHP_5_3/Zend/zend_highlight.c
|
| 0c470af |
|
07-Feb-2000 |
Zeev Suraski <zeev@php.net> |
Syntax highlighting was erronously emitting more than one semicolon and/or garbage with heredocs
/PHP_5_3/Zend/zend_highlight.c
|
| 7d425f3 |
|
14-Jan-2000 |
Andrei Zmievski <andrei@php.net> |
Since we're highlighting code, put <code> and </code> around the code.
/PHP_5_3/Zend/zend_highlight.c
|
| ef596bb |
|
06-Dec-1999 |
Zeev Suraski <zeev@php.net> |
Move the #include of zend-parser.h out of zend_compile.h
/PHP_5_3/Zend/zend_highlight.c
|
| 8d1de13 |
|
19-Jul-1999 |
Zeev Suraski <zeev@php.net> |
0.91 update
/PHP_5_3/Zend/zend_highlight.c
|
| b5b1117 |
|
16-Jul-1999 |
Zeev Suraski <zeev@php.net> |
License update
/PHP_5_3/Zend/zend_highlight.c
|
| 473d1d7 |
|
11-May-1999 |
Zeev Suraski <zeev@php.net> |
* Fix a bug that occured in case of parse errors. We need to restore the lexical state even if the compilation failed.
/PHP_5_3/Zend/zend_highlight.c
|
| 7c4a083 |
|
26-Apr-1999 |
Zeev Suraski <zeev@php.net> |
Various thread safety fixes and DLL updates
/PHP_5_3/Zend/zend_highlight.c
|
| 1aa2c5c |
|
23-Apr-1999 |
Zeev Suraski <zeev@php.net> |
Ok, call me crazy, because I probably am. Thread safe version now uses a C++ scanner object. Works fully.
/PHP_5_3/Zend/zend_highlight.c
|
| 551fe77 |
|
22-Apr-1999 |
Zeev Suraski <zeev@php.net> |
Make token names uniform, they all begin with T_ now.
/PHP_5_3/Zend/zend_highlight.c
|
| 573b460 |
|
07-Apr-1999 |
Andi Gutmans <andi@php.net> |
Zend Library
/PHP_5_3/Zend/zend_highlight.c
|