summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Drop support for JIT without SSENikita Popov2019-07-101-402/+201
* Merge branch 'PHP-7.4'Nikita Popov2019-07-101-10/+31
|\
| * 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
* | | | | Read from original addressNikita Popov2019-07-102-3/+5
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-104-22/+22
|\ \ \ \ \ | |/ / / /
| * | | | Fix file collisions in phar testsNikita Popov2019-07-103-21/+21
| * | | | Additional fix for mysqli_fork testNikita Popov2019-07-101-1/+1
* | | | | Implement array access notice in JITNikita Popov2019-07-102-0/+11
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-104-3/+9
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Reduce cost for GC references to strings and resources in JITDmitry Stogov2019-07-101-1/+5
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-104-44/+17
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge branch 'PHP-7.4'Remi Collet2019-07-103-3/+18
|\ \ \ \ \ | |/ / / /
| * | | | improve libargon2/libsodium compatibilityRemi Collet2019-07-103-3/+18
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-092-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Use e.g. instead of less common f.e. [ci skip]Peter Kokot2019-07-092-3/+3
* | | | | Merge branch 'PHP-7.4'Sara Golemon2019-07-095-35/+28
|\ \ \ \ \ | |/ / / /
| * | | | Relax argon2 mem_cost down to 64k, bump time_cost to 4Sara Golemon2019-07-095-35/+28
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-082-2/+40
|\ \ \ \ \ | |/ / / /
| * | | | Add ReflectionReference::getRefcount()Nikita Popov2019-07-082-2/+40
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-081-8/+4
|\ \ \ \ \ | |/ / / /
| * | | | Remove APACHE symbolPeter Kokot2019-07-081-8/+4
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-0816-17/+441
|\ \ \ \ \ | |/ / / /
| * | | | Deprecate passing invalid character to base_convert etcScott Dutton2019-07-0816-20/+463
* | | | | Remove redundant variable declarationNikita Popov2019-07-081-1/+1
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-089-96/+64
|\ \ \ \ \ | |/ / / /
| * | | | Update libmagic patchPeter Kokot2019-07-089-96/+64
* | | | | JIT: Reading php binary symbols list on FreeBSDDavid Carlier2019-07-082-0/+34
* | | | | Remove INPUT_SESSION and INPUT_REQUESTNikita Popov2019-07-082-10/+5
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-084-16/+66
|\ \ \ \ \ | |/ / / /
| * | | | Fix TsHashTable related race conditionsChristoph M. Becker2019-07-084-16/+66
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-086-96/+6
|\ \ \ \ \ | |/ / / /
| * | | | Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-086-96/+6
* | | | | Merge branch 'PHP-7.4'Sara Golemon2019-07-0710-166/+347
|\ \ \ \ \ | |/ / / /
| * | | | Provide argon2i(d) password hashing from sodium when neededSara Golemon2019-07-0710-166/+347
* | | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-07-071-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Simplify expression and remove the possibility of div by 0Stanislav Malyshev2019-07-071-3/+3
* | | | | Always generate interrupt check in jitNikita Popov2019-07-051-19/+16
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-051-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove superfluous assignmentChristoph M. Becker2019-07-051-1/+0