summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed bug #76520Nikita Popov2018-06-222-0/+5
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-06-221-2/+2
|\ \
| * | Added parenthesisDmitry Stogov2018-06-221-2/+2
* | | Make new openssl ext tests in 7.2 consitentJakub Zelenka2018-06-212-0/+5
* | | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-06-2188-708/+780
|\ \ \ | | |/ | |/|
| * | Use unix NL in all openssl ext testsJakub Zelenka2018-06-213-126/+126
| * | Make code in openssl ext tests more consistentJakub Zelenka2018-06-2188-629/+708
* | | Update NEWSXinchen Hui2018-06-211-0/+4
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-213-6/+35
|\ \ \ | |/ /
| * | Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)Xinchen Hui2018-06-214-6/+39
* | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-201-3/+0
|\ \ \ | |/ /
| * | Revert "ICU 59+ requires C++11 and errors out without the option"Stanislav Malyshev2018-06-201-3/+0
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-204-6/+51
|\ \ \ | |/ /
| * | Fixed bug #73342Nikita Popov2018-06-204-6/+51
* | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-171-0/+3
|\ \ \ | |/ /
| * | ICU 59+ requires C++11 and errors out without the optionStanislav Malyshev2018-06-171-0/+3
| |/
* | Fix #76300 - Dont attempt to change visibility of a parent privatePedro Magalhães2018-06-173-30/+61
* | Fixed bug #76477 (Opcache causes empty return value)Xinchen Hui2018-06-154-5/+36
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-06-141-0/+1
|\ \ | |/
| * Fixed invalid free introduced by d6e81f0bfd0cb90586dd83d4fd47a4302605261a (av...Dmitry Stogov2018-06-141-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-133-16/+10
|\ \ | |/
| * Make $locale parameter to BreakIterator ctors optionalNikita Popov2018-06-133-16/+10
* | Port FPM test 023 and 024 to the new FPM testingJakub Zelenka2018-06-124-139/+100
* | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-06-1252-1684/+3379
|\ \ | |/
| * Rewrite FPM testsJakub Zelenka2018-06-1252-1680/+3381
* | [ci skip] Update NEWSAnatol Belski2018-06-121-0/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-120-0/+0
|\ \ | |/
| * [ci skip] Update NEWSAnatol Belski2018-06-121-1/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-122-0/+17
|\ \ | |/
| * Fixed bug #76462 Undefined property: DateInterval::$fAnatol Belski2018-06-122-0/+17
* | NEWSRemi Collet2018-06-121-0/+4
* | Add OPSYS_CPM constant as documented and to match libzip namingRemi Collet2018-06-122-2/+3
* | Remove inappropriate FreeLibrary callAnatol Belski2018-06-111-3/+0
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-101-0/+1
|\ \ | |/
| * Fix mysqlnd build without opensslNikita Popov2018-06-101-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-06-101-0/+2
|\ \ | |/
| * Enable IPv6 in TravisJakub Zelenka2018-06-081-0/+2
| * bump versionsJoe Watkins2018-06-073-5/+9
* | Fix test portabilityAnatol Belski2018-06-091-1/+1
* | Fix #76409: heap use after free in _php_stream_freeChristoph M. Becker2018-06-093-1/+18
* | Deduplicate code using php_timezone_to_string()Nikita Popov2018-06-081-42/+23
* | cast to int to disable compilation warnings.David Carlier2018-06-081-2/+2
* | Avoid leaking the urandom fdKeyur Govande2018-06-081-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-067-29/+423
|\ \ | |/
| * Fix VC compilation as variable size array is not supportedAnatol Belski2018-06-061-0/+9
| * Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Johannes Schlüter2018-06-0629-61/+306
| |\
| * | Fix MySQL 8 authJohannes Schlüter2018-06-067-29/+414
* | | NEWS for 7.2.8Sara Golemon2018-06-051-1/+3
* | | Fixed bug #76410 (SIGV in zend_mm_alloc_small)Xinchen Hui2018-06-052-1/+8
* | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-042-6/+26
|\ \ \ | | |/ | |/|