History log of /PHP-8.3/Zend/zend_language_scanner.l (Results 426 – 450 of 540)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# dc7cb199 02-Aug-2004 Marcus Boerger

- Remove all for now
# - the optimization part can be done in apc or compareable products
# - NULL can be reintroduced later when needed

# d96e7a17 29-Jul-2004 Sara Golemon

Revert goto opcode

# 5865b368 29-Jul-2004 Sara Golemon

Add goto operator by popular request.

Revision tags: RELEASE_0_1
# 86d46f7c 16-Jul-2004 Marcus Boerger

- Speed up by making null/false/true reserved word which allows to drop
an opcode (FETCH_CONSTANT) for every usage.

Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# afc5a614 14-Jun-2004 Marcus Boerger

Need {} here

# 4da11644 10-Jun-2004 Marcus Boerger

- Require a single white-space char after /** to start a doc comment that
way we prevent /*** from becoming a doc comment (as requested Derick).

# eefdd0ea 10-Jun-2004 Marcus Boerger

Do not require NEWLINE at start of doccomment

Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# b2ac3959 25-Mar-2004 Derick Rethans

- Remove old and deprecated <?php_track_vars?> scanner token.

Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# c0aabb79 04-Mar-2004 Moriyoshi Koizumi

- Fix memleak when scanner is called from within tokenizer extension.
# (only happens with zend multibyte feature enabled)

# 059c533b 26-Feb-2004 Marcus Boerger

Fix __METHOD__ (noticed by Davey Sahfik)

Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# 60bb89c5 03-Feb-2004 Zeev Suraski

Abort on parse error in an include file (patch by Ilia)

# 9e60cb55 03-Feb-2004 Zeev Suraski

Rewrote exception support. Fixes a few limitations and bugs in the old
implementation, and allows exceptions to 'fire' much earlier than before.

Instructions on how to use the new mecha

Rewrote exception support. Fixes a few limitations and bugs in the old
implementation, and allows exceptions to 'fire' much earlier than before.

Instructions on how to use the new mechanism will follow on internals@
shortly...

Note - this (most probably) breaks the current implementation of
set_exception_handler()

show more ...

# 8e30d96a 02-Feb-2004 Zeev Suraski

Redesign the clone() feature to fix some fundamental flaws in the previous
implementation.

Using clone directly is now done using
$replica = clone $src;

Clone methods must n

Redesign the clone() feature to fix some fundamental flaws in the previous
implementation.

Using clone directly is now done using
$replica = clone $src;

Clone methods must now be declared as follows:
function __clone($that)
{
}

Clone methods in derived classes can call the __clone method of their parent
classes using parent::__clone($that)

show more ...

Revision tags: RELEASE_1_3b6, php_ibase_before_split
# 796938ec 17-Jan-2004 foobar

Nuke compile warning by using the LANG_SCNG macro instead

Revision tags: php-4.3.5RC1
# 910e2006 11-Jan-2004 Wez Furlong

TSRMLS fix

# e69f4f6f 11-Jan-2004 Andi Gutmans

- This should fix the problem of conditional function decleration on the
- same line of code not to work. You should re-evaluate your coding style
- if you really code this way :)

# 6b87194b 08-Jan-2004 Andi Gutmans

- - A belated happy holidays (by two years)

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 99dec692 29-Nov-2003 Ilia Alshanetsky

Fixed bug #26463 (Incorrect handling of semicolons after heredoc)

Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 10def9a8 22-Sep-2003 Ilia Alshanetsky

Added missing format.

Revision tags: php-4.3.3, php-4.3.3RC4
# ab9dcec2 11-Aug-2003 Masaki Fujimoto

- 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

- 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')

show more ...

Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 399db3c8 27-Jul-2003 Stanislav Malyshev

fix crash #24550

Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

# f7f5a5ea 02-Jun-2003 Stanislav Malyshev

MEGA-patch: namespaces are R.I.P.

Revision tags: BEFORE_FD_REAPPLY
# afb748d1 29-May-2003 Marcus Boerger

CS

Revision tags: php-4.3.2, php-4.3.2RC4
# 955460a3 26-May-2003 Marcus Boerger

Add pseudo constant __METHOD__ to easily report namespace::class::method.

# This is especially good for tests. Since it does not draw away from the
# real issues and nicely reports what

Add pseudo constant __METHOD__ to easily report namespace::class::method.

# This is especially good for tests. Since it does not draw away from the
# real issues and nicely reports what is needed to identify a method.

show more ...

1...<<11121314151617181920>>...22