summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump versionsphp-7.1.9PHP-7.1.9Joe Watkins2017-08-302-3/+3
|
* set versionsphp-7.1.9RC1Joe Watkins2017-08-163-4/+4
|
* Made test 32/64-bit independentDmitry Stogov2017-08-151-2/+2
|
* Skip 64-bit related testDmitry Stogov2017-08-151-0/+1
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-150-0/+0
|\ | | | | | | | | * PHP-7.0: move dev to 7.0.24
| * move dev to 7.0.24Anatol Belski2017-08-153-5/+9
| |
* | Update NEWSXinchen Hui2017-08-151-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-08-152-0/+14
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75075 (unpack with X* causes infinity loop)
| * Fixed bug #75075 (unpack with X* causes infinity loop)Xinchen Hui2017-08-153-0/+15
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Tianfang Yang2017-08-141-2/+8
|\ \ | |/
| * Merge branch 'syncoci8' into PHP-7.0Tianfang Yang2017-08-141-2/+8
| |\
| | * Prepare for PECL releaseTianfang Yang2017-08-141-2/+8
| |/
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-144-6/+21
|\ \ | |/ | | | | | | * PHP-7.0: Test cleanup improvements, files might be locked in the test process
| * Test cleanup improvements, files might be locked in the test processAnatol Belski2017-08-144-6/+21
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-141-2/+6
|\ \ | |/ | | | | | | * PHP-7.0: fix test cleanup
| * fix test cleanupAnatol Belski2017-08-141-2/+6
| |
* | [ci skip] update NEWSAnatol Belski2017-08-141-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Tianfang Yang2017-08-1410-108/+116
|\ \ | |/
| * Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-1310-108/+116
| |
* | Fixed bug #75063Anatol Belski2017-08-146-4/+196
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-133-1/+26
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #73793 (WDDX uses wrong decimal seperator)
| * Fixed bug #73793 (WDDX uses wrong decimal seperator)Christoph M. Becker2017-08-133-1/+26
| | | | | | | | | | | | | | | | | | The WDDX specification[1] requires to serialize floats with a decimal point, but `snprintf()` is locale-dependent and may use a decimal comma. We fix that afterwards by replacing an eventual comma with a point. [1] <http://xml.coverpages.org/wddx0090-dtd-19980928.txt>
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-131-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: Skip this test if ext/session is not available
| * Skip this test if ext/session is not availableChristoph M. Becker2017-08-131-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-125-508/+537
|\ \ | |/
| * Fixed bug #74103 and bug #75054Nikita Popov2017-08-125-508/+537
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Directly fail unserialization when trying to acquire an r/R reference to an UNDEF HT slot. Previously this left an UNDEF and later deleted the index/key from the HT. What actually caused the issue here is a combination of two factors: First, the key deletion was performed using the hash API, rather than the symtable API, such that the element was not actually removed if it used an integral string key. Second, a subsequent deletion operation, while collecting trailing UNDEF ranges, would mark the element as available for reuse (leaving a corrupted HT state with nNumOfElemnts > nNumUsed). Fix this by failing early and dropping the deletion code.
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-08-123-4/+21
|\ \ | |/
| * Fix bug #74725 (html_errors=1 breaks unhandled exceptions)Andrea Faulds2017-08-123-4/+21
| |
* | Update NEWSXinchen Hui2017-08-091-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-08-092-4/+32
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results)
| * Fixed bug #75049 (spl_autoload_unregister can't handle ↵Xinchen Hui2017-08-093-4/+34
| | | | | | | | spl_autoload_functions results)
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-081-1/+0
|\ \ | |/ | | | | | | * PHP-7.0: Remove mistakingly added line
| * Remove mistakingly added lineAnatol Belski2017-08-081-1/+0
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-081-1/+13
|\ \ | |/ | | | | | | * PHP-7.0: Sync makefile options for phpize
| * Sync makefile options for phpizeAnatol Belski2017-08-081-1/+13
| | | | | | | | | | - run target - debugger mode
* | Merge branch 'PHP-7.0' into PHP-7.1Darek Slusarczyk2017-08-081-1/+1
|\ \ | |/
| * JSON: fix config.w32 / Install headers on windowsDarek Slusarczyk2017-08-082-1/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-071-40/+40
|\ \ | |/ | | | | | | * PHP-7.0: Unify EOL
| * Unify EOLAnatol Belski2017-08-071-40/+40
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-071-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: fix test target for phpize
| * fix test target for phpizeAnatol Belski2017-08-071-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-042-1/+3
|\ \ | |/ | | | | | | * PHP-7.0: use AC_DEFINE + win32
| * use AC_DEFINE + win32Remi Collet2017-08-042-1/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-031-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Increase expected timing on Travis
| * Increase expected timing on TravisAnatol Belski2017-08-031-1/+1
| | | | | | | | | | If 5ms to read/write 8 bytes still has issue, probably next this test should skip on Travis to avoid false positive fails.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-020-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: update NEWS
| * update NEWSAnatol Belski2017-08-021-0/+3
| |
* | [ci skip] update NEWSAnatol Belski2017-08-021-0/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-023-2/+62
|\ \ | |/
| * Bug #74975: Different serialization for classesAndreas Treichel2017-08-023-2/+62
| |