summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make uninitialized DateTime an ErrorNikita Popov2019-08-097-89/+99
* Generate arginfo from PHP stub filesNikita Popov2019-08-096-414/+749
* Merge branch 'PHP-7.4'Matteo Beccati2019-08-091-1/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2019-08-091-1/+2
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Matteo Beccati2019-08-091-1/+2
| | |\
| | | * Skip test when SIGKILL is not definedMatteo Beccati2019-08-091-1/+2
* | | | Merge branch 'PHP-7.4'Matteo Beccati2019-08-091-1/+1
|\ \ \ \ | |/ / /
| * | | Fix test when default TZ is not UTCMatteo Beccati2019-08-091-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-082-0/+26
|\ \ \ \ | |/ / /
| * | | Fixed bug #78383Nikita Popov2019-08-082-0/+26
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-071-1/+1
|\ \ \ \ | |/ / /
| * | | Fix detection of pg_config.hChristoph M. Becker2019-08-071-1/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-071-0/+1
|\ \ \ \ | |/ / /
| * | | Skip test if ext/json is not availableChristoph M. Becker2019-08-071-0/+1
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-08-061-1/+1
|\ \ \ \ | |/ / /
| * | | typoDmitry Stogov2019-08-061-1/+1
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-08-061-0/+6
|\ \ \ \ | |/ / /
| * | | Preloading is not comatible with dl() functionDmitry Stogov2019-08-061-0/+6
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-08-053-0/+31
|\ \ \ \ | |/ / /
| * | | Fixed bug #78376 (Incorrect preloading of constant static properties)Dmitry Stogov2019-08-053-0/+31
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-043-2/+81
|\ \ \ \ | |/ / /
| * | | Support calling convention specific function name manglingChristoph M. Becker2019-08-043-2/+81
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-022-2/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-022-2/+10
| |\ \ \ | | |/ /
| | * | Fix #78346: strip_tags no longer handling nested php tagsChristoph M. Becker2019-08-022-2/+10
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-021-0/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-021-0/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-021-0/+8
| | |\ \ | | | |/
| | | * Fix #78179: MariaDB server version incorrectly detectedChristoph M. Becker2019-08-021-0/+8
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-011-0/+3
|\ \ \ \ | |/ / /
| * | | Fix forwarding of extra args in opcache server testsNikita Popov2019-08-011-0/+3
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-011-133/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-011-133/+0
| |\ \ \ | | |/ /
| | * | Remove upgrade-pcre.php scriptChristoph M. Becker2019-08-011-137/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-011-1/+0
|\ \ \ \ | |/ / /
| * | | Revert "Use RW fetch for argument unpacking"Nikita Popov2019-08-011-1/+0
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-311-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-07-311-1/+1
| |\ \ \ | | |/ /
| | * | Fix 78213: Empty row pocketChristoph M. Becker2019-07-311-1/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-301-3/+0
|\ \ \ \ | |/ / /
| * | | Fix #78348: Remove -lrt from pdo_sqlite.soPeter Kokot2019-07-301-3/+0
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-303-34/+4
|\ \ \ \ | |/ / /
| * | | Fix testsChristoph M. Becker2019-07-303-34/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-301-0/+1
|\ \ \ \ | |/ / /
| * | | Handle RW UNPACK in inferenceNikita Popov2019-07-301-0/+1
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-07-292-1/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-07-292-1/+11
| |\ \ \ | | |/ /
| | * | Fix #78338: Array cross-border reading in PCREChristoph M. Becker2019-07-292-1/+11
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-07-297-5/+32
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-07-297-5/+32
| |\ \ \ | | |/ /