History log of /PHP-7.0/Zend/zend_execute.h (Results 51 – 75 of 273)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.4RC1, php-5.5.20RC1
# 8319f597 25-Nov-2014 Dmitry Stogov

Moved i_zval_ptr_dtor() from zend_execute.h to zend_variables.h


# d4f42289 25-Nov-2014 Dmitry Stogov

Removed useless assert. EG(uninitialized_zval) can't be refcounted.


# 42d33a9f 24-Nov-2014 Dmitry Stogov

Reuse zend_assign_to_variable() in zend_std_write_property()


# c746dcd7 18-Nov-2014 Dmitry Stogov

Get rid of zend_free_op structure (use zval* instead).
Get rid of useless TSRMLS arguments.


Revision tags: php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# 7959e3fa 22-Oct-2014 Anatol Belski

fix datatype mismatches for strings from userspace


# 36fa572a 22-Oct-2014 Dmitry Stogov

ZEND_RECV didn't really use opline->extended_value for FETCH_CLASS flags


Revision tags: php-5.5.18, php-5.4.34
# c061c829 09-Oct-2014 Nikita Popov

Remove Z_OBJ_CLASS_NAME_P

Doesn't make much sense anymore, now that get_class_entry is
gone.


# 0390cde4 09-Oct-2014 Dmitry Stogov

Improved VM stack primitives for fast paths. Slow paths are not inlined anymore.


# b3a779de 09-Oct-2014 Nikita Popov

Remove get_class_entry object handler


# ee5b30fa 09-Oct-2014 Nikita Popov

Remove support for classes without class entries

get_class_entry must be non-NULL and return non-NULL.


# 7fd3375f 08-Oct-2014 Dmitry Stogov

Exposed zend_clean_and_cache_symbol_table() and fixed incorrect efree()


# 75b5dc63 07-Oct-2014 Dmitry Stogov

Reorder fields for better alignment on both 32-bit and 64-bit systems


# 33e137d4 07-Oct-2014 Dmitry Stogov

Merged EX(frame_kind) and EX(flags) into single word


# bd9a2346 03-Oct-2014 Dmitry Stogov

Replaced EG(This) and EX(object) with EX(This).
Internal functions now recieves zend_execute_data as the first argument.


Revision tags: php-5.5.18RC1, php-5.6.1
# 9f7564b1 01-Oct-2014 Dmitry Stogov

Removed zend_execute_data->prev_nested_call. Reuse prev_execute_data instead.


# 63dc9bbc 30-Sep-2014 Dmitry Stogov

Micro optimization


# e15be6c8 29-Sep-2014 Dmitry Stogov

Use more readable inline functions


Revision tags: php-5.6.2
# e646c6d5 18-Sep-2014 Dmitry Stogov

Fixed compilation warnings


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1
# 92164f6b 04-Sep-2014 Dmitry Stogov

Fixed compilation warnings


# 9e753531 03-Sep-2014 Nikita Popov

Use zval_ptr_dtor_nogc to destroy literals

Also move the definition of zval_ptr_dtor_nogc to zend_variables.h
(from zend_execute.h/.c) as it's used in a few places.


Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0
# 59848e3f 25-Aug-2014 Nikita Popov

Remove ZEND_ACC_INTERACTIVE and CG(interactive)

As far as I can discern these are leftovers of the interactive
shell implementation that was used before PHP 5.4. Now the readline
ext

Remove ZEND_ACC_INTERACTIVE and CG(interactive)

As far as I can discern these are leftovers of the interactive
shell implementation that was used before PHP 5.4. Now the readline
ext makes use of normal eval calls for this.

So, dropping these until there is evidence to the contrary, as they
currently wouldn't work anyway.

show more ...


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 5bb25776 16-Aug-2014 Anatol Belski

further fixes on core


# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


1234567891011