History log of /PHP-5.5/Zend/zend.c (Results 226 – 250 of 450)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a17d2f37 19-Apr-2003 Sebastian Bergmann

Corrected patch by Marcus Börger <helly@php.net>.


# 48b33032 18-Apr-2003 Sterling Hughes

Patch by Marcus Börger to fix some memleaks


Revision tags: RELEASE_0_6
# 5be2fe41 17-Apr-2003 Sebastian Bergmann

Patch by Marcus Börger <helly@php.net>.


Revision tags: RELEASE_0_5, init
# 91eff553 03-Apr-2003 Andrei Zmievski

Initialize all relevant zend_class_entry fields to avoid accidental
crashes.


# 26c51b73 31-Mar-2003 Stanislav Malyshev

Use strncpy instead of sprintf


# 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()


12345678910>>...18