summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set versionsphp-7.0.20PHP-7.0.20Anatol Belski2017-06-063-4/+4
|
* set versionsphp-7.0.20RC1Anatol Belski2017-05-233-4/+4
|
* move to the next sdk version for AppVeyorAnatol Belski2017-05-201-1/+1
|
* follow up fix on bug #74022Anatol Belski2017-05-182-2/+28
|
* Added cleanupXinchen Hui2017-05-171-0/+4
|
* Added test for bug #74600Xinchen Hui2017-05-171-0/+34
|
* Added test for bug #74596Xinchen Hui2017-05-171-0/+55
|
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2017-05-161-2/+2
|\ | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: variation of icu libraries causes failure
| * variation of icu libraries causes failureSteve Walk2017-05-161-2/+2
| |
* | Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i)Xinchen Hui2017-05-162-2/+4
|/
* Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled)Xinchen Hui2017-05-162-0/+6
| | | | Yeah, no test script is provided.. I got some troubles to make a one
* switch to Postgres 9.6 for appveyorAnatol Belski2017-05-151-1/+1
|
* Remove typo from test headerSara Golemon2017-05-101-1/+1
|
* Fixed tests when using cumstom php.ini(session.save_handler)Xinchen Hui2017-05-0936-1/+38
|
* Merge branch 'fix_74541' of https://github.com/villfa/php-src into PHP-7.0Xinchen Hui2017-05-092-1/+23
|\ | | | | | | | | * 'fix_74541' of https://github.com/villfa/php-src: Fix Bug #74541 Wrong reflection on session_start()
| * Fix Bug #74541 Wrong reflection on session_start()Fabien Villepinte2017-05-082-1/+23
| |
* | Merge branch 'patch-1' of https://github.com/ifdattic/php-src into PHP-7.0Xinchen Hui2017-05-091-1/+1
|\ \ | |/ |/| | | | | * 'patch-1' of https://github.com/ifdattic/php-src: Fix typo: exectute => execute
| * Fix typo: exectute => executeAndrew Marcinkevičius2017-05-081-1/+1
| |
* | sync bin sdk versionAnatol Belski2017-05-081-1/+1
| |
* | [ci skip] update libs versions fileAnatol Belski2017-05-081-7/+7
|/
* Fixed another potential dangling pointerXinchen Hui2017-05-081-2/+5
|
* Fixed bug #74546 (SIGILL in ↵Xinchen Hui2017-05-083-2/+20
| | | | ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER())
* [ci skip] update NEWSAnatol Belski2017-05-071-0/+4
|
* Fixed bug #74547 mysqli::change_user() doesn't accept null as $database ↵Anatol Belski2017-05-062-1/+26
| | | | argument w/strict_types
* [ci skip] update NEWSAnatol Belski2017-05-021-0/+4
|
* Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT ↵Christian Weiske2017-05-021-1/+12
| | | | | | | | | | and DELETE method phar: Support DELETE, HEAD and PUT HTTP methods in Phar::webPhar Up to now only GET and POST requests could be handled with Phar::webPhar(), which is insufficient for today's REST APIs. This patch expands the list of supported HTTP methods.
* [ci skip] update NEWSAnatol Belski2017-05-021-0/+4
|
* Fixed bug #74510 win32/sendmail.c anchors CC header but not BCCAnatol Belski2017-05-021-1/+1
|
* Fix bug #74457 Wrong reflection on XMLReader::expandFabien Villepinte2017-05-023-1/+20
|
* Fix bug #74468 wrong reflection on Collator::sortWithSortKeysFabien Villepinte2017-05-024-3/+35
|
* Tests to ensure BC with undocumented behavior used in hacksAnatol Belski2017-05-012-0/+61
| | | | Should become obsolete, once behaviors change.
* Fix typo in SplFixedArray has_dimension implementationNikita Popov2017-05-012-1/+23
|
* Fix compiler warnings when compiled against musl libcMichael Heimpold2017-04-304-5/+14
| | | | | | | | | | | | | | | | | | | | musl libc is complaining when <sys/poll.h> is used instead of <poll.h> so change this. This issue was reported for OpenWrt/LEDE where musl libc is the standard C library instead of e.g. glibc, see the following link for the original PR: https://github.com/openwrt/packages/pull/4263 Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de> -- v3: refined checks/fallback paths as suggested by @bukka v2: rebased to resolve merge conflict in main/php_network.h v1: initial PR
* Fix possible memory leak in openssl_encrypt and openssl_decryptJakub Zelenka2017-04-271-2/+2
|
* Prefer using DIRECTORY_SEPARATOR in OpenSSL config pathJakub Zelenka2017-04-273-3/+3
|
* Add oid_section to the testing openssl.cnfJakub Zelenka2017-04-271-0/+7
| | | | It tests repeated OID addition
* [ci skip] update NEWSAnatol Belski2017-04-271-0/+5
|
* Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-272-55/+11
| | | | This reverts commit bab0b99f376dac9170ac81382a5ed526938d595a.
* Revert "Follow up patch regarding bug #74216, see bug #74429"Anatol Belski2017-04-271-2/+2
| | | | This reverts commit cda7dcf4cacef3346f9dc2a4dc947e6a74769259.
* sync bin sdk versionAnatol Belski2017-04-261-1/+1
|
* Do not add already added object to the internal OpenSSL tableJakub Zelenka2017-04-261-1/+2
| | | | | This fixes OpenSSL 1.1 where adding object with OID that has been already added causes an error - preventing of duplication.
* 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
|
* move nextAnatol Belski2017-04-253-5/+9
|
* [ci skip] update NEWSAnatol Belski2017-04-251-0/+4
|
* Follow up patch regarding bug #74216, see bug #74429Sara Golemon2017-04-251-2/+2
| | | | | | | | | While the case in bug #74429 is not documented and is only worky due to an implementation bug, the strength seems to breach some real world apps. Given this patch doesn't impact the initial security fix for bug #74216, it is reasonable to let the apps keep working. As mentioned in the ticket, this behavior is a subject to change in future versions and should not be abused.
* 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
| | | | | | This indirectly fixes bug #74398 where --with-extname is expected to be configured shared with our default dependency package. With a non default deps, it still can be enforced --with-extname=static