#
f2b03701 |
| 27-Aug-2014 |
Dmitry Stogov |
Use 'const' qualifier for pointrs to code used at run-time (the code must not be changed) |
#
8ec40397 |
| 27-Aug-2014 |
Dmitry Stogov |
Cleanup IS_VAR handling |
Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31 |
|
#
2febfbab |
| 17-Jul-2014 |
Dmitry Stogov |
Micro optimization for the main interpreter loop |
Revision tags: php-5.4.31RC1, php-5.5.15RC1 |
|
#
c2910334 |
| 07-Jul-2014 |
Stanislav Malyshev |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Make sure the generator script also creates a newline at the end of file Add newline at end of file to prevent compilation warning
|
Revision tags: php-5.6.0RC2 |
|
#
716d2a39 |
| 01-Jul-2014 |
Lior Kaplan |
Make sure the generator script also creates a newline at the end of file Similar to commit d6713f39 in master |
#
0a77dcd4 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are executing something. |
Revision tags: php-5.4.30, php-5.5.14, php-5.6.0RC1, 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, php-5.6.0beta2, php-5.5.12, php-5.4.28 |
|
#
f9927a6c |
| 25-Apr-2014 |
Dmitry Stogov |
Merge mainstream 'master' branch into refactoring During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patch
Merge mainstream 'master' branch into refactoring During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c
show more ...
|
#
6976eb29 |
| 16-Apr-2014 |
Dmitry Stogov |
Fixed support for unspecialized and GOTO and SWITCH executor |
Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1 |
|
#
cea26aa2 |
| 04-Apr-2014 |
Dmitry Stogov |
Tergets of ASSIGN and ASSIGN_REF don't have to be initialized |
Revision tags: php-5.4.27, php-5.5.11 |
|
#
c6cba554 |
| 27-Mar-2014 |
Dmitry Stogov |
Use ZVAL_DEREF() macro |
Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26 |
|
#
1be0df93 |
| 04-Mar-2014 |
Dmitry Stogov |
Fixed destruction of VM handler operands (FREE_OP1 and family) |
#
bfbdc032 |
| 27-Feb-2014 |
Ferenc Kovacs |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: typo spotted by Lajos Veres
|
#
561843c9 |
| 27-Feb-2014 |
Ferenc Kovacs |
typo spotted by Lajos Veres |
Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1 |
|
#
5de71156 |
| 18-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete; able to run bench.php) |
#
4e66abad |
| 12-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete) - refactored return_value handling |
Revision tags: php-5.6.0alpha2 |
|
#
f4cfaf36 |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete) |
Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
aba775fd |
| 26-Dec-2013 |
Xinchen Hui |
Fixed warning "No new line at end of file" |
#
0f53e374 |
| 03-Jan-2014 |
Xinchen Hui |
Merge branch 'PHP-5.6'
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year |
#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year |
#
c0d060f5 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year |
#
d6713f39 |
| 26-Dec-2013 |
Xinchen Hui |
Fixed warning "No new line at end of file" |
Revision tags: php-5.4.24RC1, php-5.5.8RC1 |
|
#
2a1b6056 |
| 22-Dec-2013 |
krakjoe |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: stop warnings from unused opcode map - BFN - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: mi
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: stop warnings from unused opcode map - BFN - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch by: michael at orlitzky dot com Included new .c file in build too Fixed little typo in zend_vm_gen.php Moved to new file, killing a lot of warnings
show more ...
|
#
247ec0d8 |
| 22-Dec-2013 |
krakjoe |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: stop warnings from unused opcode map - BFN
|
#
b1df00a7 |
| 22-Dec-2013 |
krakjoe |
stop warnings from unused opcode map |