History log of /PHP-5.3/Zend/zend_execute.c (Results 126 – 150 of 809)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e50a6fde 22-Oct-2004 Andi Gutmans

- Commit new VM
- Old one is tagged as PRE_NEW_VM_GEN_PATCH
- Still doing work so more commits to come. Don't complain (yet) :)


Revision tags: PRE_NEW_VM_GEN_PATCH
# fd92acac 22-Oct-2004 Andi Gutmans

- Fix crash (MFB PHP5_0)


# 3d383e45 05-Oct-2004 Dmitry Stogov

Fixed unset() bug that was introduced with CV optimization patch


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


# 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


# 8eb75030 22-Sep-2004 Anantha Kesari H Y

Stack limit will be checked while executing the script


# 3009a073 22-Sep-2004 Dmitry Stogov

Fixed bug #29566 (foreach/string handling strangeness (crash)).


# 81a5af36 22-Sep-2004 Dmitry Stogov

Fixed bug in fix for bug #29707


# d9252aa1 21-Sep-2004 Andi Gutmans

- Fix for bug #29707


Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 29fec3fe 13-Sep-2004 Stanislav Malyshev

Antony Dovgal's error message improvement - #27290


# 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
# 4f68f377 30-Aug-2004 Stanislav Malyshev

fix crash #29893


# 0eaa26fc 29-Aug-2004 Marcus Boerger

String offset starts with 0, fix isset($str[$len])


# a36e7b0a 19-Aug-2004 Andi Gutmans

- Cleanup


# edb7c7d4 19-Aug-2004 Andi Gutmans

- Stop using garbage. Please let me know if you find any bugs resulting
- of this patch (very likely). (Dmitry, Andi)


Revision tags: php-5.0.1, php-5.0.1RC2
# 993f70c1 12-Aug-2004 Andi Gutmans

- Don't use magic numbers


# de25255b 12-Aug-2004 Andi Gutmans

- Significantly improve performance of foreach($arr as $data). (Marcus)


Revision tags: php-4.3.9RC1
# be022a81 11-Aug-2004 Marcus Boerger

More meaningfull error message


Revision tags: php-5.0.1RC1
# 51505045 10-Aug-2004 Marcus Boerger

- Fix warnings


# d7463439 02-Aug-2004 Ilia Alshanetsky

A gentler (performance wise) allocation of buffer for temp variables.


# d7c839d5 30-Jul-2004 Andi Gutmans

- More ptr_stack optimizations and cleanups


# 138ef9a4 30-Jul-2004 Andi Gutmans

- Improve performance by inlining zend_ptr_stack_n_push(). var_args can
usually not be inlined by compilers.


# d96e7a17 29-Jul-2004 Sara Golemon

Revert goto opcode


12345678910>>...33