summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 7.2.0alpha3php-7.2.0alpha3Remi Collet2017-07-042-3/+3
* Update NEWS for PHP 7.2.0alpha3Remi Collet2017-07-041-1/+1
* Merge branch 'PHP-7.1'Anatol Belski2017-07-044-427/+481
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-044-34/+62
| |\
| | * Fixed bug #74101 and bug #74614Nikita Popov2017-07-044-34/+62
* | | Compile/optimisation-time constants can't be circular, but in general may be ...Dmitry Stogov2017-07-044-26/+26
* | | Get rid of old compatibility macrosDmitry Stogov2017-07-0411-173/+167
* | | Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken)Dmitry Stogov2017-07-042-0/+35
* | | Revert "Avoid run-time checks performed at compile-time."Dmitry Stogov2017-07-042-20/+10
* | | [ci skip] update NEWSAnatol Belski2017-07-031-0/+4
* | | Fixed bug #74849 Process is started as interactive shell in PhpStormAnatol Belski2017-07-033-2/+18
* | | Added missed opcodesDmitry Stogov2017-07-031-0/+2
* | | Add NEWS entry and a test for Bug#71412Sara Golemon2017-07-022-0/+18
* | | Fixes Bug #71412 Incorrect ArrayIterator __construct signatureTyson Andre2017-07-021-4/+34
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-011-1/+1
| |\ \ | | |/
| | * yet one C++ compat fixAnatol Belski2017-07-011-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-011-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-011-0/+2
| |\ \ | | |/
| | * fix C++ compatAnatol Belski2017-07-011-0/+2
* | | Merge branch 'PHP-7.1'Bob Weinand2017-07-012-0/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-07-012-0/+22
| |\ \ | | |/
| | * Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina...Bob Weinand2017-07-013-0/+26
* | | Fixed bug #74514 5 session functions incorrectly warn when calling in read-on...Yasuo Ohgaki2017-07-014-5/+50
* | | Fixed ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO macroRichard Fussenegger2017-06-301-4/+4
* | | Merge branch 'PHP-7.1'Julien Pauli2017-06-291-1/+3
|\ \ \ | |/ /
| * | Updated NEWSJulien Pauli2017-06-291-0/+2
| * | Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2017-06-291-1/+3
| |\ \ | | |/
| | * Updated NEWSJulien Pauli2017-06-291-0/+2
| | * Fix bug #74832, crash in extension loadingJulien Pauli2017-06-291-1/+3
* | | Apply fix for #69356 to "Sent SQL"Adam Baratz2017-06-291-3/+4
* | | Merge branch 'PHP-7.1'Adam Baratz2017-06-292-3/+44
|\ \ \ | |/ /
| * | Fixed bug #69356Adam Baratz2017-06-291-0/+4
| * | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2017-06-292-3/+44
| |\ \ | | |/
| | * Fixed #69356: PDOStatement::debugDumpParams() truncates queryAdam Baratz2017-06-293-3/+48
* | | Use inlined version of zval_ptr_dytor() in var_destroy() loopDmitry Stogov2017-06-292-4/+4
* | | Use inlined version of zval_ptr_dtor() in array_map() loopDmitry Stogov2017-06-291-7/+6
* | | Use zval_ptr_dtor_nogc() for data that can't be circularDmitry Stogov2017-06-291-5/+5
* | | Split zend_init_execute_data() into zend_init_func_execute_data() and zend_in...Dmitry Stogov2017-06-295-74/+23
* | | We don't have to use "persistent" heap with PHP-7 HashTable(s).Dmitry Stogov2017-06-291-8/+2
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-06-290-0/+0
|\ \ \ | |/ /
| * | Fix typo in PHP 7.1.8 newsTyson Andre2017-06-281-1/+1
* | | [ci skip] update NEWSAnatol Belski2017-06-281-0/+2
* | | Fix zend_get_zval_ptr()Nikita Popov2017-06-281-0/+4
* | | Merge branch 'PHP-7.1'George Wang2017-06-271-10/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1George Wang2017-06-271-10/+18
| |\ \ | | |/
| | * [BUGFIX] fixes the issue that a value from .user.ini displays in phpinfo(), b...George Wang2017-06-271-10/+18
* | | Avoid string duplication in preg_split()Dmitry Stogov2017-06-283-21/+25
* | | Bug #74815 crash with a combination of INI entries at startupAnatol Belski2017-06-273-4/+17
* | | Removed deprecated checks.Dmitry Stogov2017-06-273-45/+15