summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Anatol Belski2019-08-271-1/+1
|\
| * Fix signature and callsAnatol Belski2019-08-271-1/+1
* | Throw TypeError from VM implementation of get_class()Nikita Popov2019-08-271-82/+34
* | Add skipifs for zmmNikita Popov2019-08-272-0/+5
* | Fix chunk_split test on i386 releaseNikita Popov2019-08-271-1/+1
* | Convert fileinfo functions arginfo to php stubsCraig Duncan2019-08-263-56/+112
* | Convert exif functions arginfo to php stubsCraig Duncan2019-08-263-26/+38
* | Remove memory exhaustion checks in php_chunk_split()George Peter Banyard2019-08-265-31/+79
* | Improve strpos and strstr function family implementationGeorge Peter Banyard2019-08-2629-240/+278
* | Add ext\opcache stubsChristoph M. Becker2019-08-263-22/+42
* | Add assert arginfo stubsBurak Çakırel2019-08-263-11/+18
* | Make arginfo printing of prefer-ref arguments nicerNikita Popov2019-08-262-14/+14
* | Add ext/ffi stubsChristoph M. Becker2019-08-263-92/+179
* | Make sure that params with null default are marked nullableNikita Popov2019-08-263-3/+3
* | Assert that symbol table is available in compact()Nikita Popov2019-08-263-6/+5
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-263-25/+87
|\ \ | |/
| * Replace deprecated libzip functionsChristoph M. Becker2019-08-263-25/+87
* | Promote warnings to errors in array_rand()George Peter Banyard2019-08-264-41/+69
* | Convert remaining array function arginfo to PHP stubsTheodore Brown2019-08-264-350/+452
* | Remove deprecated getaddrinfo flagsviest2019-08-262-30/+1
* | Promote warnings to errors in explode()George Peter Banyard2019-08-263-64/+77
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-262-1/+28
|\ \ | |/
| * Deprecate AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULESviest2019-08-262-1/+28
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-261-2/+2
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-261-2/+2
| | |\
| | | * Also fix signature for passthruTyson Andre2019-08-261-1/+1
| | | * Fix opcache optimizer info for time_nanosleepTyson Andre2019-08-261-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-262-0/+24
|\ \ \ \ | |/ / /
| * | | Fixed bug #78456Nikita Popov2019-08-262-0/+24
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-261-0/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-261-0/+18
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-261-0/+18
| | |\ \ | | | |/
| | | * Fix overflow in memory limit checksNikita Popov2019-08-261-0/+18
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-08-251-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-08-251-1/+1
| |\ \ \ | | |/ /
| | * | Fix testStanislav Malyshev2019-08-251-1/+1
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-08-251-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-08-251-0/+10
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-08-251-0/+10
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-08-251-0/+10
| | | |\
| | | | * Fix #75457: heap-use-after-free in php7.0.25Christoph M. Becker2019-08-252-1/+20
| | * | | Update Oniguruma to 6.9.1Stanislav Malyshev2019-08-2555-1530/+1724
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-08-241-0/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-08-241-3/+3
| | | |\ \ | | | | |/
| | | | * Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()Stanislav Malyshev2019-08-241-3/+3
* | | | | Promote warnings to errors in str_pad()George Peter Banyard2019-08-253-2/+72
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-252-1/+24
|\ \ \ \ \ | |/ / / /
| * | | | Don't modify arrays passed by valueChristoph M. Becker2019-08-252-1/+22
* | | | | Add ext/gmp stubsChristoph M. Becker2019-08-253-131/+511
* | | | | Remove unnecessary haystack length check in stripos()Nikita Popov2019-08-251-4/+0