History log of /PHP-7.1/Zend/zend.c (Results 401 – 425 of 637)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# d329ce93 08-Jun-2003 Zeev Suraski

Nicer handling of protected/private members in print_r()


# b4fcdaed 04-Jun-2003 Stanislav Malyshev

fix non-ZTS build


# f26c5f9c 04-Jun-2003 Sebastian Bergmann

Fix segfault. Again.


# 039c1743 04-Jun-2003 Stanislav Malyshev

rm namespace leftovers


# d74d05f4 04-Jun-2003 Sebastian Bergmann

Fix segfault. #Hopefully not a Voodoo Fix[TM].


# 1fe874fb 02-Jun-2003 Sebastian Bergmann

Leftover.


# f7f5a5ea 02-Jun-2003 Stanislav Malyshev

MEGA-patch: namespaces are R.I.P.


# 9e428611 31-May-2003 Marcus Boerger

Fix init shutdown


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2
# ae2bfb78 27-May-2003 Sterling Hughes

Assume lazy consensus regarding the cast_object() patch. *Only* implemented
from a internals perspective. This callback has been very useful for both
ext/mono and ext/simplexml


Revision tags: php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# e6d0c8c2 04-May-2003 Marcus Boerger

Fix bug #23162 user_error() crashs if > 1024 bytes (Marcus, Moriyoshi)


Revision tags: SPL_ALPHA, php-4.3.2RC2
# ad01495a 21-Apr-2003 Stanislav Malyshev

Change get_class() so that it returns qualified names for namespaced
classes.

*HEADS UP*: get_class_name() handler interface is changed, now it should
allocate the space it returns w

Change get_class() so that it returns qualified names for namespaced
classes.

*HEADS UP*: get_class_name() handler interface is changed, now it should
allocate the space it returns with emalloc, and the users free it. If
anyone has problems with it or has suggestions how to do it without this -
please tell.

Also: make function_exists() understand namespaces.

show more ...


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


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