History log of /PHP-5.4/Zend/zend.c (Results 126 – 150 of 433)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


Revision tags: RELEASE_0_9
# 1c82ec11 22-Jul-2005 Dmitry Stogov

Fixed bug #33802 (throw Exception in error handler causes crash)


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2
# 990aa745 27-Jun-2005 foobar

- Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).


Revision tags: php-5.1.0b2
# 47676bc0 15-Jun-2005 Dmitry Stogov

Fixed OS X compatibility


Revision tags: php-4.4.0RC1
# cec2347c 13-Jun-2005 Dmitry Stogov

Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol 'zend_error').
The fix is not tested on Solaris and DARWIN!


Revision tags: php-5.1.0b1, php-5.0.1b1
# 59a46c34 09-Jun-2005 Dmitry Stogov

Fixed double call to php_stream_close() on compiler errors


# e0b0ae9c 09-Jun-2005 Dmitry Stogov

Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result in seg fault)


# 6ba1dd9c 22-May-2005 Stanislav Malyshev

fix leak


# 92c8c09d 18-May-2005 Stanislav Malyshev

fix for #29890 - part 2


# 5d839487 13-May-2005 Antony Dovgal

fix bug #29975 (memory leaks when set_error_handler() is used inside error handler)


# 7b34bb2b 04-May-2005 Stanislav Malyshev

fix bug #32924: prepend does not add file to included files


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# 35b0b8de 15-Mar-2005 Wez Furlong

fix shutdown so that dl()'d modules are unloaded after all the dtors have
been called.


Revision tags: php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 2da8b014 09-Jan-2005 foobar

MFB: - Rationalize code a bit


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 9e9c193e 06-Dec-2004 Stanislav Malyshev

port fix for #30998: Crash when user error handler returns false on amd64


Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# ec4f6434 09-Sep-2004 Andi Gutmans

- Recommit


# 96ab56e1 09-Sep-2004 Andi Gutmans

- Roll back VM commit


# 7bfb3973 09-Sep-2004 Marcus Boerger

- Drop namespace relict


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH
# 85a36e2b 05-Sep-2004 Zeev Suraski

Fix reverse dependency


Revision tags: php-4.3.9RC2
# 57ba9b8c 19-Aug-2004 Andi Gutmans

- Second wave of garbage removal.


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 0cd2da03 25-Jul-2004 Marcus Boerger

- Execute destructors earlier (Florian Schaper, fschaper at intux org)


Revision tags: RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# 334ddd12 12-Jul-2004 Andi Gutmans

- Convert zend_class_entry -> zend_class_entry *


# d46f8078 10-Jul-2004 Jon Parise

DragonFly BSD is derived from FreeBSD and requires the same floating point
precision fix.


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 2e19f82a 01-Jun-2004 Andi Gutmans

- If user error handler returns "false" then we relay to the built in error
handler


# 915a9903 28-May-2004 Andrei Zmievski

Allow user-defined error handlers to indicate whether default error
handler should be re-invoked, by returning true or false.


12345678910>>...18