summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix typophp-7.0.19PHP-7.0.19Anatol Belski2017-05-091-1/+1
* set versionsAnatol Belski2017-05-093-4/+4
* [ci skip] sync NEWSphp-7.0.19RC1Anatol Belski2017-04-271-0/+5
* 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-272-55/+11
* Revert "Follow up patch regarding bug #74216, see bug #74429"Anatol Belski2017-04-271-2/+2
* 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
* set versionsAnatol Belski2017-04-253-4/+4
* [ci skip] update NEWSAnatol Belski2017-04-251-0/+4
* Follow up patch regarding bug #74216, see bug #74429Sara Golemon2017-04-251-2/+2
* don't backup older deps after upgradesAnatol Belski2017-04-241-1/+1
* update SDK version for AppVeyorAnatol Belski2017-04-241-1/+1
* Fix bug #73833 (null character not allowed in openssl_pkey_get_private)Jakub Zelenka2017-04-243-25/+92
* Support also no,shared configure arg vals by defaultAnatol Belski2017-04-242-3/+10
* Add missing NEWS entries for 7.0.19Jakub Zelenka2017-04-231-0/+4
* 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-234-14/+26
* [ci skip] update NEWSAnatol Belski2017-04-221-0/+2
* #74337 pointer returned by php_stream_fopen_tmpfile not validated in memory.cAnton Serbulov2017-04-221-1/+6
* Avoid exact floating point comparisonSteve Walk2017-04-201-2/+2
* Update php_network.hAlexander Ilyin2017-04-201-1/+1
* 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-174-1/+22
* Fixed bug #74439 Wrong reflection on the Locale methodsFabien Villepinte2017-04-173-26/+89
* [ci skip] update NEWSAnatol Belski2017-04-161-0/+2
* improve/fix error handlingAnatol Belski2017-04-151-9/+10
* fix error handlingAnatol Belski2017-04-151-3/+2
* Improve accuracy of opline lineno informationNikita Popov2017-04-152-1/+3
* 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-142-0/+48
* Fixed bug #74433 Wrong reflection on the Normalizer methodsFabien Villepinte2017-04-133-6/+28
* NEWSRemi Collet2017-04-131-0/+4
* 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
* Add missing NEWSChristopher Jones2017-04-121-0/+3
* Fix misleading typo in identifiersAnatol Belski2017-04-111-4/+4
* fixed bug #74413 wrong reflection on SQLite3::enableExceptionsJoe Watkins2017-04-112-1/+5
* Fixed bug #74408 (Endless loop bypassing execution time limit)Xinchen Hui2017-04-113-0/+50
* fix re2c version comparisonAnatol Belski2017-04-111-0/+4
* Fix #74410 by calling WaitForMultipleObjects() instead ofMatt Ficken2017-04-111-7/+7
* Fix bug #74409Sebastian Bergmann2017-04-112-0/+5
* 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-103-1/+32
* | Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)Joe Watkins2017-04-102-1/+5
|/
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Joe Watkins2017-04-1017-24/+24
|\
| * Fixed condition checkXinchen Hui2017-04-1016-23/+23
| * Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2017-04-103-1/+25
| |\