summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2php-7.1.16PHP-7.1.16Anatol Belski2018-03-285-1/+15
* set version for releaseJoe Watkins2018-03-272-3/+3
* set versionsphp-7.1.16RC1Joe Watkins2018-03-143-4/+4
* Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]Christoph M. Becker2018-03-133-2/+3
* Fix #76088: ODBC functions are not available by default on WindowsChristoph M. Becker2018-03-133-2/+6
* Revert "More accurate symbolic constraints oferflow/unserflow handling (bette...Dmitry Stogov2018-03-131-19/+12
* More accurate symbolic constraints oferflow/unserflow handling (better fix fo...Dmitry Stogov2018-03-131-12/+19
* Forgot NEWSXinchen Hui2018-03-131-0/+4
* Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name...Xinchen Hui2018-03-132-178/+137
* Fix heap use after freeAnatol Belski2018-03-121-1/+4
* Use string literal as formatAnatol Belski2018-03-121-1/+1
* Provide core includes for the resource compiler by defaultAnatol Belski2018-03-121-3/+3
* Replaced usafe reference from SHM to process memory with SHM to SHM referenceDmitry Stogov2018-03-121-1/+5
* Fix #62545: wrong unicode mapping in some charsetsChristoph M. Becker2018-03-114-5/+26
* [ci skip] Update NEWSAnatol Belski2018-03-101-0/+4
* Fix bug #76074 (opcache corrupts variable in for-loop)Bob Weinand2018-03-103-6/+50
* Fixed bug #76068 parse_ini_string fails to parse "[foo]\nbar=1|>baz" with seg...Anatol Belski2018-03-102-4/+61
* Fix #73957: signed integer conversion in imagescale()Christoph M. Becker2018-03-103-1/+24
* Disable PGO for phpdbgAnatol Belski2018-03-081-0/+4
* Exclude /Qspectre for clang analyzerAnatol Belski2018-03-071-1/+2
* Guard platform dependent codeAnatol Belski2018-03-071-2/+2
* [ci skip] Update NEWSAnatol Belski2018-03-061-0/+2
* Replaced usafe reference from SHM to process memory with SHM to SHM reference.Dmitry Stogov2018-03-064-9/+44
* Don't keep HashTable.pDestructor in SHM and always set it into ZVAL_PTR_DTOR ...Dmitry Stogov2018-03-062-1/+5
* Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1Dmitry Stogov2018-03-061-1/+4
|\
| * Fixed bug #76044 'date: illegal option -- -' in ./configure on FreeBSDAnatol Belski2018-03-051-1/+4
* | Fixed invalid destructorDmitry Stogov2018-03-061-1/+1
|/
* Fixed invalid destructorDmitry Stogov2018-03-051-1/+1
* Revert "Fixed bug #75961 (Strange references behavior)"Nikita Popov2018-03-052-37/+11
* Include username into the file cache pathAnatol Belski2018-03-051-1/+32
* Fixed "opcache.file_cache_fallback" mode.Dmitry Stogov2018-03-056-17/+27
* fix news dateJoe Watkins2018-02-281-1/+1
* Fixed bug #76025 (Segfault while throwing exception in error_handler).Xinchen Hui2018-02-283-3/+28
* revert last change, for PHP7 no need to do strlen() + 1 for hash look up.George Wang2018-02-271-1/+1
* [BUGFIX] calling php_ini_activate_per_host_config() with correct name length.George Wang2018-02-271-1/+1
* Fix pcntl build on macBob Weinand2018-02-281-7/+21
* Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2018-02-280-0/+0
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-02-280-0/+0
| |\
| | * 5.6.35 is nextFerenc Kovacs2018-02-273-5/+7
* | | release LiteSpeed SAPI 7.0.George Wang2018-02-275-265/+2045
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-02-270-0/+0
|\ \ \ | |/ /
| * | 7.0.29 nextAnatol Belski2018-02-273-5/+9
* | | [ci skip] Update NEWSAnatol Belski2018-02-271-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-02-270-0/+0
|\ \ \ | |/ /
| * | [ci skip] Update NEWSAnatol Belski2018-02-271-0/+3
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2018-02-270-0/+0
| |\ \ | | |/
| | * [ci skip] Update NEWSAnatol Belski2018-02-271-0/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-02-262-2/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-02-262-2/+34
| |\ \ | | |/
| | * Fix bug #75981: prevent reading beyond buffer startStanislav Malyshev2018-02-262-2/+34