summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove unused recode extension artefactsPeter Kokot2019-07-131-1/+0
* Remove checks for always enabled spl and pcrePeter Kokot2019-07-133-6/+4
* Fix #78283: no output for explicit environmentChristoph M. Becker2019-07-131-1/+1
* Convert all php_error_docref0 to php_error_docrefGeorge Peter Banyard2019-07-138-18/+18
* No more need to cater to pre-PHP-5.3 or PHP-6 versionsChristoph M. Becker2019-07-125-43/+8
* Don't split T_INLINE_HTML at partial PHP tagNikita Popov2019-07-121-0/+24
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-121-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-121-2/+2
| |\
| | * Use TRY_ADDREF/TRY_DELREF in soapNikita Popov2019-07-121-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-121-6/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-121-6/+7
| |\ \ | | |/
| | * Fixed bug #78279Nikita Popov2019-07-121-6/+7
* | | Removed ext/recodeChristoph M. Becker2019-07-128-422/+0
* | | Swap implode() argument order in the test helperChristoph M. Becker2019-07-121-1/+1
* | | Remove unused tsrm_strtok_r() functionNikita Popov2019-07-121-5/+0
* | | Remove unnecessary uses of allow_url_include in testsNikita Popov2019-07-127-7/+0
* | | Remove unnecessary uses of restore_include_path() in testsNikita Popov2019-07-1218-18/+0
* | | Swap implode() argument order in some testsNikita Popov2019-07-122-10/+10
* | | Revert "Temporarily skip test"Christoph M. Becker2019-07-111-1/+0
* | | Remove redundant 64-bit ezmlm_hash() testNikita Popov2019-07-111-25/+0
* | | Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-114-46/+20
* | | Support redirect+null descriptors in proc_openNikita Popov2019-07-113-0/+182
* | | Don't call Reflection::export() internallyNikita Popov2019-07-111-52/+32
* | | Make proc_open_bug64438.phpt more robustNikita Popov2019-07-111-5/+22
* | | neon vectorization for base64Sebastian Pop2019-07-112-0/+174
* | | [AArch64] Use crc32 instructions when availableSebastian Pop2019-07-111-0/+50
* | | Add server conflict to soap custom content type testNikita Popov2019-07-111-0/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-101-10/+31
|\ \ \ | |/ /
| * | Fix bug #78271Nikita Popov2019-07-101-10/+31
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-07-093-9741/+21091
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2019-07-093-14202/+33759
| | |\
| | | * Upgrade to SQLite 3.28.0Christoph M. Becker2019-07-093-18036/+42884
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-051-0/+1
| |\ \ \ | | |/ /
| | * | Backport fe_reset_rw caseNikita Popov2019-07-051-0/+1
* | | | Fix file collisions in phar testsNikita Popov2019-07-103-21/+21
* | | | Additional fix for mysqli_fork testNikita Popov2019-07-101-1/+1
* | | | Throw notice on array access on illegal typeNikita Popov2019-07-103-2/+8
* | | | Fix invalid array access in mysqli_fork testNikita Popov2019-07-101-1/+1
* | | | Simplify two unserialize() testsNikita Popov2019-07-102-17/+4
* | | | Fix iteration limits in SXE testNikita Popov2019-07-101-15/+6
* | | | Clean up DateTimeZone::getLocation() testNikita Popov2019-07-101-12/+7
* | | | improve libargon2/libsodium compatibilityRemi Collet2019-07-103-3/+18
* | | | Use e.g. instead of less common f.e. [ci skip]Peter Kokot2019-07-092-3/+3
* | | | Relax argon2 mem_cost down to 64k, bump time_cost to 4Sara Golemon2019-07-095-35/+28
* | | | Add ReflectionReference::getRefcount()Nikita Popov2019-07-082-2/+40
* | | | Remove APACHE symbolPeter Kokot2019-07-081-8/+4
* | | | Deprecate passing invalid character to base_convert etcScott Dutton2019-07-0816-20/+463
* | | | Update libmagic patchPeter Kokot2019-07-089-96/+64
* | | | Fix TsHashTable related race conditionsChristoph M. Becker2019-07-084-16/+66
* | | | Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-086-96/+6