summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | This fixes OpenSSL 1.1 where adding object with OID that has been already added causes an error - preventing of duplication. (cherry picked from commit c0203c0cebcb22b892a6923ca7afc086c96c391c)
* Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-272-55/+11
| | | | | | This reverts commit bab0b99f376dac9170ac81382a5ed526938d595a. (cherry picked from commit 09ef61e3ca33d8f91b188cd0ad2512987671962b)
* Revert "Follow up patch regarding bug #74216, see bug #74429"Anatol Belski2017-04-271-2/+2
| | | | | | This reverts commit cda7dcf4cacef3346f9dc2a4dc947e6a74769259. (cherry picked from commit bf3e2dce7b54988d82f16ee3564c14f1b5cd936b)
* rely on bundle config, instead of system oneRemi Collet2017-04-261-2/+3
| | | | (cherry picked from commit f639b64dca0a72bd7cbb8f773d8934036a175e20)
* skip the test on OpenSSL < 1.1 for nowAnatol Belski2017-04-261-0/+1
| | | | (cherry picked from commit 8cfaea656c9ce1edf9eb29d796ee6d9482a6d98a)
* 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
| | | | | | | | | 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
* 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
| | | | | | | | | | ``` In file included from /usr/local/include/php/main/php_network.h:124:0, from /var/www/html/php-ext-handlersocketi-0.0.1/hs_response.c:3: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] #warning redirecting incorrect #include <sys/poll.h> to <poll.h> ^ ```
* ext/gettext: respect passed in library directory for all checksMichael Heimpold2017-04-171-1/+1
| | | | | | | | | | | | | | A directory given to configure by --with-gettext=dir is only used within the very first AC_CHECK_LIB. This is because the temporary modified LDFLAGS variable is reset too early. This results in functions not detected properly. The original issue and patch was reported for OpenWrt/LEDE distribution by @Dimazhan at: https://github.com/openwrt/packages/issues/4250 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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
| | | | GetLastError() should not be called, if the function didn't fail.
* fix error handlingAnatol Belski2017-04-151-3/+2
|
* Improve accuracy of opline lineno informationNikita Popov2017-04-152-1/+3
| | | | | If compile_var() was used instead of compile_expr() we did not update the current lineno.
* 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
| | | | MsgWaitForMultipleObjects()
* 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
|\ | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Fixed bug #74402 (segfault on random_bytes, bin2hex, openssl_seal)
| * 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
|\ | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Fixed condition check Fixed issue #2466 Invalid integer constant expression error in php.h
| * 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
| |\ | | | | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: fix news Fix of Bug #74383: Wrong reflection on Phar::running