summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use RETURN_THROWS() in various placesMáté Kocsis2020-01-0333-83/+84
* Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-0325-338/+338
* Add stubs for various intl functionsMáté Kocsis2020-01-0314-193/+317
* Merge branch 'PHP-7.4'Christoph M. Becker2020-01-032-0/+41
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-034-0/+51
| |\
| | * Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize limit reachedChristoph M. Becker2020-01-034-0/+51
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-031-1/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-1/+10
| |\ \ | | |/
| | * Fix #78538: shmop memory leakChristoph M. Becker2020-01-032-1/+10
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-0317-30/+30
* | | Adding DateTime(Immutable)::createFromInterface()mike2020-01-037-0/+220
* | | 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-033-5/+52
| |\ \ | | |/
| | * Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-033-5/+52
* | | Don't enable sanitizer by default for Windows snapshot buildsChristoph M. Becker2020-01-031-1/+2
* | | Convert zend_parse_parameters_none() to fast ZPPMáté Kocsis2020-01-039-130/+60
* | | 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-031-0/+24
|\ \ \ | |/ /
| * | Add test for bug #73816Nikita Popov2020-01-031-0/+24
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-030-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-030-0/+0
| |\ \
| | * | Fixed bug #71876Nikita Popov2020-01-032-4/+6
| | |/
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-032-21/+12
|\ \ \ | |/ /
| * | Fixed bug #79056Nikita Popov2020-01-033-21/+16
* | | Implement WeakMapNikita Popov2020-01-039-25/+1083
* | | 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-0232-238/+238
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-021-0/+34
|\ \ \ | |/ /
| * | Add test case for bug #78883Christoph M. Becker2020-01-021-0/+34
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-020-0/+0
|\ \ \ | |/ /
| * | Fixed bug #79055Nikita Popov2020-01-022-37/+31
| * | 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-0114-60/+60