| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update versions for PHP 7.2.0alpha3php-7.2.0alpha3 | Remi Collet | 2017-07-04 | 2 | -3/+3 |
| * | Update NEWS for PHP 7.2.0alpha3 | Remi Collet | 2017-07-04 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.1' | Anatol Belski | 2017-07-04 | 4 | -427/+481 |
| |\ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-04 | 4 | -34/+62 |
| | |\ | |||||
| | | * | Fixed bug #74101 and bug #74614 | Nikita Popov | 2017-07-04 | 4 | -34/+62 |
| * | | | Compile/optimisation-time constants can't be circular, but in general may be ... | Dmitry Stogov | 2017-07-04 | 4 | -26/+26 |
| * | | | Get rid of old compatibility macros | Dmitry Stogov | 2017-07-04 | 11 | -173/+167 |
| * | | | Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken) | Dmitry Stogov | 2017-07-04 | 2 | -0/+35 |
| * | | | Revert "Avoid run-time checks performed at compile-time." | Dmitry Stogov | 2017-07-04 | 2 | -20/+10 |
| * | | | [ci skip] update NEWS | Anatol Belski | 2017-07-03 | 1 | -0/+4 |
| * | | | Fixed bug #74849 Process is started as interactive shell in PhpStorm | Anatol Belski | 2017-07-03 | 3 | -2/+18 |
| * | | | Added missed opcodes | Dmitry Stogov | 2017-07-03 | 1 | -0/+2 |
| * | | | Add NEWS entry and a test for Bug#71412 | Sara Golemon | 2017-07-02 | 2 | -0/+18 |
| * | | | Fixes Bug #71412 Incorrect ArrayIterator __construct signature | Tyson Andre | 2017-07-02 | 1 | -4/+34 |
| * | | | 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 | 2 | -0/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-07-01 | 2 | -0/+22 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina... | Bob Weinand | 2017-07-01 | 3 | -0/+26 |
| * | | | Fixed bug #74514 5 session functions incorrectly warn when calling in read-on... | Yasuo Ohgaki | 2017-07-01 | 4 | -5/+50 |
| * | | | 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 |
| |\ \ \ | |/ / | |||||
| | * | | Updated NEWS | Julien Pauli | 2017-06-29 | 1 | -0/+2 |
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Julien Pauli | 2017-06-29 | 1 | -1/+3 |
| | |\ \ | | |/ | |||||
| | | * | Updated NEWS | Julien Pauli | 2017-06-29 | 1 | -0/+2 |
| | | * | Fix bug #74832, crash in extension loading | Julien Pauli | 2017-06-29 | 1 | -1/+3 |
| * | | | Apply fix for #69356 to "Sent SQL" | Adam Baratz | 2017-06-29 | 1 | -3/+4 |
| * | | | Merge branch 'PHP-7.1' | Adam Baratz | 2017-06-29 | 2 | -3/+44 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #69356 | Adam Baratz | 2017-06-29 | 1 | -0/+4 |
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Adam Baratz | 2017-06-29 | 2 | -3/+44 |
| | |\ \ | | |/ | |||||
| | | * | Fixed #69356: PDOStatement::debugDumpParams() truncates query | Adam Baratz | 2017-06-29 | 3 | -3/+48 |
| * | | | Use inlined version of zval_ptr_dytor() in var_destroy() loop | Dmitry Stogov | 2017-06-29 | 2 | -4/+4 |
| * | | | Use inlined version of zval_ptr_dtor() in array_map() loop | Dmitry Stogov | 2017-06-29 | 1 | -7/+6 |
| * | | | Use zval_ptr_dtor_nogc() for data that can't be circular | Dmitry Stogov | 2017-06-29 | 1 | -5/+5 |
| * | | | Split zend_init_execute_data() into zend_init_func_execute_data() and zend_in... | Dmitry Stogov | 2017-06-29 | 5 | -74/+23 |
| * | | | We don't have to use "persistent" heap with PHP-7 HashTable(s). | Dmitry Stogov | 2017-06-29 | 1 | -8/+2 |
| * | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-06-29 | 0 | -0/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Fix typo in PHP 7.1.8 news | Tyson Andre | 2017-06-28 | 1 | -1/+1 |
| * | | | [ci skip] update NEWS | Anatol Belski | 2017-06-28 | 1 | -0/+2 |
| * | | | Fix zend_get_zval_ptr() | Nikita Popov | 2017-06-28 | 1 | -0/+4 |
| * | | | Merge branch 'PHP-7.1' | George Wang | 2017-06-27 | 1 | -10/+18 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | George Wang | 2017-06-27 | 1 | -10/+18 |
| | |\ \ | | |/ | |||||
| | | * | [BUGFIX] fixes the issue that a value from .user.ini displays in phpinfo(), b... | George Wang | 2017-06-27 | 1 | -10/+18 |
| * | | | Avoid string duplication in preg_split() | Dmitry Stogov | 2017-06-28 | 3 | -21/+25 |
| * | | | Bug #74815 crash with a combination of INI entries at startup | Anatol Belski | 2017-06-27 | 3 | -4/+17 |
| * | | | Removed deprecated checks. | Dmitry Stogov | 2017-06-27 | 3 | -45/+15 |
