History log of /PHP-5.3/Zend/zend_execute_API.c (Results 176 – 200 of 473)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.2
# b04db9d9 23-Sep-2004 Anantha Kesari H Y

Reverted the NetWare Specific Stack limit related patches as asked by Andi


# b66e7aec 22-Sep-2004 Anantha Kesari H Y

NetWare specific stack limit checks


Revision tags: php-4.3.9
# 3755c032 17-Sep-2004 Stanislav Malyshev

fix crash when dtor is fialing on shutdown


Revision tags: php-5.0.2RC1, php-4.3.9RC3
# 96ab56e1 09-Sep-2004 Andi Gutmans

- Roll back VM commit


# 8eb8850c 08-Sep-2004 Andi Gutmans

- Some architectural changes:
a) We specialize opcodes according to op_type fields. Each opcode has to
be marked with which op_type's it uses.
b) We support different execution meth

- Some architectural changes:
a) We specialize opcodes according to op_type fields. Each opcode has to
be marked with which op_type's it uses.
b) We support different execution methods. Function handlers, switch()
and goto dispatching. goto seems to be the fastest but it really
depends on the compiler and how well it optimizes. I suggest playing
around with optimization flags.

- Warning: Things might break so keep us posted on how things are going.
(Dmitry, Andi)

show more ...


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# b7a8297b 23-Aug-2004 Marcus Boerger

- Boost up __autoload() calls by caching the lookup


# 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
# 5f0433db 02-Aug-2004 Marcus Boerger

MFB: Enforce protocol on magic methods/functions


# d7c839d5 30-Jul-2004 Andi Gutmans

- More ptr_stack optimizations and cleanups


# 0cd2da03 25-Jul-2004 Marcus Boerger

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


Revision tags: RELEASE_0_1
# af9c0b84 18-Jul-2004 Wez Furlong

No point allocating 0 bytes


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


12345678910>>...19