summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-0317-30/+30
* Adding DateTime(Immutable)::createFromInterface()mike2020-01-036-0/+216
* Merge branch 'PHP-7.4'Nikita Popov2020-01-031-1/+1
|\
| * Slightly increase tolerance in time_sleep_until() testNikita Popov2020-01-031-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-031-1/+1
|\ \ | |/
| * Try to fix intermittently failing test caseChristoph M. Becker2020-01-031-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-032-5/+49
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-5/+49
| |\
| | * Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-032-5/+49
* | | Convert zend_parse_parameters_none() to fast ZPPMáté Kocsis2020-01-036-59/+32
* | | Use zend_parse_parameters_none() instead of zend_parse_parameters_none_throw()Máté Kocsis2020-01-033-3/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-031-3/+2
|\ \ \ | |/ /
| * | Remove unnecessary strncpy in zipNikita Popov2020-01-031-3/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-032-21/+12
|\ \ \ | |/ /
| * | Fixed bug #79056Nikita Popov2020-01-032-21/+12
* | | Use RETURN_THROWS() after zend_throw_exception() in reflection extensionMáté Kocsis2020-01-032-63/+59
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-0231-237/+237
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-021-0/+34
|\ \ \ | |/ /
| * | Add test case for bug #78883Christoph M. Becker2020-01-021-0/+34
| * | Fixed bug #79055Nikita Popov2020-01-021-37/+29
| * | Extract functions for file cache type serializationNikita Popov2020-01-021-17/+29
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-022-2/+12
|\ \ \ | |/ /
| * | Fix file cache run_time_cache unserializationNikita Popov2020-01-021-1/+9
| * | Update ZCSG(map_ptr_last) only if for_shmNikita Popov2020-01-021-1/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-023-140/+153
|\ \ \ | |/ /
| * | Populate hashtable of __sleep() propertiesNikita Popov2020-01-022-82/+76
| * | Deref names returned by __sleep()Nikita Popov2020-01-022-0/+19
| * | Extract php_var_serialize_nested_data() functionNikita Popov2020-01-021-61/+61
* | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-0219-457/+462
* | | Switch hash() function to use fastzppNikita Popov2020-01-021-3/+6
* | | Switch php_hash_fetch_ops() to use zend_stringNikita Popov2020-01-022-29/+29
* | | Always delete tempfile created by ftruncate test.Tyson Andre2020-01-011-0/+8
* | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-0113-58/+58
* | | Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-0113-45/+45
* | | Use RETURN_THROWS() after zend_value_error()Máté Kocsis2019-12-319-51/+51
* | | Use RETURN_THROWS() during ZPP in the remaining extensionsMáté Kocsis2019-12-3110-513/+513
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-311-33/+0
|\ \ \ | |/ /
| * | [ci skip] Revert "Add test case for bug #78883"Christoph M. Becker2019-12-311-33/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-311-0/+33
|\ \ \ | |/ /
| * | Add test case for bug #78883Christoph M. Becker2019-12-311-0/+33
* | | Fix erroneous changeChristoph M. Becker2019-12-311-2/+2
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-3171-994/+1001
* | | Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensionsMáté Kocsis2019-12-315-152/+152
* | | Use ZEND_THROWS() during ZPP in enchant, exif, fileinfo, filter, and FTP exte...Máté Kocsis2019-12-315-73/+73
* | | Use RETURN_THROWS() during ZPP in the date, dba and dom extensionsMáté Kocsis2019-12-3119-116/+116
* | | Use RETURN_THROWS() during ZPP in bz2, calendar, com_dotnet extensionsMáté Kocsis2019-12-318-42/+41
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-20/+28
|\ \ \ | |/ /
| * | Also propagate include exceptions in opcacheNikita Popov2019-12-301-20/+28
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-2/+0
|\ \ \ | |/ /
| * | Properly propagate url_stat exceptions during includeNikita Popov2019-12-301-2/+0