summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Preloading: Relax known type restrictionsNikita Popov2019-07-042-8/+51
* | | | Preloading: Also handle trait methods outside main scriptNikita Popov2019-07-041-6/+18
* | | | Split destructorDmitry Stogov2019-07-041-2/+11
* | | | Preloading: Prevent autoloading while resolving constantsNikita Popov2019-07-044-0/+28
* | | | Improve unlinked class diagnostics during preloadingNikita Popov2019-07-033-5/+65
* | | | Avoid use of random ports in some socket testsNikita Popov2019-07-036-14/+8
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-031-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-031-1/+2
| |\ \ \ | | |/ /
| | * | Fixed bug #78231Nikita Popov2019-07-031-1/+2
* | | | Remove curl_basic_017.phptNikita Popov2019-07-031-70/+0
* | | | Fix file conflict in fgets testNikita Popov2019-07-032-2/+2
* | | | Skip pcntl_sigwaitinfo() test under asan/msanNikita Popov2019-07-031-0/+1
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-032-1/+30
|\ \ \ \ | |/ / /