History log of /PHP-7.1/Zend/zend_compile.c (Results 1601 – 1625 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 17439aa9 05-Feb-2003 Zeev Suraski

Rework static class properties - now supports access restrictions


# ef77e582 05-Feb-2003 Zeev Suraski

Fix buglet in error message


# 471947b1 04-Feb-2003 Zeev Suraski

Reimplement PPP properties


# 87f4472a 02-Feb-2003 Andi Gutmans

- Fix warning


# 333406bd 01-Feb-2003 foobar

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


# 123d8f78 29-Jan-2003 Stanislav Malyshev

fix memory leak


# 49fd2252 28-Jan-2003 Zeev Suraski

Fix a ticks related crash


Revision tags: PHP_5_0_dev_before_13561_fix, 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 ...


# dce8267f 19-Jan-2003 Stanislav Malyshev

Restore for now old statics behaviour (so that indirect $$var references would work again). Comprehensive fix will follow later.


# e5afca38 15-Jan-2003 Andi Gutmans

- Revert int -> unsigned int change for str.len


# c073b76a 14-Jan-2003 Andi Gutmans

- Change "is" to "instanceof" as it explains better what the operator means.
- "is_a" was also appropriate but ugly.


# 67c50ee2 14-Jan-2003 Stanislav Malyshev

fix warning


# 33b67ab8 12-Jan-2003 Stanislav Malyshev

fix inheritance


# d48ffd97 12-Jan-2003 Stanislav Malyshev

RIP handle_* functions. ZE2 will use __ handlers instead.
# Yes, I know this will break some things. I will fix those I can find shortly.


# 424e98f4 12-Jan-2003 Zeev Suraski

Implemented compatibility mode
To enable - zend2.implicit_clone = on in php.ini or using ini_set()


# 66d30a49 09-Jan-2003 Zeev Suraski

Found some more occurences of that elusive bug...


# ef6a44d1 09-Jan-2003 Zeev Suraski

Fix one lousy, annoying lurking bug (memory corruption)
Sebastian - try coWiki again please...


# cf05f34c 05-Jan-2003 Zeev Suraski

MFZE1 - lineno fix


# 77208ec4 02-Jan-2003 Zeev Suraski

Fix incorrect linkage of access-levels, when using private methods


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0
# 41210571 26-Dec-2002 Andrei Zmievski

do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or
FAILURE.


Revision tags: php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 66aba3c5 10-Dec-2002 Zeev Suraski

Fix check to allow for static+access level modifiers


# 32b100e6 09-Dec-2002 Zeev Suraski

- Allow variables to have both 'static' modifier and an access level.
NOTE: This only works at the syntax level right now (parser). It
doesn't actually work as of yet - all stati

- Allow variables to have both 'static' modifier and an access level.
NOTE: This only works at the syntax level right now (parser). It
doesn't actually work as of yet - all statics are considered
public for now
- Prevent users from putting more restrictions on methods in derived classes
(i.e., you cannot make a public method private in a derived class, etc.)

show more ...


# 8f491470 08-Dec-2002 Zeev Suraski

Remove comment


# dc5c790a 08-Dec-2002 Zeev Suraski

Treat the absence of an access type just as if 'public' was supplied


1...<<61626364656667686970>>...79