History log of /PHP-5.4/Zend/zend_execute_API.c (Results 251 – 275 of 509)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f5f7d569 04-Feb-2004 Zeev Suraski

Change destructor implementation (details will follow on internals@)


# c5a7b668 03-Feb-2004 Zeev Suraski

- Clean garbage (delete was nuked a long time ago)


Revision tags: php-4.3.5RC2
# 9e60cb55 03-Feb-2004 Zeev Suraski

Rewrote exception support. Fixes a few limitations and bugs in the old
implementation, and allows exceptions to 'fire' much earlier than before.

Instructions on how to use the new mecha

Rewrote exception support. Fixes a few limitations and bugs in the old
implementation, and allows exceptions to 'fire' much earlier than before.

Instructions on how to use the new mechanism will follow on internals@
shortly...

Note - this (most probably) breaks the current implementation of
set_exception_handler()

show more ...


# c15d4ddb 28-Jan-2004 Zeev Suraski

Forward-port fix for timeouts under Windows


Revision tags: RELEASE_1_3b6, php_ibase_before_split
# 3ca44539 24-Jan-2004 Marcus Boerger

Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
internal non-static methods statically.
# As discussed with Zeev:
# - For BC standard userspace methods allow th

Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
internal non-static methods statically.
# As discussed with Zeev:
# - For BC standard userspace methods allow this with an E_STRICT message.
# - If you want to implement an internal method taht can be called both
# statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC.
# - Magic user space methods __*() cannot and __construct, __destruct,
# __clone can never be called statically.

show more ...


# 1e902b69 24-Jan-2004 Sebastian Bergmann

Change message as proposed by Jon.


# 6020ffd0 23-Jan-2004 Marcus Boerger

Simplify detection of methods that must be called dynamic (with object)


# 79e7145c 23-Jan-2004 Marcus Boerger

Disallow calling __clone/__construct/__destruct static
Send an E_STRICT when calling a non static method static


# 3df02884 18-Jan-2004 Marcus Boerger

Improove debug capabilities


Revision tags: php-4.3.5RC1
# a72c1ab9 10-Jan-2004 Zeev Suraski

Added error mask to set_error_handler()
Patch by Christian Schneider <cschneid@cschneid.com>


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


# 03e039b1 29-Dec-2003 Marcus Boerger

Fix __autoload() with derived classes


# 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, php-5.0.0b3RC1
# ae4a09b2 17-Dec-2003 Dmitry Stogov

*** empty log message ***


# 20f73cd2 17-Dec-2003 Dmitry Stogov

Access to globals/autoglobals from class __destructor was fixed.
(see "tests/lang/bug24908.phpt" and "tests/classes/destructor_and_globals.phpt")


# 2d928135 15-Dec-2003 Dmitry Stogov

Memory corruptions were fixed in zend_str_tolower_copy()


# 39544e1c 11-Dec-2003 Marcus Boerger

Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaught
Exception


# 310d6c56 10-Dec-2003 Marcus Boerger

Do not double copy the string


# d344648b 24-Nov-2003 Andi Gutmans

- Fix __autoload() to preserve class case.
- Heads up, this patch might break stuff so please let me know if you
- bump into any problems.


# f3d385a5 07-Nov-2003 Marcus Boerger

Make __autoload() faster


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# b28db6a2 24-Oct-2003 Marcus Boerger

Revert accidental commit


# 071eaf85 24-Oct-2003 Marcus Boerger

Zend/ZEND_CHANGES


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 6a71c1d3 14-Oct-2003 Stanislav Malyshev

The freed one is a hashtable - may matter if Hashtables are allocated
differently


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# b163778f 11-Sep-2003 Stanislav Malyshev

ws


# 406ff728 11-Sep-2003 Stanislav Malyshev

Use scope from method, not from object


1...<<1112131415161718192021