History log of /PHP-7.4/Zend/zend.c (Results 476 – 500 of 721)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d45fd8a1 31-Aug-2003 Marcus Boerger

Make vspprintf available as zend utility function. Use it in exception output.


# 12376a22 28-Aug-2003 Marcus Boerger

Classe tables work this way


Revision tags: php-4.3.3
# d3473d1f 24-Aug-2003 Marcus Boerger

- Provide a unified way to display uncaught exceptions, which shows
file/line/message info if possible.
- Add zend_eval_string_ex() to be able to handle exceptions in eval'd code.
- Use

- Provide a unified way to display uncaught exceptions, which shows
file/line/message info if possible.
- Add zend_eval_string_ex() to be able to handle exceptions in eval'd code.
- Use above function to fix memleaks in CLI.

show more ...


Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 2fd4ffce 30-Jul-2003 Zeev Suraski

Add exec_finished() callback for modules - this is the last place where the
modules may touch the symbol table reliably


# c50fbaf6 29-Jul-2003 foobar

Remove the obfuscation caused by the double "#ifdef ZTS"


# 9b132027 24-Jul-2003 Zeev Suraski

Make print_r() binary safe with keys


# 288dacca 30-Jun-2003 Andi Gutmans

- ZE coding style requires if ( instead of if(


Revision tags: php-5.0.0b1, php-4.3.3RC1
# b8187313 15-Jun-2003 Stanislav Malyshev

Fix bug #23279 - exception handler exits after first function call


# ceb91fba 14-Jun-2003 Marcus Boerger

Bugfix #24182: va_arg macro error in Zend/zend.c


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


1...<<11121314151617181920>>...29