History log of /PHP-5.4/Zend/zend_compile.h (Results 101 – 125 of 413)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.0RC2
# 12b66c26 24-Jun-2005 Dmitry Stogov

Fixed bug #30519 (Interface not existing says Class not found)


Revision tags: php-5.1.0b2
# 21e071be 22-Jun-2005 Dmitry Stogov

Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable)


# 2a314dbc 17-Jun-2005 Dmitry Stogov

Removed EX(fbc_constructor) (it is no longer needed)


# aedbdb08 16-Jun-2005 Dmitry Stogov

Allowed return by refrence from internal functions


# c3e6a908 16-Jun-2005 Dmitry Stogov

ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 2cb52151 09-Jun-2005 Stanislav Malyshev

MF50: fix #29689 and more private property problems


# 58a0ee09 07-Jun-2005 Dmitry Stogov

Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when called via STDIN)


# d33500ee 04-Jun-2005 Zeev Suraski

Thought I committed it ages ago... Anyway, without further delays, the final
__halt_compiler() patch


# 4918b67a 28-May-2005 Marcus Boerger

- Make zend_do_inheritance ZEND_API


# 1a723413 26-May-2005 Dmitry Stogov

Added array type hinting. (This patch requires full re-make)


# 67a226d9 19-Apr-2005 Marcus Boerger

- Add ReflectionProperty::getDocComment()


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2
# a29f5391 11-Feb-2005 Marcus Boerger

- Cleanup foreach handling


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# fc96c7f7 07-Feb-2005 Dmitry Stogov

foreash($a as $key => $val) optimization
Removed temorary array creation on each iteration.


# 2d13dd0e 07-Feb-2005 Marcus Boerger

- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0

- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0 and 4.3 are fine though.

show more ...


# 662cd826 05-Feb-2005 Marcus Boerger

- Cleanup foreach statement


# 8838c0f8 22-Jan-2005 Andi Gutmans

- Two new API calls for Derick (retreive CV name and value) by Dmitry


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
# a904c1da 27-Oct-2004 Andi Gutmans

- Improve comments, docs, code...


Revision tags: PRE_NEW_VM_GEN_PATCH
# f71644b4 08-Oct-2004 Marcus Boerger

- Revert automatic pass arg_info
# We need to find a better solutions to prevent havy extension writer probs


# f916d603 05-Oct-2004 Marcus Boerger

- Add arginfo ZEND_ARG_SEND_AUTOMATIC which lets the compiler automatically
determine whether pass by ref is possible or pass by value is needed.
# This is usefull when functions take array

- Add arginfo ZEND_ARG_SEND_AUTOMATIC which lets the compiler automatically
determine whether pass by ref is possible or pass by value is needed.
# This is usefull when functions take array or string parameters as
# expressions. In such a case force by ref is not applicable and the
# executor would copy the variable unnecessarily as soon as it is at least
# once referenced.

show more ...


# 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, php-4.3.9, php-5.0.2RC1
# d8efe626 16-Sep-2004 Andi Gutmans

- Fix bug #27669 (Dmitry).
Fixes:
<?
class A
{
function hello()
{
echo "Hello World\n";

- Fix bug #27669 (Dmitry).
Fixes:
<?
class A
{
function hello()
{
echo "Hello World\n";
}
}
$y[0] = 'hello';
A::$y[0]();
?>

show more ...


Revision tags: 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
# 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)


12345678910>>...17