summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Do not add already added object to the internal OpenSSL tableJakub Zelenka2017-04-271-1/+2
* Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-271-37/+0
* rely on bundle config, instead of system oneRemi Collet2017-04-261-2/+3
* skip the test on OpenSSL < 1.1 for nowAnatol Belski2017-04-261-0/+1
* Fix bug #73833 (null character not allowed in openssl_pkey_get_private)Jakub Zelenka2017-04-242-25/+90
* Support also no,shared configure arg vals by defaultAnatol Belski2017-04-241-1/+1
* extend zlib export required for the recent libpngAnatol Belski2017-04-231-0/+1
* Fix bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key)Jakub Zelenka2017-04-233-14/+24
* Avoid exact floating point comparisonSteve Walk2017-04-201-2/+2
* ext/gettext: respect passed in library directory for all checksMichael Heimpold2017-04-171-1/+1
* Fixed bug #74080 Add datetime constant for RFC7231Craig Duncan2017-04-173-1/+21
* Fixed bug #74439 Wrong reflection on the Locale methodsFabien Villepinte2017-04-172-26/+88
* improve/fix error handlingAnatol Belski2017-04-151-9/+10
* Fix compact_literals of INIT_METHOD_CALL with CONST op1Nikita Popov2017-04-152-0/+17
* Add support for MySQL 8's Unicode typesJohannes Schlüter2017-04-141-0/+47
* Fixed bug #74433 Wrong reflection on the Normalizer methodsFabien Villepinte2017-04-132-6/+25
* Fixed bug #74416 Wrong reflection on DOMNode::cloneNodeFabien Villepinte2017-04-132-1/+22
* Fixed uninitialized data causing random crash (Dmitry)Christopher Jones2017-04-122-5/+21
* Fix misleading typo in identifiersAnatol Belski2017-04-111-4/+4
* fixed bug #74413 wrong reflection on SQLite3::enableExceptionsJoe Watkins2017-04-111-1/+1
* Fix bug #74409Sebastian Bergmann2017-04-111-0/+1
* Forgot to commit test file...Nikita Popov2017-04-101-0/+16
* Fix JMPZ+JMP => NOP+JMP optimizationNikita Popov2017-04-102-2/+11
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Joe Watkins2017-04-102-1/+30
|\
| * Fixed bug #74402 (segfault on random_bytes, bin2hex, openssl_seal)Xinchen Hui2017-04-102-1/+30
* | Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)Joe Watkins2017-04-101-1/+1
|/
* Fixed condition checkXinchen Hui2017-04-1012-15/+15
* Fix of Bug #74383: Wrong reflection on Phar::runningMitch Hagstrand2017-04-102-1/+21
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2017-04-1011-206/+575
|\
| * Fixed bug #72071: Prevent Max-Age from being negativeCraig Duncan2017-04-093-2/+22
| * Add OpenSSL 1.1.0 support to PHP 7.0Jakub Zelenka2017-04-078-204/+553
* | Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c)Xinchen Hui2017-04-102-81/+97
|/
* 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
* Fixed bug #74341Moritz Fain2017-04-022-8/+67
* fix bug #74343 compile fails on solaris 11 with system libgdJoe Watkins2017-03-301-1/+1
* Disable block pass for large functionsNikita Popov2017-03-281-0/+4
* 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
* 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
* Fixed uninitialized dataDmitry Stogov2017-03-231-0/+4
* 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-171-4/+4
* 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
* 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