History log of /PHP-7.1/Zend/zend.c (Results 426 – 450 of 637)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 372e0877 16-Feb-2003 Zeev Suraski

Fix initialization


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


# c17c7a2b 10-Feb-2003 Zeev Suraski

Centralize class initialization


# 17439aa9 05-Feb-2003 Zeev Suraski

Rework static class properties - now supports access restrictions


# 471947b1 04-Feb-2003 Zeev Suraski

Reimplement PPP properties


# 333406bd 01-Feb-2003 foobar

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


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# f30f3590 14-Jan-2003 Stanislav Malyshev

ws


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


# 24db7f18 12-Jan-2003 Sebastian Bergmann

ZTS fixes.


# 9bba373a 12-Jan-2003 Stanislav Malyshev

Use generic handlers instead of Z_OBJ


# 424e98f4 12-Jan-2003 Zeev Suraski

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


# 2c44fab3 11-Jan-2003 Derick Rethans

- Ported the zend_execute_internal hook to ZendEngine2.


# b817dab2 09-Jan-2003 Zeev Suraski

Fix leak


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# e062dffe 06-Dec-2002 Zeev Suraski

- Implement public/protected/private methods.
- Prevent instantiation of classes with abstract methods.
Based in part on Marcus's patch.


# 27de54b0 01-Dec-2002 Andi Gutmans

- MFZE1


# f222884e 01-Dec-2002 Andi Gutmans

- Revert as the patch doesn't compile


# b6ecd670 01-Dec-2002 Andi Gutmans

- MFZE1


# 671fff2f 30-Nov-2002 Andi Gutmans

h WHitespace


# 2de45bec 29-Nov-2002 Andi Gutmans

- Initialize constants_updated (by Marcus)


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# 5cb8fabb 24-Nov-2002 Andi Gutmans

- Fix crash


# 4be862b0 19-Nov-2002 Zeev Suraski

MFZE1 - error_reporting fix


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# b899f9bf 05-Nov-2002 Stig Bakken

Fixed some special cases that were crashing for the exception default
handler.


# e6054d28 02-Nov-2002 Derick Rethans

- MFZE1


1...<<11121314151617181920>>...26