summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-02636-636/+636
|
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-012-7/+23
|\
| * Fixed bug #75502Nikita Popov2018-01-012-7/+23
| | | | | | | | | | The string keys were not duplicated into persistent memory in this case.
* | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2017-12-306-6/+4
|\ \ | |/
| * Use seialize_precision instead of precision in all json testsJakub Zelenka2017-12-306-6/+6
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-281-19/+40
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #75720 (File cache not populated after SHM runs full)
| * Fixed bug #75720 (File cache not populated after SHM runs full)Dmitry Stogov2017-12-281-19/+40
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-281-0/+1
|\ \ | |/ | | | | | | * PHP-7.1: Fixed reference-counting
| * Fixed reference-countingDmitry Stogov2017-12-281-0/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-0/+37
|\ \ | |/
| * Fixed bug #73209Nikita Popov2017-12-222-0/+37
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-4/+40
|\ \ | |/
| * Fixed bug #75242Nikita Popov2017-12-222-4/+40
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-0/+27
|\ \ | |/
| * Fixed bug #75717Nikita Popov2017-12-222-0/+27
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-222-20/+20
|\ \ | |/
| * Fixed bug #70469Anton Artamonov2017-12-222-20/+20
| | | | | | | | | | Don't generate an E_ERROR if we've already thrown an exception. This interacts badly with error_get_last() checks.
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: Fix wrong return value for fail case in set attribute handler in pdo_odbc
| * Fix wrong return value for fail case in set attribute handler in pdo_odbcAnatol Belski2017-12-221-1/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-0/+1
|\ \ | |/ | | | | | | * PHP-7.1: pdo_odbc has no driver API for quoting, skip the test
| * pdo_odbc has no driver API for quoting, skip the testAnatol Belski2017-12-221-0/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-211-2/+30
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-211-2/+30
| |\ | | | | | | | | | | | | * PHP-7.0: Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| | * Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-211-2/+30
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-211-12/+11
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Ensure expected items delivered in same order
| * | Ensure expected items delivered in same orderAnatol Belski2017-12-211-12/+11
| | |
* | | Update libmagic.patchAnatol Belski2017-12-211-13/+13
| | |
* | | fileinfo: fix misleading indentation in libmagicRiccardo Magliocchetti2017-12-211-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-201-6/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Templatize driver name in the expected string
| * | Templatize driver name in the expected stringAnatol Belski2017-12-201-6/+4
| | |
* | | display headers (buildtime) and library (runtime) versions in phpinfo ↵Remi Collet2017-12-193-1/+14
| | | | | | | | | | | | (libzip >= 1.3.1)
* | | Fixed bug #75616Jaromír Doleček2017-12-171-14/+0
| | | | | | | | | | | | | | | | | | PDO can be built shared on Darwin nowadays. There used to be issues relating to symbol references between dynamically loaded shared objects.
* | | Fix bug #75615Jaromír Doleček2017-12-171-1/+1
| | | | | | | | | | | | Remove -I without argument in pdo_mysql config.m4.
* | | Updated NEWSXinchen Hui2017-12-171-1/+1
| | |
* | | Fixed bug #75614Nikita Popov2017-12-161-1/+1
| | | | | | | | | | | | Replace non-standard == with = in shell scripts.
* | | Fixed bug #75698Nikita Popov2017-12-162-2/+31
| | |
* | | Add test for bug #75681Nikita Popov2017-12-161-0/+26
| | | | | | | | | | | | The issue itself has been fixed by 8a4532319dfae83ff16b2d2bbfeed062924c3c27.
* | | Improve fix for bug #75687Nikita Popov2017-12-161-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | Adding an (incorrect) UNDEF here may cause subsequent narrowing in other places. Instead, let's try to handle this edge-case once for all instructions...
* | | Fixed bug #75687 (var 8 (TMP) has array key type but not value type)Xinchen Hui2017-12-162-0/+24
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-151-20/+15
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug #75671 pg_version() crashes when called on a connection to cockroach
| * | Fixed bug #75671 pg_version() crashes when called on a connection to cockroachAnatol Belski2017-12-151-20/+15
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-141-0/+66
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug #75679 Path 260 character problem
| * | Fixed bug #75679 Path 260 character problemAnatol Belski2017-12-141-0/+66
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-091-1/+1
|\ \ \ | |/ /
| * | ext/imap/config.m4: fix ac_cv_u8t_decompose checkMichael Heimpold2017-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once upon the time, commit c58f63a38ae19caaab339c61486fc3bd7e5894f9 changed the check from U8T_CANONICAL to U8T_DECOMPOSE. However, the autoconf cache id was not renamed. Sometimes it is desirable to preseed the autoconf variables, e.g. when cross-compiling to avoid the tests running on the host system. In this case it's confusing when the cache id does not match the variable to set, so let's adjust it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-061-1/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix yet one data race in PCRE
| * | Fix yet one data race in PCREAnatol Belski2017-12-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | PCRE 8.x initializes the pattern compiler on demand during the first pcre_study call. It could be worse, but since the compiled patterns are cached, the locking impact is minimal. PCRE 10.x always compiles the pattern and thread sanitizer doesn't complain about the compiler initialization, thus the newer PCRE version seems to be unafected.
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-051-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fix use after free revealed by phpdbg
| * | Fix use after free revealed by phpdbgAnatol Belski2017-12-051-1/+1
| | |
| * | Fixed bug #75601 Thread race in PCRE JIT supportAnatol Belski2017-12-051-0/+18
| | |