summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-25675-1214/+92
* Merge branch 'PHP-7.2'Christoph M. Becker2018-07-243-44/+58
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-243-44/+58
| |\
| | * Fix #76643: Segmentation fault when using `output_add_rewrite_var`Christoph M. Becker2018-07-243-44/+58
* | | Better name: ZEND_PROPERTY_HAS => ZEND_PROPERTY_NOT_EMPTYDmitry Stogov2018-07-241-1/+1
* | | Give a meaningful nameXinchen Hui2018-07-244-12/+12
* | | Micro-optmizationXinchen Hui2018-07-241-69/+72
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-07-242-11/+99
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-07-242-10/+98
| |\ \ | | |/
| | * Fixed bug #68553 (array_column: null values in $index_key become incrementing...Xinchen Hui2018-07-242-10/+98
* | | Fixed testsDmitry Stogov2018-07-233-0/+40
* | | Avoid code duplicationDmitry Stogov2018-07-231-19/+7
* | | Remove some dead codeKalle Sommer Nielsen2018-07-231-7/+1
* | | Use better destructor (key may be only IS_STRING or IS_LONG).Dmitry Stogov2018-07-232-3/+3
* | | Give a reason why the test was skippedGabriel Caruso2018-07-2217-25/+28
* | | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-226-22/+15
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-07-222-25/+78
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-222-25/+78
| |\ \ | | |/
| | * Fix #52974: jewish.c: compile error under Windows with GBK charsetChristoph M. Becker2018-07-222-25/+78
* | | Deprecate pdo_odbc.db2_instance_nameNikita Popov2018-07-211-0/+3
* | | Deprecate string.strip_tags filterNikita Popov2018-07-212-1/+8
* | | Deprecate fgetss() and gzgetss()Nikita Popov2018-07-2119-5/+108
* | | Deprecate non-string needles in string search functionsNikita Popov2018-07-2125-22/+542
* | | Deprecate undocumented mbereg_* aliasesNikita Popov2018-07-216-27/+38
* | | Move GMP bug 74670 test file to tests dirPeter Kokot2018-07-201-0/+0
* | | Removed redundand codeDmitry Stogov2018-07-191-21/+0
* | | Matching loops optimizationDmitry Stogov2018-07-191-156/+233
* | | Micro optimizationsDmitry Stogov2018-07-191-28/+36
* | | fix ext_skel continueHongbo2018-07-181-1/+1
* | | Reorder conditionsDmitry Stogov2018-07-181-44/+66
* | | Move "/e" modifier check into regex compilerDmitry Stogov2018-07-181-10/+12
* | | Merge "no_utf_check" and "g_notempty" into single "options".Dmitry Stogov2018-07-181-65/+52
* | | Allocate array of proper sizeDmitry Stogov2018-07-181-1/+6
* | | Improve implementation of array_key_first() and array_key_last()Christoph M. Becker2018-07-171-4/+4
* | | Add implementation and tests for new methods - array_key_first(array $a) Retu...Enno Woortmann2018-07-179-0/+690
* | | Deprecate explicit use of FILTER_FLAG_SCHEME|HOST_REQUIREDChristoph M. Becker2018-07-172-0/+24
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-07-161-2/+2
|\ \ \ | |/ /
| * | Fix testStanislav Malyshev2018-07-161-2/+2
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-07-166-3/+118
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-07-166-3/+118
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-07-166-2/+117
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-07-165-2/+106
| | | |\
| | | | * Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-1/+12
| | | | * Fix bug #76557: heap-buffer-overflow (READ of size 48) while reading exif dataStanislav Malyshev2018-07-163-1/+83
| | | | * Fix bug #76423 - Int Overflow lead to Heap OverFlow in exif_thumbnail_extract...Stanislav Malyshev2018-07-163-1/+23
| | | * | Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-0/+11
* | | | | Remove use of case-insensitive constants in testsNikita Popov2018-07-161-4/+4
* | | | | Flatten strip_tags state machine (GCC overoptimized this function, producing ...Dmitry Stogov2018-07-161-209/+263
* | | | | Make more tests run and fix SKIPIF sectionsGabriel Caruso2018-07-164-26/+12
* | | | | Test http_response_code functionGabriel Caruso2018-07-151-0/+19