History log of /PHP-5.3/Zend/zend_execute.c (Results 376 – 400 of 809)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 955636af 18-Feb-2003 Zeev Suraski

Avoid using a C++ reserved word


# e52aac94 18-Feb-2003 Wez Furlong

Implement simple stream support in the ZE scanners.


# d22cc2f3 17-Feb-2003 Zeev Suraski

Improve handling of static member variables


# ac0f7d9e 16-Feb-2003 Zeev Suraski

Fix complex cases of self-assignments (bugs #21600, #22231)


# f079bb65 16-Feb-2003 Zeev Suraski

Make EG(This) and EG(scope) available to internal methods


# 00494722 16-Feb-2003 Zeev Suraski

Revert patches - they weren't ready yet!


# 60d1b378 16-Feb-2003 Georg Richter

fixed compiler warning


# c08bfd2e 16-Feb-2003 Georg Richter

tested patch from Zeev (fixes oo-bug in ext/mysqli)


Revision tags: php-4.3.1
# 6d300baf 16-Feb-2003 Sebastian Bergmann

ZTS fixes


# a4c3b2ce 16-Feb-2003 Stanislav Malyshev

Namespace patch. Big changes:
1. Nested classes are gone.
2. New syntax for namespaces:
namespace foo {
class X { ... }
function bar { ... }
var x = 1;

Namespace patch. Big changes:
1. Nested classes are gone.
2. New syntax for namespaces:
namespace foo {
class X { ... }
function bar { ... }
var x = 1;
const ZZ = 2;
}
3. Namespaced symbol access: $x = new foo::X; - etc.
For now, namespaces are case insensitive, just like classes.
Also, there can be no global class and namespace with the same name
(to avoid ambiguities in :: resolution).

show more ...


# 778ce249 10-Feb-2003 Zeev Suraski

whitespace


# dbb73d8f 10-Feb-2003 Zeev Suraski

Add ability to reference self:: and parent:: in constant initializers
(bug #21849)


# edc8e67e 10-Feb-2003 Zeev Suraski

Remove redundant code


# 55a66b1c 09-Feb-2003 Zeev Suraski

Fix the array() problem (and probably some other problems too)


# f660d281 05-Feb-2003 Zeev Suraski

- read_property cleanup
- Implement unset/isset/empty for PPP


# 17439aa9 05-Feb-2003 Zeev Suraski

Rework static class properties - now supports access restrictions


# 61bd944b 02-Feb-2003 Zeev Suraski

Core rearrangements - move Zend Objects specific code to their
specific implementation file


# 333406bd 01-Feb-2003 foobar

- Added some missing CVS $Id$ tags, headers and footers.


# 4b97a8df 29-Jan-2003 Zeev Suraski

Code rearrangements


# 8f52bf68 29-Jan-2003 Zeev Suraski

Fix assignments to $this.
Fixes the 'make install' problem reported on php-dev


Revision tags: PHP_5_0_dev_before_13561_fix
# 6155a1fa 28-Jan-2003 Zeev Suraski

Allow methods in parent classes to call protected methods in derived
classes


Revision tags: PHP_4_3_before_13561_fix
# 3a4ace13 27-Jan-2003 Stanislav Malyshev

Replace MAKE_VAR opcode with special 'data' opcode
This opcode is not executeable but only holds data for opcodes
that need more than two arguments (presently only ASSIGN_OBJ and the ilk but

Replace MAKE_VAR opcode with special 'data' opcode
This opcode is not executeable but only holds data for opcodes
that need more than two arguments (presently only ASSIGN_OBJ and the ilk but
in the future also ASSIGN_DIM)

show more ...


# 76c93412 23-Jan-2003 Zeev Suraski

Let the scope propagate to internal functions


# 72cd67b3 22-Jan-2003 Ilia Alshanetsky

Fixed bug #21814 (Allow booleans to be used as array keys).


# 12d2b01a 16-Jan-2003 Ilia Alshanetsky

Fixed bug #20933 (isset/empty didn't work when used on string offsets).


1...<<11121314151617181920>>...33