summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-071-1/+4
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-071-1/+4
| |\
| | * Enable STRICT_TRANS_TABLES in new testNikita Popov2019-06-071-1/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-06-072-10/+109
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-06-072-10/+109
| |\ \ | | |/
| | * Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)Dmitry Stogov2019-06-072-42/+127
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-074-5/+310
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-074-5/+310
| |\ \ | | |/
| | * Fixed bug #38546Cameron Porter2019-06-074-5/+310
* | | ext/xsl: Use PKG_CHECK_MODULES to detect the EXSLT libraryHugh McMaster2019-06-071-15/+6
* | | ext/xsl: Use PKG_CHECK_MODULES to detect the XSLT libraryHugh McMaster2019-06-071-42/+18
* | | Use zero port in socket_(export|import)_stream-4-win.phptChristoph M. Becker2019-06-062-10/+10
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-061-1/+1
| |\ \ | | |/
| | * Fix test regarding Unix Domain Sockets on WindowsChristoph M. Becker2019-06-061-1/+1
* | | php_zip_pcre: Match pattern before stating for directoriesNikita Popov2019-06-061-13/+13
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-062-2/+20
|\ \ \ | |/ /
| * | Fix #78114: segfault when calling sodium_* functions from evalChristoph M. Becker2019-06-062-2/+20
* | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-0627-151/+172
* | | this test is flaky on azure, and can't see why from current outputJoe Watkins2019-06-051-36/+29
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-06-051-10/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-06-051-10/+1
| |\ \ | | |/
| | * fix flaky posix testJoe Watkins2019-06-051-10/+1
* | | Deprecate ReflectionType::__toString()Nikita Popov2019-06-054-7/+13
* | | Allow exceptions in __toString()Nikita Popov2019-06-0583-313/+913
* | | Use zero port in socket_(export|import)_stream-5.phptNikita Popov2019-06-052-4/+4
* | | ignore first gets time which is usually a few ms onlyRemi Collet2019-06-051-1/+1
* | | Make mysqli_connect arguments explicitly nullableNikita Popov2019-06-051-6/+6
* | | keep DIR option to --with-unixODBC for old versions without libodbc.pcRemi Collet2019-06-051-3/+14
* | | Avoid concurrent directory writes in FilesystemIterator testNikita Popov2019-06-051-1/+2
* | | Fix potential port conflictsNikita Popov2019-06-043-10/+10
* | | ext/zip: Replace $LIBZIP_LIBDIR with $LIBZIP_LIBSHugh McMaster2019-06-041-3/+2
* | | Try to make 17result.php more robustNikita Popov2019-06-042-4/+4
* | | Use a common setup macro to detect the Expat libraryHugh McMaster2019-06-042-27/+9
* | | Prevent use of TLS 1.3 in stream_server_reneg_limit.phptNikita Popov2019-06-031-0/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-031-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-031-0/+1
| |\ \ | | |/
| | * Clear errors after SSL_CTX_load_verify_locations()Nikita Popov2019-06-031-0/+1
* | | Make "MySQL server has gone away" errors more consistentNikita Popov2019-06-035-17/+7
* | | ext/zip: Remove un-needed symbol check for zip_openHugh McMaster2019-06-031-9/+1
* | | ext/zip: Add PHP_EVAL_LIBLINE to replace PHP_ADD_LIBRARY_WITH_PATHHugh McMaster2019-06-031-2/+1
* | | ext/ffi: Remove symbol check for ffi_openHugh McMaster2019-06-031-9/+5
* | | ext/enchant: Pass $ENCHANT_LIBS to PHP_CHECK_LIBRARY to fix shared buildsHugh McMaster2019-06-031-0/+2
* | | ext/skeleton: Update use of PHP_CHECK_LIBRARYHugh McMaster2019-06-031-10/+10
* | | Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-06-022-4/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-06-022-4/+13
| |\ \ | | |/
| | * Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)Jakub Zelenka2019-06-022-4/+13
| * | Fix expect sectionAnatol Belski2019-06-011-1/+1
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-06-018-7/+377
| |\ \ | | |/
| | * Change ZPP only if compiled with ICU >= 64Anatol Belski2019-06-011-1/+7