summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* | | Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-066-9/+9
* | | More accurate reference-counter inferenceDmitry Stogov2020-07-061-3/+25
* | | More accurate reference-counter inferenceDmitry Stogov2020-07-062-6/+13
* | | [skip-ci] Add README for ext/mysqli testsTiffany2020-07-061-0/+39
* | | Add string or object ZPP macrosMáté Kocsis2020-07-063-1/+111
* | | ReflectionMethod::invoke() object is not optionalNikita Popov2020-07-062-4/+4
* | | display info about system used to build and its providerRemi Collet2020-07-061-0/+6
* | | Fix sapi_windows_vt100_support() arginfoChristoph M. Becker2020-07-062-3/+3
* | | Added stubs for ext/oci8Jens de Nies2020-07-045-784/+1652
* | | Use zend_string_equals API in a couple placesNikita Popov2020-07-033-6/+3
* | | Removed already implemented TODO commentDmitry Stogov2020-07-031-4/+5
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-032-12/+12
|\ \ \ | |/ /
| * | Fix tests for x86 WindowsChristoph M. Becker2020-07-032-12/+12
* | | Fixed IS_UNDEF handlingDmitry Stogov2020-07-031-6/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-031-0/+7
|\ \ \ | |/ /
| * | Skip test if SeCreateSymbolicLinkPrivilege is not givenChristoph M. Becker2020-07-031-0/+7
* | | Fixed IS_INDIRECT handlingDmitry Stogov2020-07-031-0/+2
* | | Better instruction selectionDmitry Stogov2020-07-021-4/+6
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-029-15/+323
|\ \ \ | |/ /
| * | Enable readlink_realpath_* tests on WindowsChristoph M. Becker2020-07-029-15/+374
* | | Fix func info for get_class_methods()Nikita Popov2020-07-021-1/+1
* | | JMP optimizationDmitry Stogov2020-07-021-10/+54
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-0217-115/+61
|\ \ \ | |/ /
| * | Enable most lstat_stat_* tests on WindowsChristoph M. Becker2020-07-0217-115/+61
* | | Load constant value only if necessaryDmitry Stogov2020-07-021-2/+16
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-026-34/+16
|\ \ \ | |/ /
| * | Extract test helper function for SeCreateSymbolicLinkPrivilege checkChristoph M. Becker2020-07-026-34/+16
* | | Update to PCRE2 10.35Christoph M. Becker2020-07-0240-3264/+4616
* | | Remove leftover debug commentNikita Popov2020-07-021-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-022-41/+42
|\ \ \ | |/ /
| * | Handle SO_ options only at SOL_SOCKET levelNikita Popov2020-07-021-40/+41
| * | Allow different error message for errno 58Nikita Popov2020-07-021-1/+1
* | | Eliminate useless exception checksDmitry Stogov2020-07-023-9/+12
* | | Use correct ZPP mechanism in get_class_methods()codinghuang2020-07-022-29/+37
* | | Skip enchant test under asanNikita Popov2020-07-022-1/+2
* | | Add get_gc handle for object iteratorsNikita Popov2020-07-0115-17/+34
* | | Add ldap_count_references()Paweł Tomulik2020-07-014-1/+80
* | | Fix typos in commentsFabien Villepinte2020-07-014-4/+4
* | | Replace ISO_8859-* with ISO8859-* aliases for MBStringChristoph M. Becker2020-06-3015-29/+29
* | | Revert "Update to PCRE2 10.35"Nikita Popov2020-06-3039-4595/+3261
* | | Update to PCRE2 10.35Christoph M. Becker2020-06-3039-3261/+4595
* | | Promote warning to exception in ldap_set_rebind_proc()Paweł Tomulik2020-06-305-14/+14
* | | Update outdated arginfo hashesMáté Kocsis2020-06-307-7/+7
* | | Make HashContexts serializable.Eddie Kohler2020-06-3039-53/+1517
* | | Mark Keccak functions that contain expected misaligned accesses.Eddie Kohler2020-06-302-0/+22
* | | Move __alignof__ support check into main configure.ac.Eddie Kohler2020-06-301-17/+0
* | | SHA-3 Keccak_Hash: Store Keccak_HashInstance in the main context.Eddie Kohler2020-06-303-21/+7
* | | Improve "VirtualProtect() failed" error messagesChristoph M. Becker2020-06-301-4/+16
* | | Add ZPP macros for class name or object parametersMáté Kocsis2020-06-302-63/+67
* | | Fix leak in isDefaultValueAvailable()Nikita Popov2020-06-302-2/+25