summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set versionsphp-7.1.5PHP-7.1.5Joe Watkins2017-05-093-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1php-7.1.5RC1Anatol Belski2017-04-272-55/+11
| | | | | | * PHP-7.0: Revert "Detect invalid port in xp_socket parse ip address" Revert "Follow up patch regarding bug #74216, see bug #74429"
* prepare releaseJoe Watkins2017-04-253-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-250-0/+0
|\ | | | | | | | | * PHP-7.0: move next
| * move nextAnatol Belski2017-04-253-5/+9
| |
* | [ci skip] update NEWSAnatol Belski2017-04-251-0/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-250-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-04-251-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-251-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: Follow up patch regarding bug #74216, see bug #74429
| * 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.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-242-2/+2
|\ \ | |/ | | | | | | | | * PHP-7.0: don't backup older deps after upgrades update SDK version for AppVeyor
| * don't backup older deps after upgradesAnatol Belski2017-04-241-1/+1
| |
| * update SDK version for AppVeyorAnatol Belski2017-04-241-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-243-25/+92
|\ \ | |/
| * Fix bug #73833 (null character not allowed in openssl_pkey_get_private)Jakub Zelenka2017-04-243-25/+92
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-242-3/+10
|\ \ | |/ | | | | | | * PHP-7.0: Support also no,shared configure arg vals by default
| * 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
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-230-0/+0
|\ \ | |/
| * Add missing NEWS entries for 7.0.19Jakub Zelenka2017-04-231-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-230-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: extend zlib export required for the recent libpng
| * extend zlib export required for the recent libpngAnatol Belski2017-04-231-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-234-14/+26
|\ \ | |/
| * Fix bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key)Jakub Zelenka2017-04-234-14/+26
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-231-0/+1
|\ \ | | | | | | | | | | | | * PHP-7.0: extend zlib export required for the recent libpng
| * | extend zlib export required for the recent libpngAnatol Belski2017-04-231-0/+1
| |/
* | [ci skip] update NEWSAnatol Belski2017-04-221-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-220-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-04-221-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-221-1/+6
|\ \ | |/ | | | | | | * PHP-7.0: #74337 pointer returned by php_stream_fopen_tmpfile not validated in memory.c
| * #74337 pointer returned by php_stream_fopen_tmpfile not validated in memory.cAnton Serbulov2017-04-221-1/+6
| |
* | Fixed bug #74489 readline() immediately returns false in interactive console ↵Anatol Belski2017-04-222-1/+5
| | | | | | | | mode
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-201-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: Avoid exact floating point comparison
| * Avoid exact floating point comparisonSteve Walk2017-04-201-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-201-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Update php_network.h
| * 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> ^ ```
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-04-171-1/+4
|\ \ | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Fix loop identification
| * | Fix loop identificationNikita Popov2017-04-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | When assigning loop headers, we should treat already detected loops as collapsed to their loop header, instead of ignoring them. This fixes the loop header of BB2 in mandel2 if live-range CFG splitting is enabled.
* | | Fixed bug #74456 (Segmentation error while running a script in CLI mode)Xinchen Hui2017-04-173-1/+27
|/ / | | | | | | | | Instead of make update_op1_by_const supports FETCH_LIST(CASE), I think disable it is more safe for 7.1
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-171-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: ext/gettext: respect passed in library directory for all checks
| * 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>
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-174-1/+22
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74080 Add datetime constant for RFC7231
| * Fixed bug #74080 Add datetime constant for RFC7231Craig Duncan2017-04-174-1/+22
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-173-26/+89
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74439 Wrong reflection on the Locale methods
| * Fixed bug #74439 Wrong reflection on the Locale methodsFabien Villepinte2017-04-173-26/+89
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-160-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-04-161-0/+2
| |
* | [ci skip] update NEWSAnatol Belski2017-04-161-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-151-9/+10
|\ \ | |/ | | | | | | * PHP-7.0: improve/fix error handling
| * improve/fix error handlingAnatol Belski2017-04-151-9/+10
| | | | | | | | GetLastError() should not be called, if the function didn't fail.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-151-3/+2
|\ \ | |/ | | | | | | * PHP-7.0: fix error handling