History log of /PHP-7.0/Zend/zend_language_parser.y (Results 326 – 350 of 498)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9483a2ff 27-Sep-2007 Johannes Schlüter

- Readd support for ynamic access of static members (Etienne)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# c8f090c1 13-Aug-2007 Stanislav Malyshev

Revert variable class patch for 5.2


Revision tags: php-5.2.4RC1
# b3c6a9df 02-Aug-2007 Johannes Schlüter

- Add possibility to call static class members using variables (Etienne Kneuss)


Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# bc2b546d 18-May-2007 Stanislav Malyshev

fix #41401 - parser precedence on unary operators
# now 1/-2*5 is -2.5 as it should be


# 80d2409f 18-May-2007 Dmitry Stogov

Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)


Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 17c0c49a 04-Apr-2007 Ilia Alshanetsky

Addres limitation of __HALT_COMPILER() that allowed only one instance
per request.

# Patch by Greg Beaver


Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# e470e22e 10-Jan-2007 Dmitry Stogov

- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Ove

- Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Overloaded array properties do not work correctly).
- Fixed bug #39990 (Cannot "foreach" over overloaded properties).

show more ...


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# c348c293 20-Dec-2006 Antony Dovgal

MFH: fix #39903 (Notice message when executing __halt_compiler() more than once)


Revision tags: php-5.2.1RC1, 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
# 7a5240e8 11-May-2006 Marcus Boerger

- MFH missing bits and pieces of the partial sync with head
# This time i added:
# ZEND_FE_RESET_VARIABLE
# ZEND_FE_RESET_REFERENCE
# and dapted parser,compiler,executor,interfaces to

- MFH missing bits and pieces of the partial sync with head
# This time i added:
# ZEND_FE_RESET_VARIABLE
# ZEND_FE_RESET_REFERENCE
# and dapted parser,compiler,executor,interfaces to handle these flags
# their purpose is to be able to pass whetehr foreach is done by ref to
# the current() handler so that it can error out in case it is not capable
# to comply to the requested return signature/protocol/semantics (weyp).

show more ...


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2
# e7f6a3fa 12-Mar-2006 Ilia Alshanetsky

As per agreement during PDM, remove the E_STRICT deprecation notice from
"var".


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, 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, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3
# cc50a961 17-Oct-2005 Dmitry Stogov

Fixed bug #34873 (Segmentation Fault on foreach in object)


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 ...


1...<<11121314151617181920