History log of /php-src/Zend/zend_execute.h (Results 226 – 250 of 429)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# 4a3e501f 08-Aug-2014 Dmitry Stogov

cleanup

Revision tags: php-5.5.16RC1, php-5.4.32RC1
# 7301994c 04-Aug-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master: (46 commits)
PHP_INT_MIN and _MAX tests
NEWS and UPGRADING
Added PHP_INT_MIN
Fix wrong lenght size
Bug #51096 - Remov

Merge branch 'master' into phpng

* master: (46 commits)
PHP_INT_MIN and _MAX tests
NEWS and UPGRADING
Added PHP_INT_MIN
Fix wrong lenght size
Bug #51096 - Remove unnecessary ? for first/last day of
Moved streams related functions to xp_ssl.c
Remove duplicate NEWS
Update NEWS
Update NEWS
Update NEWS
BFN
BFN
Fixed bug #67715 (php-milter does not build and crashes randomly).
We need to turn off any strict mode here for this warning to show up
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html
Revert "Fix bug #67064 in a BC safe way"
Updated NEWS for #67693
Updated NEWS for #67693
Fixed bug #67693 - incorrect push to the empty array
add missing entry to NEWS
...

Conflicts:
Zend/tests/errmsg_040.phpt
Zend/tests/ns_059.phpt
Zend/zend_language_parser.y
Zend/zend_vm_def.h
ext/openssl/openssl.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_directory.c
ext/spl/spl_iterators.c
ext/sqlite3/sqlite3.c
ext/standard/array.c

show more ...


Revision tags: php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 8217e20d 15-Jul-2014 Dmitry Stogov

Fixed compilation warnings

Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 73679bf6 08-Jul-2014 Dmitry Stogov

Another fix for uninitialized execute_data->symbol_table

# e5fed097 08-Jul-2014 Xinchen Hui

Fixed uninitialized symbol_table

# 2ed8a170 07-Jul-2014 Dmitry Stogov

Refactored run_time_cache usage in object handlers

# 5aa91be5 07-Jul-2014 Dmitry Stogov

Simplify call-frame handling

# 63c057e3 02-Jul-2014 Dmitry Stogov

Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)

# 412ad4b2 02-Jul-2014 Dmitry Stogov

Uinified call frame handling for user and internal functions.
Now EG(current_execute_data) always point to the call frame of the currently executed function.

Revision tags: php-5.6.0RC2
# 3f0ee308 30-Jun-2014 Dmitry Stogov

Fixed support for extra arguments in conjunction with variadiv argument.
Use compile time flags to check if we call constructor and result of ZEND_NEW is used or not.

# 6b0c5ddc 27-Jun-2014 Dmitry Stogov

Help C compilet to do the better job optimizing target code

# d6bd21ea 27-Jun-2014 Dmitry Stogov

Use fast comparison for (func->type == ZEND_USER_FUNCTION || func->type == ZEND_EVAL_CODE)

# 032f3359 27-Jun-2014 Dmitry Stogov

Keep extra args in the same VM stack segment (after all CV and TMP vars)

# c6978139 26-Jun-2014 Dmitry Stogov

Refactoring: merge call_frame and end_execute_data into single data structure. Keep only single copy of each argument on VM stack (previously ZE kept two copies of each arguments for user functions)

Revision tags: php-5.4.30, php-5.5.14
# 43477bc7 23-Jun-2014 Dmitry Stogov

Refactoring: use call_frames instead of call_slots

Revision tags: php-5.6.0RC1
# e1817984 16-Jun-2014 Dmitry Stogov

Small call/return improvement

Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# 88421c6a 13-May-2014 Dmitry Stogov

Added comment

# 409e9134 06-May-2014 Nikita Popov

Sync zend_is_true with convert_to_boolean (fixes GMP test)

12345678910>>...18