History log of /PHP-5.5/Zend/zend_language_scanner.l (Results 176 – 200 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2
# c0cde196 25-Apr-2003 foobar

Fixed bug #21820 ("$arr[foo]" generates bogus E_NOTICE, should be E_PARSE)


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 65f06d80 10-Apr-2003 Zeev Suraski

Revert Harald's commit


# 07e775bc 09-Apr-2003 Harald Radi

removing the *syntactical sugar* again

# commiting that on behalf of the community :)
# don't blame me, i'm just acting as a proxy


# 0abeba58 07-Apr-2003 foobar

Fixed bug #23093 (highlight_string() crashed with __FUNCTION__)


# bdd3b604 02-Apr-2003 Andrei Zmievski

Implement a different way to catch documentation comments.


# e6255b06 02-Apr-2003 Andrei Zmievski

Revert portions of the doc comment patch. There should be no parser
errors now.


# 59af2059 01-Apr-2003 Stanislav Malyshev

Add __NAMESPACE__ auto-constant.


# 5657b836 31-Mar-2003 Andrei Zmievski

Multi-purpose patch:
- The fields of zend_namespace were not completely initialized which
led to a variety of problems.
- The occurrence of class/interface/namespace definition is no

Multi-purpose patch:
- The fields of zend_namespace were not completely initialized which
led to a variety of problems.
- The occurrence of class/interface/namespace definition is now
captured.
- Functions/classes/interfaces/namespaces can be preceded by doc
comments which are stored for use by extensions.

show more ...


# 0a3ca34e 22-Mar-2003 Shane Caraveo

fix crash in win32 debug build


12345678910>>...12