History log of /PHP-8.3/Zend/zend_language_parser.y (Results 451 – 475 of 611)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 967413c5 21-Sep-2005 Marcus Boerger

- MFH Fix Bug #34243 ReflectionClass::getDocComment() returns no result


Revision tags: 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, php-5.1.0b3, php-4.4.0
# 343af548 04-Jul-2005 Dmitry Stogov

Fixed SIGSEGV on 'global ${"{$blah}_ID"};'


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 0a44789b 08-Jun-2005 Dmitry Stogov

Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())


# d33500ee 04-Jun-2005 Zeev Suraski

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


# 1a723413 26-May-2005 Dmitry Stogov

Added array type hinting. (This patch requires full re-make)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2
# a29f5391 11-Feb-2005 Marcus Boerger

- Cleanup foreach handling


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# fc96c7f7 07-Feb-2005 Dmitry Stogov

foreash($a as $key => $val) optimization
Removed temorary array creation on each iteration.


# 2d13dd0e 07-Feb-2005 Marcus Boerger

- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0

- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0 and 4.3 are fine though.

show more ...


# 662cd826 05-Feb-2005 Marcus Boerger

- Cleanup foreach statement


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# db507dd1 04-Oct-2004 Andi Gutmans

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
-

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
- Will post to internals@ or via commit messages if there's anything else.

show more ...


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1
# 6ccbb6b5 16-Sep-2004 Sebastian Bergmann

ZTS fix.


# d8efe626 16-Sep-2004 Andi Gutmans

- Fix bug #27669 (Dmitry).
Fixes:
<?
class A
{
function hello()
{
echo "Hello World\n";

- Fix bug #27669 (Dmitry).
Fixes:
<?
class A
{
function hello()
{
echo "Hello World\n";
}
}
$y[0] = 'hello';
A::$y[0]();
?>

show more ...


Revision tags: 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, 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
# 173782b7 20-Apr-2004 Andi Gutmans

- Fix bug #27283 - Exceptions where the last catch() statement was sometimes
- skipped.


Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 12933301 28-Mar-2004 Stanislav Malyshev

check writability on =& too


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1
# 50ee116f 09-Mar-2004 Marcus Boerger

Clearify the different method/class flags (as discussed with Andi).


Revision tags: RELEASE_0_2_0
# 059c533b 26-Feb-2004 Marcus Boerger

Fix __METHOD__ (noticed by Davey Sahfik)


# 4f05437e 23-Feb-2004 Andi Gutmans

- Improve precendence:

<?php

$obj->foo = "Blah";

if (!$obj instanceof StdClass) {
print "No";
} else {
print "Yes";
}


# 4a14e5c3 23-Feb-2004 Andi Gutmans

- Decrease precedence of instanceof so that the following is true:
php -r 'var_export((object)1 instanceof stdClass);';
Patch by Jan Lehnardt


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1
# c6cbafa2 11-Feb-2004 Marcus Boerger

Fix: <interface> [extends <interface> [, <ineterface>]* ]


# c5d84227 04-Feb-2004 Zeev Suraski

Reinstate early-binding for classes.

Note that this is available for downwards compatibility only - and it doesn't
work if you use new features (namely, interfaces). Generally, people s

Reinstate early-binding for classes.

Note that this is available for downwards compatibility only - and it doesn't
work if you use new features (namely, interfaces). Generally, people should
declare their classes before using them, but we just didn't want hell to break
loose (c)

show more ...


1...<<11121314151617181920>>...25