summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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.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-152-0/+14
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Tianfang 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
| |
* | 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-142-0/+161
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-132-1/+23
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #73793 (WDDX uses wrong decimal seperator)
| * Fixed bug #73793 (WDDX uses wrong decimal seperator)Christoph M. Becker2017-08-132-1/+23
| | | | | | | | | | | | | | | | | | 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-124-508/+531
|\ \ | |/
| * Fixed bug #74103 and bug #75054Nikita Popov2017-08-124-508/+531
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.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-092-4/+32
| | | | | | | | spl_autoload_functions results)
* | Merge branch 'PHP-7.0' into PHP-7.1Darek Slusarczyk2017-08-081-1/+1
|\ \ | |/
| * JSON: fix config.w32 / Install headers on windowsDarek Slusarczyk2017-08-081-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.1Nikita Popov2017-08-022-2/+58
|\ \ | |/
| * Bug #74975: Different serialization for classesAndreas Treichel2017-08-022-2/+58
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-022-1/+4
|\ \ | |/
| * Fix Bug #75001: Wrong reflection on mb_eregi_replaceFabien Villepinte2017-08-021-0/+1
| |
| * Fix test transliterator_create_inverse_basic.phptFabien Villepinte2017-08-021-1/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-022-0/+26
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75002 Null Pointer Dereference in timelib_time_clone
| * Fixed bug #75002 Null Pointer Dereference in timelib_time_cloneDerick Rethans2017-08-022-0/+26
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-022-1/+8
|\ \ | |/ | | | | | | * PHP-7.0: fix build with old system libsqlite (sqlite3_errstr may be missing)
| * fix build with old system libsqlite (sqlite3_errstr may be missing)Remi Collet2017-08-022-1/+8
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2017-08-011-0/+1
|\ \ | |/ | | | | | | | | * PHP-7.0: Updated NEWS Fix #75015. Crash in SPL destructors
| * Fix #75015. Crash in SPL destructorsJulien Pauli2017-08-011-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-011-0/+14
|\ \ | |/ | | | | | | * PHP-7.0: Test to cover the change in ce1a0d97
| * Test to cover the change in ce1a0d97Anatol Belski2017-08-011-0/+14
| |
* | remove dup of the binary file, rely on a test runtime copy insteadAnatol Belski2017-07-302-2/+24
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-07-302-3/+3
|\ \ | |/ | | | | | | * PHP-7.0: Shrink another large image
| * Shrink another large imageChristoph M. Becker2017-07-302-3/+3
| | | | | | | | | | | | This image is only used for testing `BITMAPV5HEADER` support in `getimagesize()` (see bf9ad4e). Therefore it is not necessary to have a big image; a single pixel is sufficient.
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-07-301-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: Shrink test image
| * Shrink test imageChristoph M. Becker2017-07-301-0/+0
| | | | | | | | | | | | | | | | The last (`IDAT`) chunk in this file starting at `0x5e265` reports to have a length of `0x2000` bytes, but there are only `0x1D9B` bytes left. Simply cutting the first `IDAT` chunk which starts at `0x31` and also reports a length of `0x2000` at the same offset should produce the same test results (while reducing the file size to 7.628 bytes).
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-07-301-0/+4
|\ \ | |/ | | | | | | * PHP-7.0: Skip this test if ext/gd is not available
| * Skip this test if ext/gd is not availableChristoph M. Becker2017-07-301-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-282-2/+12
|\ \ | |/
| * Fixed bug #62934Nikita Popov2017-07-282-2/+12
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-281-12/+13
|\ \ | |/ | | | | | | * PHP-7.0: relax test on travis