summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-0123-114/+114
* Add missing ZPP checksMáté Kocsis2019-11-0114-12/+93
* Finish OpenSSL arginfo stubsChristoph M. Becker2019-11-013-178/+261
* Merge branch 'PHP-7.4'Fabien Villepinte2019-11-012-0/+4
|\
| * Fix conflicts between tests with obscure filenamesFabien Villepinte2019-11-012-0/+2
* | Merge branch 'PHP-7.4'Fabien Villepinte2019-11-012-0/+4
|\ \ | |/
| * Fix conflicts between tests with obscure filenamesFabien Villepinte2019-11-012-0/+4
* | pdo_oci: Add support for setting and getting the oracle OCI 18c call timeout ...Cameron Porter2019-11-017-1/+146
* | Don't skip RECV instuctions when function uses type hintsDmitry Stogov2019-11-011-10/+20
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-312-4/+4
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-312-4/+4
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-312-4/+4
| | |\
| | | * Fix test cases for libxml2 2.9.10Christoph M. Becker2019-10-312-4/+4
* | | | Elevate warnings to ValueErrors in ext/calendarChristoph M. Becker2019-10-3113-74/+93
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-304-0/+21
|\ \ \ \ | |/ / /
| * | | Fix #78761: Zend memory heap corruption with preload and castingChristoph M. Becker2019-10-304-0/+21
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-302-0/+15
|\ \ \ \ | |/ / /
| * | | Fix #78762: Failing FFI::cast() may leak memoryChristoph M. Becker2019-10-302-0/+15
* | | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-3027-78/+60
* | | | Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-3035-214/+251
* | | | Don't use chunking for stream writesNikita Popov2019-10-303-13/+7
* | | | Add more openssl stubsRimvydas Zilinskas2019-10-303-121/+195
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-301-2/+12
|\ \ \ \ | |/ / /
| * | | Optimize creation of empty arrays in json_decodeTyson Andre2019-10-301-2/+12
| * | | Skip test case on non Windows platformsChristoph M. Becker2019-10-291-0/+2
* | | | Warn on strtr(["" => "x"])Nikita Popov2019-10-304-5/+20
* | | | Promote mt_rand() min/max warning to ValueErrorNikita Popov2019-10-304-9/+10
* | | | Add stubs for various standard functionsMáté Kocsis2019-10-303-372/+528
* | | | Use ArgumentCountError in IntlGregorianCalendar ctorNikita Popov2019-10-302-43/+26
* | | | Update documentation/comment for GH-4860Tyson Andre2019-10-301-0/+1
* | | | Add stubs for directory and file functionsMáté Kocsis2019-10-304-183/+294
* | | | Don't check $this existence in object opcodesNikita Popov2019-10-302-93/+2
* | | | Allow to call XMLReader::open() and ::XML() staticallyChristoph M. Becker2019-10-292-2/+63
* | | | Remove some RETURN_FALSE on exceptionNikita Popov2019-10-291-3/+3
* | | | Add Z_PARAM_STRING/ARRAY_OR_NULL convenience macrosNikita Popov2019-10-297-14/+14
* | | | Don't accept objects for options in password_hash()Nikita Popov2019-10-292-6/+8
* | | | Promote base_convert "invalid base" errors to ValueErrorNikita Popov2019-10-292-13/+17
* | | | Throw "Unsupported operand types" error when using ** on arraysNikita Popov2019-10-293-12/+24
* | | | Expect number argument in round()Nikita Popov2019-10-292-21/+20
* | | | Small ext/dom cleanupsNikita Popov2019-10-296-10/+9
* | | | Try to fix asan warning in scalar_constant_defaults.phptNikita Popov2019-10-291-0/+6
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-291-0/+2
|\ \ \ \
| * | | | Skip test case on non Windows platformsChristoph M. Becker2019-10-291-0/+2
| |/ / /
* | | | Try to fix 32-bit fprintf testNikita Popov2019-10-291-4/+6
* | | | Fix test cases for masterChristoph M. Becker2019-10-292-3/+3
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-297-209/+348
|\ \ \ \ | |/ / /
| * | | Implement #78270: Support __vectorcall convention with FFIChristoph M. Becker2019-10-297-209/+348
* | | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-10-282-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-10-282-4/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-10-282-4/+4
| | |\ \ | | | |/