History log of /PHP-7.0/Zend/zend.c (Results 401 – 425 of 620)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f008808c 30-Mar-2003 Stanislav Malyshev

Try to report class name of the exception


# 05dfd313 29-Mar-2003 Sterling Hughes

remove unused variable


# 3fc85282 26-Mar-2003 Sebastian Bergmann

Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().


# eba65486 23-Mar-2003 Andi Gutmans

- Fix win32 build


# 5f47d77b 23-Mar-2003 Stanislav Malyshev

resore namespace on shutdown - since some functions use
EG() and CG() pointers


# e6dfbc95 23-Mar-2003 Sterling Hughes

add a standard Exception class.


Revision tags: php-4.3.2RC1
# f7b78004 02-Mar-2003 Zeev Suraski

Add infrastructure for JIT initialization of auto globals


# e52aac94 18-Feb-2003 Wez Furlong

Implement simple stream support in the ZE scanners.


# 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


1...<<11121314151617181920>>...25