History log of /PHP-8.0/Zend/zend_language_scanner.l (Results 326 – 350 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 4383f51c 18-Jan-2007 Ilia Alshanetsky

Syntax highlighting fix for hex numbers.

# Patch by Matt Wilmas


# 39fa36a0 09-Jan-2007 Andrei Zmievski

Fix 'b' prefix in highlighting and tokenizer. (Matt W)


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# ff9d0fcc 26-Dec-2006 Ilia Alshanetsky

is_numeric_string() optimization

# Original Patch by Matt Wilmas


# 0d7af28a 20-Dec-2006 Andrei Zmievski

More correct patch for b-prefixes.


# 16ea2ee6 19-Dec-2006 Andrei Zmievski

Support 'b' prefix in front of string literals for forward compatibility
with PHP 6.


Revision tags: php-5.2.1RC1
# 090215cc 23-Nov-2006 Antony Dovgal

nullify opened_path and filename (when required)
fixes invalid reads with `php-cli -F <script>`


# 140edac7 10-Nov-2006 Derick Rethans

- Forward port the binary cast, which will do the same as the string cast in
PHP 5.2.


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 67abcb58 13-Apr-2006 Dmitry Stogov

Fixed bug #36513 (comment will be outputed in last line)


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4
# 0f4302b8 17-Jan-2006 Dmitry Stogov

Fixed bug #36037 (heredoc adds extra line number)


Revision tags: php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 61e93ccf 04-Jan-2006 Andi Gutmans

- Update copyright notices to 2006


Revision tags: php-5.1.2RC1
# 3ce27140 13-Dec-2005 Ilia Alshanetsky

Fixed bug #35655 (whitespace following end of heredoc is lost).


Revision tags: RELEASE_1_1_1
# 3d4c1d68 08-Dec-2005 Ilia Alshanetsky

Improve fix for bug #35382


Revision tags: RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1
# 497fae9d 27-Nov-2005 Ilia Alshanetsky

Fixed bug #35411 (Regression with \{$ handling).
Fixed bug #35382 (Comment in end of file produces fatal error).


# 46ae03d8 26-Nov-2005 Marcus Boerger

- MFH Fix bug #35406 eval hangs when evall'ed code ends with comment w/o newline


Revision tags: php-5.1.0
# 19ea8abd 21-Nov-2005 Marcus Boerger

- MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)


Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# a8c6b992 15-Nov-2005 Dmitry Stogov

Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1
# 187b6cc5 21-Oct-2005 Dmitry Stogov

Fixed bug #31341 (escape on curly inconsistent)


# 7c3bdf44 21-Oct-2005 Dmitry Stogov

Fixed bug #34782 (token_get_all() gives wrong result)


Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


Revision tags: RELEASE_0_9
# ec58143e 18-Jul-2005 Rasmus Lerdorf

Valgrind is unhappy that this is not initialized


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# ff06fb72 16-Jun-2005 Zeev Suraski

Fixlet


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# f3ebf7dd 09-Jun-2005 Dmitry Stogov

Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456


# 58a0ee09 07-Jun-2005 Dmitry Stogov

Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when called via STDIN)


# 42ada22e 06-Jun-2005 Wez Furlong

Avoid double-freeing streams.
This can happen because all streams are registered as resources;
the engine also tracks them in the open_files global.

Avoid the potential for double-fr

Avoid double-freeing streams.
This can happen because all streams are registered as resources;
the engine also tracks them in the open_files global.

Avoid the potential for double-freeing by simply making streams exposed to the
engine have no closer for the engine to call; they will already be in the
resource list, and thus will be shut down properly at request end.

show more ...


# d33500ee 04-Jun-2005 Zeev Suraski

Thought I committed it ages ago... Anyway, without further delays, the final
__halt_compiler() patch


1...<<111213141516171819