History log of /PHP-5.5/Zend/zend_execute_API.c (Results 251 – 275 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# d80297b2 18-May-2004 Wez Furlong

Fix bug #28438: win32 build fails in non-zts mode


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 09d1d232 28-Mar-2004 Dmitry Stogov

fix of fix related to __autoload. (ext/standard/tests/network/bug20134.phpt passes again)


Revision tags: php-4.3.5
# d6d52f6f 25-Mar-2004 Andi Gutmans

/* The compiler is not-reentrant. Make sure we __autoload() only during run-time
* (doesn't impact fuctionality of __autoload()
*/


# 2bbba736 25-Mar-2004 Dmitry Stogov

Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free.


# 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
# cbaa43ff 16-Mar-2004 Marcus Boerger

Fix SEGV in certain conditions while calling static methods


# 6e8c176a 16-Mar-2004 Marcus Boerger

TSRM fix


# b0dbd2ab 16-Mar-2004 Derick Rethans

- Spaces to tabs


# 833b97d4 16-Mar-2004 Andi Gutmans

- If the called method is static then don't define $this


# 0041aff9 16-Mar-2004 Andi Gutmans

- Error out if get_method() isn't defined.
- Use calling scope of internal function callee when calling a method
using static syntax (array("A", "func"));


# 09e76476 16-Mar-2004 Marcus Boerger

Improve error message


Revision tags: php-5.0.0RC1RC1
# 1aedb961 14-Mar-2004 Andi Gutmans

- Fix windows build


# 37d713ea 14-Mar-2004 Andi Gutmans

- Fix for bug #27504


# 50ee116f 09-Mar-2004 Marcus Boerger

Clearify the different method/class flags (as discussed with Andi).


Revision tags: RELEASE_0_2_0
# c3b06ea2 08-Mar-2004 Marcus Boerger

Check count.


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


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


# d9630a59 12-Feb-2004 Zeev Suraski

Exceptions updates:

- Enforce exceptions to be derived from class Exception. This allows
users to perform catch-all. It's not yet complete, so don't get
comfortable with it jus

Exceptions updates:

- Enforce exceptions to be derived from class Exception. This allows
users to perform catch-all. It's not yet complete, so don't get
comfortable with it just yet :) Updates are coming soon.
- Implement zend_throw_exception() using zend_throw_exception_ex()

show more ...


# 559b1461 12-Feb-2004 Andi Gutmans

- Add API function to throw exception by using an object


Revision tags: php-5.0.0b4RC1
# 75390796 11-Feb-2004 Zeev Suraski

Fix bug #25038


# 6b6fe2f7 11-Feb-2004 Zeev Suraski

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


# 73a6bcf5 11-Feb-2004 Zeev Suraski

Complete the fix for handling of exceptions happening during the
argument passing phase of function calls (fixes bug #26866)


# 4b632eba 11-Feb-2004 Zeev Suraski

whitespace


# da36a7c2 10-Feb-2004 Zeev Suraski

Fix bug #26869


1...<<11121314151617181920>>...22