summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Provide argon2i(d) password hashing from sodium when neededSara Golemon2019-07-0710-166/+347
* | | | Simplify expression and remove the possibility of div by 0Stanislav Malyshev2019-07-071-3/+3
* | | | Remove superfluous assignmentChristoph M. Becker2019-07-051-1/+0
* | | | Temporarily skip testChristoph M. Becker2019-07-051-0/+1
* | | | Make sure all cases of fetch_dim_w adjustment are handledNikita Popov2019-07-051-56/+60
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-052-4/+22
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-052-2/+28
| |\ \ \ | | |/ /
| | * | Fix inference for compound object op on dimNikita Popov2019-07-052-2/+28
* | | | Optimize integer in_array with strict=trueNikita Popov2019-07-051-12/+30
* | | | Replace ZEND_ASSIGN_ADD (and others) by ZEND_ASSIGN_OP, ZEND_ASSIGN_DIM_OP, Z...Dmitry Stogov2019-07-0514-521/+224
* | | | Add testNikita Popov2019-07-052-0/+25
* | | | Fix wrong size calculation related to function nameNikita Popov2019-07-051-6/+4
* | | | Preloading: Don't move conditional functions to back to scriptsNikita Popov2019-07-051-23/+0
* | | | Compact literals: Don't insert unmergeable keysNikita Popov2019-07-041-6/+11