History log of /PHP-5.4/Zend/zend_execute_API.c (Results 201 – 225 of 509)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 3925337a 02-Feb-2005 Stanislav Malyshev

Fix #31720 Invalid object callbacks not caught in array_walk() (patch from Antony Dovgal)


# 0236e313 28-Jan-2005 Marcus Boerger

- Fix severity (found by johannes)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# e9003696 17-Nov-2004 Stanislav Malyshev

fix crash


# e612284e 03-Nov-2004 Derick Rethans

- Fixed bug #30630: Added a BSD based strtod function that is
locale-independent.


# c5a9a5a2 30-Oct-2004 Marcus Boerger

- Change zend_object_handlers->get_method() to allow aggregation for internal classes


Revision tags: PRE_NEW_VM_GEN_PATCH
# 3f35c6a6 05-Oct-2004 Dmitry Stogov

Added test cases for CV optimization patch


# 11bcaedf 04-Oct-2004 Andi Gutmans

- Rename delete_global_variable() to zend_delete_global_variable()


# db507dd1 04-Oct-2004 Andi Gutmans

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
-

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
- Will post to internals@ or via commit messages if there's anything else.

show more ...


# 3e2b49ab 28-Sep-2004 Andi Gutmans

- Return the warning until we check if we can change the type of str.len


# 16c1f0ae 27-Sep-2004 Marcus Boerger

- Fix warning
# What's the reason _zvalue_value.str.len is int instead of uint/zend_uint?


# f82ed136 23-Sep-2004 Andi Gutmans

- Commit new VM architecture. This one allows people (aka Derick) to
- ask the engine to use function handler mode. Will update the README
- about that.


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()
*/


12345678910>>...21