Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set versionsphp-7.0.20PHP-7.0.20 | Anatol Belski | 2017-06-06 | 3 | -4/+4 |
| | |||||
* | set versionsphp-7.0.20RC1 | Anatol Belski | 2017-05-23 | 3 | -4/+4 |
| | |||||
* | move to the next sdk version for AppVeyor | Anatol Belski | 2017-05-20 | 1 | -1/+1 |
| | |||||
* | follow up fix on bug #74022 | Anatol Belski | 2017-05-18 | 2 | -2/+28 |
| | |||||
* | Added cleanup | Xinchen Hui | 2017-05-17 | 1 | -0/+4 |
| | |||||
* | Added test for bug #74600 | Xinchen Hui | 2017-05-17 | 1 | -0/+34 |
| | |||||
* | Added test for bug #74596 | Xinchen Hui | 2017-05-17 | 1 | -0/+55 |
| | |||||
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0 | Xinchen Hui | 2017-05-16 | 1 | -2/+2 |
|\ | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: variation of icu libraries causes failure | ||||
| * | variation of icu libraries causes failure | Steve Walk | 2017-05-16 | 1 | -2/+2 |
| | | |||||
* | | Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i) | Xinchen Hui | 2017-05-16 | 2 | -2/+4 |
|/ | |||||
* | Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled) | Xinchen Hui | 2017-05-16 | 2 | -0/+6 |
| | | | | Yeah, no test script is provided.. I got some troubles to make a one | ||||
* | switch to Postgres 9.6 for appveyor | Anatol Belski | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | Remove typo from test header | Sara Golemon | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | Fixed tests when using cumstom php.ini(session.save_handler) | Xinchen Hui | 2017-05-09 | 36 | -1/+38 |
| | |||||
* | Merge branch 'fix_74541' of https://github.com/villfa/php-src into PHP-7.0 | Xinchen Hui | 2017-05-09 | 2 | -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 Villepinte | 2017-05-08 | 2 | -1/+23 |
| | | |||||
* | | Merge branch 'patch-1' of https://github.com/ifdattic/php-src into PHP-7.0 | Xinchen Hui | 2017-05-09 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | * 'patch-1' of https://github.com/ifdattic/php-src: Fix typo: exectute => execute | ||||
| * | Fix typo: exectute => execute | Andrew Marcinkevičius | 2017-05-08 | 1 | -1/+1 |
| | | |||||
* | | sync bin sdk version | Anatol Belski | 2017-05-08 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] update libs versions file | Anatol Belski | 2017-05-08 | 1 | -7/+7 |
|/ | |||||
* | Fixed another potential dangling pointer | Xinchen Hui | 2017-05-08 | 1 | -2/+5 |
| | |||||
* | Fixed bug #74546 (SIGILL in ↵ | Xinchen Hui | 2017-05-08 | 3 | -2/+20 |
| | | | | ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()) | ||||
* | [ci skip] update NEWS | Anatol Belski | 2017-05-07 | 1 | -0/+4 |
| | |||||
* | Fixed bug #74547 mysqli::change_user() doesn't accept null as $database ↵ | Anatol Belski | 2017-05-06 | 2 | -1/+26 |
| | | | | argument w/strict_types | ||||
* | [ci skip] update NEWS | Anatol Belski | 2017-05-02 | 1 | -0/+4 |
| | |||||
* | Fixed bug #51918 Phar::webPhar() does not handle requests sent through PUT ↵ | Christian Weiske | 2017-05-02 | 1 | -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 NEWS | Anatol Belski | 2017-05-02 | 1 | -0/+4 |
| | |||||
* | Fixed bug #74510 win32/sendmail.c anchors CC header but not BCC | Anatol Belski | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Fix bug #74457 Wrong reflection on XMLReader::expand | Fabien Villepinte | 2017-05-02 | 3 | -1/+20 |
| | |||||
* | Fix bug #74468 wrong reflection on Collator::sortWithSortKeys | Fabien Villepinte | 2017-05-02 | 4 | -3/+35 |
| | |||||
* | Tests to ensure BC with undocumented behavior used in hacks | Anatol Belski | 2017-05-01 | 2 | -0/+61 |
| | | | | Should become obsolete, once behaviors change. | ||||
* | Fix typo in SplFixedArray has_dimension implementation | Nikita Popov | 2017-05-01 | 2 | -1/+23 |
| | |||||
* | Fix compiler warnings when compiled against musl libc | Michael Heimpold | 2017-04-30 | 4 | -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_decrypt | Jakub Zelenka | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Prefer using DIRECTORY_SEPARATOR in OpenSSL config path | Jakub Zelenka | 2017-04-27 | 3 | -3/+3 |
| | |||||
* | Add oid_section to the testing openssl.cnf | Jakub Zelenka | 2017-04-27 | 1 | -0/+7 |
| | | | | It tests repeated OID addition | ||||
* | [ci skip] update NEWS | Anatol Belski | 2017-04-27 | 1 | -0/+5 |
| | |||||
* | Revert "Detect invalid port in xp_socket parse ip address" | Anatol Belski | 2017-04-27 | 2 | -55/+11 |
| | | | | This reverts commit bab0b99f376dac9170ac81382a5ed526938d595a. | ||||
* | Revert "Follow up patch regarding bug #74216, see bug #74429" | Anatol Belski | 2017-04-27 | 1 | -2/+2 |
| | | | | This reverts commit cda7dcf4cacef3346f9dc2a4dc947e6a74769259. | ||||
* | sync bin sdk version | Anatol Belski | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Do not add already added object to the internal OpenSSL table | Jakub Zelenka | 2017-04-26 | 1 | -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 one | Remi Collet | 2017-04-26 | 1 | -2/+3 |
| | |||||
* | skip the test on OpenSSL < 1.1 for now | Anatol Belski | 2017-04-26 | 1 | -0/+1 |
| | |||||
* | move next | Anatol Belski | 2017-04-25 | 3 | -5/+9 |
| | |||||
* | [ci skip] update NEWS | Anatol Belski | 2017-04-25 | 1 | -0/+4 |
| | |||||
* | Follow up patch regarding bug #74216, see bug #74429 | Sara Golemon | 2017-04-25 | 1 | -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 upgrades | Anatol Belski | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | update SDK version for AppVeyor | Anatol Belski | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Fix bug #73833 (null character not allowed in openssl_pkey_get_private) | Jakub Zelenka | 2017-04-24 | 3 | -25/+92 |
| | |||||
* | Support also no,shared configure arg vals by default | Anatol Belski | 2017-04-24 | 2 | -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 |