summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Remove unnecessary NULL checkNikita Popov2019-08-251-3/+1
* | | | | Make string size calculation in chunk_split more preciseNikita Popov2019-08-251-8/+10
* | | | | Add some header and html function stubOlumide Samson2019-08-254-83/+103
* | | | | Add stubs for ext/ftpChristoph M. Becker2019-08-253-209/+341
* | | | | Skip memory_limit test without ZMMNikita Popov2019-08-251-0/+6
* | | | | Remove 'bogus' error condition in str_pad()George Peter Banyard2019-08-243-6/+37
* | | | | Promote warning to error in zend_forbid_dynamic_call()George Peter Banyard2019-08-231-3/+9
* | | | | Promote warnings to errors in str_repeat()George Peter Banyard2019-08-235-7/+28
* | | | | Don't explicitly set return value on ZPP failure in ext/iconvChristoph M. Becker2019-08-231-7/+7
* | | | | Add ext/iconv stubsChristoph M. Becker2019-08-233-61/+90
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-232-19/+15
|\ \ \ \ \ | |/ / / /
| * | | | Avoid strncat use in proc_openNikita Popov2019-08-231-17/+12
| * | | | Replace strncat in filter implementationNikita Popov2019-08-231-2/+3