Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gc_check_possible_root() may throw exception. | Dmitry Stogov | 2017-07-17 | 2 | -4/+4 |
* | Separate ISSET_ISEMPTY_CV/UNSET_CV from ISSET_ISEMPTY_VAR/UNSET_VAR | Dmitry Stogov | 2017-07-17 | 6 | -300/+346 |
* | Removed vim mode lines. zend_vm_opcodes.h loses these lines after regeneratio... | Dmitry Stogov | 2017-07-17 | 2 | -20/+0 |
* | Added goblal optimisation passes based on data flow analyses using SSA form: | Dmitry Stogov | 2017-07-14 | 1 | -0/+8 |
* | Fixed bug #74866 extension_dir = "./ext" now use current directory for base | Francois Laupretre | 2017-07-13 | 2 | -3/+17 |
* | Value of EG(user_exception_handler) should't relive request boundary | Dmitry Stogov | 2017-07-12 | 1 | -0/+1 |
* | Revert "Fixed bug #74878" | Dmitry Stogov | 2017-07-10 | 1 | -4/+0 |
* | Fixed bug #74878 | Nikita Popov | 2017-07-07 | 1 | -0/+4 |
* | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2017-07-04 | 3 | -1/+17 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2017-07-04 | 3 | -1/+17 |
| |\ | |||||
| | * | Fix bug #74603 - use correct buffer size | Stanislav Malyshev | 2017-07-04 | 3 | -1/+17 |
* | | | Drop dead abstract method check from zend_call_function() | Nikita Popov | 2017-07-04 | 1 | -22/+6 |
* | | | further sync for vim mode lines | Anatol Belski | 2017-07-04 | 106 | -8/+377 |
* | | | Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken) | Dmitry Stogov | 2017-07-04 | 1 | -0/+33 |
* | | | Revert "Avoid run-time checks performed at compile-time." | Dmitry Stogov | 2017-07-04 | 2 | -20/+10 |
* | | | Added missed opcodes | Dmitry Stogov | 2017-07-03 | 1 | -0/+2 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-07-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | yet one C++ compat fix | Anatol Belski | 2017-07-01 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-07-01 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-01 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | fix C++ compat | Anatol Belski | 2017-07-01 | 1 | -0/+2 |
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina... | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
* | | | Fixed ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO macro | Richard Fussenegger | 2017-06-30 | 1 | -4/+4 |
* | | | Merge branch 'PHP-7.1' | Julien Pauli | 2017-06-29 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Julien Pauli | 2017-06-29 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74832, crash in extension loading | Julien Pauli | 2017-06-29 | 1 | -1/+3 |
* | | | Split zend_init_execute_data() into zend_init_func_execute_data() and zend_in... | Dmitry Stogov | 2017-06-29 | 5 | -74/+23 |
* | | | Fix zend_get_zval_ptr() | Nikita Popov | 2017-06-28 | 1 | -0/+4 |
* | | | Bug #74815 crash with a combination of INI entries at startup | Anatol Belski | 2017-06-27 | 1 | -4/+0 |
* | | | Removed deprecated checks. | Dmitry Stogov | 2017-06-27 | 3 | -45/+15 |
* | | | Cleanup. Removed unused functions and unimplemented prototype. Avoid useless ... | Dmitry Stogov | 2017-06-27 | 3 | -36/+13 |
* | | | Removed EG(valid_symbol_table). Used EG(active) instead. | Dmitry Stogov | 2017-06-26 | 3 | -4/+0 |
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 4 | -6/+6 |
* | | | Fix tests on Windows | Nikita Popov | 2017-06-26 | 2 | -2/+2 |
* | | | Fix format arguments | Nikita Popov | 2017-06-25 | 1 | -2/+1 |
* | | | Remove unused variable op2. It is redeclared later. | Tom Van Looy | 2017-06-25 | 2 | -2/+2 |
* | | | Fix typo | Nikita Popov | 2017-06-25 | 2 | -3/+3 |
* | | | Implement object type annotation | MichaĆ Brzuchalski | 2017-06-25 | 16 | -13/+256 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-25 | 2 | -10/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-25 | 2 | -10/+18 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73900 | Nikita Popov | 2017-06-25 | 2 | -10/+18 |
* | | | Only compute callback name in error cases | Nikita Popov | 2017-06-25 | 2 | -14/+7 |
* | | | Extract zend_get_callable_name() API | Nikita Popov | 2017-06-25 | 3 | -58/+115 |
* | | | Move va_copy compatibility code into zend_portability.h | Nikita Popov | 2017-06-25 | 2 | -13/+12 |
* | | | Remove unnecessary string copy | Nikita Popov | 2017-06-25 | 1 | -5/+1 |
* | | | Fix FE_FETCH_* exception check | Nikita Popov | 2017-06-25 | 3 | -7/+29 |
* | | | Fixed bug #74810 | Nikita Popov | 2017-06-25 | 3 | -60/+91 |