History log of /PHP-5.5/Zend/zend.c (Results 176 – 200 of 450)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6535933f 16-Mar-2004 Derick Rethans

- Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
are run. (Derick)


Revision tags: php-5.0.0RC1RC1
# 4c283fff 14-Mar-2004 Ilia Alshanetsky

Fixed bug #27590 (crash during shutdown when freeing persistent resources
in ZTS mode).


# 7901a221 14-Mar-2004 Andi Gutmans

- Fix flow of logic


# 88de69b9 14-Mar-2004 Andi Gutmans

- Support Cast operator in convert_to_* so that we support internal
- extensions such as SimpleXML. This is for Sterling.


Revision tags: RELEASE_0_2_0
# 7c72f6ff 01-Mar-2004 Andi Gutmans

- Fix crash in exception handling (zend_exception_error(...) and
zend_eval_string_ex() were buggy (Dmitry, Andi)


# eb6fd52e 25-Feb-2004 Zeev Suraski

- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
compatibility mode is

- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
compatibility mode is enabled).
- Restore default arguments in interfaces and handle it correctly.
- Move registration of internal classes later in the startup sequence
in order to have INI options available.

show more ...


# 666b44c1 18-Feb-2004 Zeev Suraski

Forward-port fixlet from PHP 4 (thanks to Michael Sisolak)


Revision tags: php-4.3.5RC3, php-5.0.0b4
# 00ed3bad 12-Feb-2004 Zeev Suraski

Centralize exceptions code in zend_exceptions.[ch].
Remove zend_default_classes.h (use zend_exceptions.h instead)

NOTE: This currently breaks the build, fixes to php-src and pecl coming

Centralize exceptions code in zend_exceptions.[ch].
Remove zend_default_classes.h (use zend_exceptions.h instead)

NOTE: This currently breaks the build, fixes to php-src and pecl coming
soon

show more ...


Revision tags: php-5.0.0b4RC1
# 2a8426a6 11-Feb-2004 Marcus Boerger

Must be initialized in ZTS mode


# 6b6fe2f7 11-Feb-2004 Zeev Suraski

Fix exceptions thrown without a stack frame
Always enable set_exception_handler()


Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 32007b19 15-Jan-2004 Zeev Suraski

Nice patch Christian, but it wasn't at all enabled? :)

Fix bug #26883


Revision tags: php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# 6923a16c 03-Jan-2004 Derick Rethans

- Fixed var_export() to show public, protected and private modifiers properly.
- Exported (un)mangle_property_name.


# c0b8e359 29-Dec-2003 Marcus Boerger

Add missing notice


# c6cb00fe 23-Dec-2003 Marcus Boerger

Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
results in segfault).


Revision tags: php-5.0.0b3, php-5.0.0b3RC2
# 02a93167 19-Dec-2003 Dmitry Stogov

Bug #25547 (error_handler and array index with function call) was fixed
tests/lang/bug25547.phpt


Revision tags: php-5.0.0b3RC1
# d4f64f88 15-Dec-2003 Marcus Boerger

Reenable __tostring() magic for print,echo,concatenation,function naming...
but not for other internal things.
# As discussed with Andi


# a2513618 12-Dec-2003 Marcus Boerger

Free is needed in non ZTS too


# 8fb5ea30 12-Dec-2003 Marcus Boerger

Fix memleaks in ZTS mode


# a54c7dcb 12-Dec-2003 Marcus Boerger

Fix memleaks


# c0df4502 18-Nov-2003 Andi Gutmans

- Add E_STRICT, to be used to warn purists (like Jani :)


# 31685432 08-Nov-2003 Marcus Boerger

Handle exceptions in casting more gracefully.
This fixes bug #26166


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1
# 5dac0007 22-Oct-2003 Ilia Alshanetsky

Fixed bug #25922 (Crash in error handler when 5th argument is modified).


Revision tags: php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 10def9a8 22-Sep-2003 Ilia Alshanetsky

Added missing format.


# 71ba4427 18-Sep-2003 Marcus Boerger

Fallback to default behaviour for unsupported object type conversions


12345678910>>...18