History log of /PHP-7.1/Zend/zend.c (Results 351 – 375 of 637)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2
# d58fe035 17-Apr-2004 Marcus Boerger

Retval may not be set when zend_execute() is overloaded


Revision tags: php-4.3.6, php-5.0.0RC2RC1
# 979da661 13-Apr-2004 Andi Gutmans

- Add hook for exception handler (Derick)


Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 52303217 30-Mar-2004 Marcus Boerger

- Fix Reflection class names
- Add ability to get the extension an internal class was defined in
# This is the patch Andi and me used to search for underscrores...


# 1bf1b64c 28-Mar-2004 Marcus Boerger

Initialize the complete struct


# 3b8b43a9 28-Mar-2004 Stanislav Malyshev

try get handler on printable conversion


# 63338975 27-Mar-2004 Marcus Boerger

Even though it is uncommented it should be right


Revision tags: php-4.3.5
# 55cf45ab 24-Mar-2004 Dmitry Stogov

New autoload protection schema was implemented (Using HashTable instead of boolean flag)


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# 09341786 17-Mar-2004 Andi Gutmans

- Stop make_printable_zval() from calling __toString()


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


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