History log of /PHP-7.0/Zend/zend_language_parser.y (Results 476 – 498 of 498)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.1.0RC3, php-4.1.0RC2
# 9382ddec 05-Nov-2001 Stig S. Bakken

non-zts compile fix


# a332f826 04-Nov-2001 Andi Gutmans

- Support instantiation of nested class. The following script now should
- work:
-<?php
- class foo
- {
- function bar()
- {
-

- Support instantiation of nested class. The following script now should
- work:
-<?php
- class foo
- {
- function bar()
- {
- print "bar() in class bar\n";
- }
-
- class barbara
- {
- function bar()
- {
- print "bar() in class foo::barbara\n";
- }
- }
- }
-
- $obj = new foo();
- $obj->bar();
-
- $obj = new foo::barbara();
- $obj->bar();
-

show more ...


# 26578c38 29-Oct-2001 Andi Gutmans

- Initial support for nested class definitions


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3
# 2eabb14d 30-Sep-2001 Andi Gutmans

- Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch when
- the whole CVS tree is work in progress


Revision tags: POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# d7536a8a 07-Sep-2001 Andi Gutmans

- Shift around the variable parsing code to make it simpler.


Revision tags: php-4.0.7RC2
# 7c4a0cc6 03-Sep-2001 Andi Gutmans

- CLS_CC -> TSRMLS_CC


# 29f5dbe1 30-Aug-2001 Andi Gutmans

- Initial support for exceptions.


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# 4f6c95d1 11-Aug-2001 Zeev Suraski

Whitespace


# cb1a40f3 08-Aug-2001 Andi Gutmans

- Preliminary patch for method() dereferencing


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE
# 5af7770a 07-Aug-2001 Andi Gutmans

- Sync Engine2 CVS with latest Engine CVS


Revision tags: PRE_ENGINE2_SPLIT
# 8ce8324e 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# b4f3b9d3 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# 2c254ba7 27-Jul-2001 Zeev Suraski

Get rid of ELS_*(), and use TSRMLS_*() instead.
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...


Revision tags: PRE_TSRM_MERGE_PATCH
# ec6c9f67 15-Jul-2001 Zeev Suraski

Optimize the parser a bit


# 73f488b3 15-Jul-2001 Zeev Suraski

Allow indirect reference to method names in class::method() construct


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1
# 1e63f440 06-May-2001 Zeev Suraski

Support interactive mode in thread-safe builds


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 5c7a7622 19-Mar-2001 Andi Gutmans

- Add support for isset($var1, $var2, $var3); - Will be true only if all
- variables are set.


# baa92cc5 15-Mar-2001 Andi Gutmans

- Nuke commented code


Revision tags: php-4.0.5RC1
# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 352d23b8 05-Dec-2000 Andi Gutmans

- Support for $var =& new foo() syntax. This allows you to use objects
which create extra references to themselves in the constructor.


Revision tags: php-4.0.4RC3
# 464a561b 02-Nov-2000 Zeev Suraski

Missed those


# ce501c78 02-Nov-2000 Andi Gutmans

- Replace do_exit() with zend_do_exit().
- Problem reported by David Hedbor <david@hedbor.org>


# 7b0d92dd 29-Oct-2000 Zeev Suraski

Unify the names of these last 3 files...


1...<<11121314151617181920