summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed issue #2466 Invalid integer constant expression error in php.hXinchen Hui2017-04-101-1/+1
* | | Fixed bug #74400 (phpdbg comparing socket function to int)Joe Watkins2017-04-101-1/+1
| |/ |/|
* | fix newsJoe Watkins2017-04-101-1/+2
* | Fix of Bug #74383: Wrong reflection on Phar::runningMitch Hagstrand2017-04-103-1/+24
|/
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2017-04-1015-288/+789
|\
| * Add NEWSNikita Popov2017-04-093-10/+14
| * Resolve bug #74188 (undefined statics raising with ?? operator)Thomas Punt2017-04-093-78/+212
| * Fixed bug #72071: Prevent Max-Age from being negativeCraig Duncan2017-04-094-2/+25
| * Update NEWS with OpenSSL 1.1.0 support infoJakub Zelenka2017-04-071-0/+1
| * Add OpenSSL 1.1.0 support to PHP 7.0Jakub Zelenka2017-04-079-208/+555
* | Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c)Xinchen Hui2017-04-103-81/+101
* | Missed NEWSXinchen Hui2017-04-101-0/+4
|/
* Fix invalid free of persistent results on error/connection loss in mysqlnd (b...Yussuf Khalil2017-04-052-2/+29
* Revert "extend skip section"Anatol Belski2017-04-041-8/+0
* fix possible out of bounds buffer accessAnatol Belski2017-04-031-1/+1
* Fix opcache.max_accelerated_files doc in php.iniMartin Hujer2017-04-022-2/+2
* Fixed bug #74341Moritz Fain2017-04-023-8/+71
* update sdk version for appveyorAnatol Belski2017-03-311-1/+1
* fix bug #74343 compile fails on solaris 11 with system libgdJoe Watkins2017-03-302-2/+4
* Disable block pass for large functionsNikita Popov2017-03-281-0/+4
* update NEWSAnatol Belski2017-03-281-0/+3
* Revert "Fixed bug #61471"Anatol Belski2017-03-282-47/+1
* prepare nextAnatol Belski2017-03-283-5/+9
* update NEWSAnatol Belski2017-03-281-0/+3
* deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835Anatol Belski2017-03-271-1/+1
* add test for bug #74230Anatol Belski2017-03-271-0/+22
* Forgot to update the output in the test tooDerick Rethans2017-03-271-1/+1
* always use staging deps for CI, that's what we have a CI for as wellAnatol Belski2017-03-271-2/+1
* Fixed test for #33415 due to data fixes.Derick Rethans2017-03-271-5/+5
* Updated to version 2017.2 (2017b)Derick Rethans2017-03-241-580/+618
* Fix sequencing UBNikita Popov2017-03-232-422/+445
* Fix lineno for AST_ZVAL nodesNikita Popov2017-03-233-3/+10
* Fix bug where `yield from` is captured too greedilySara Golemon2017-03-233-1/+27
* Fixed uninitialized dataDmitry Stogov2017-03-231-0/+4
* adjust deps dir naming schemeAnatol Belski2017-03-232-2/+2
* explicitly ignore php.ini for proc open testsAnatol Belski2017-03-216-9/+9
* Lower timeout in test for but #72333Jakub Zelenka2017-03-201-2/+2
* Fix bug #74265Nikita Popov2017-03-174-10/+12
* Make test 002 for bug #65538 not to use https in cafileJakub Zelenka2017-03-171-1/+8
* Consume data by server in test for bug #72333Jakub Zelenka2017-03-171-3/+20
* Fix AST start lineno for list nodesNikita Popov2017-03-171-1/+8
* Make test for bug #72333 a bit more reliableJakub Zelenka2017-03-161-7/+4
* Return FALSE if error_log fails to write all bytesAdam Saponara2017-03-161-1/+5
* Fixed bug #74240 (deflate_add can allocate too much memory)Matt Bonneau2017-03-153-5/+36
* Fix stream context changes leaking into copies of previous contextBob Weinand2017-03-141-0/+2
* Merge branch 'bug72333' into PHP-7.0Jakub Zelenka2017-03-144-73/+130
|\
| * Replace NEWS entry for #74159 with #72333Jakub Zelenka2017-03-141-2/+2
| * Skip bug74159 test for OpenSSL lower than 1.0.1Jakub Zelenka2017-03-141-0/+1
| * Tidy up test for bug72333Jakub Zelenka2017-03-141-56/+61
| * Speed up test for bug72333Jakub Zelenka2017-03-141-1/+1