summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-11-052-0/+36
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-052-0/+36
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-11-052-0/+36
| | |\
| | | * Fixed bug #78775Nikita Popov2019-11-052-0/+36
| | * | Remove obsolete oniguruma.patchChristoph M. Becker2019-11-051-28/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-11-041-1222/+0
|\ \ \ \ | |/ / /
| * | | Remove dead code `ext/mysqlnd/mysqlnd_net.c`.Adam Saponara2019-11-041-1224/+0
* | | | Add stubs for IntlTimeZoneMáté Kocsis2019-11-044-170/+364
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-11-041-0/+7
|\ \ \ \ | |/ / /
| * | | Add a test for ReflectionClass:getInterfaceNames()Fabien Villepinte2019-11-041-0/+7
* | | | Remove support for array_key_exists() with objectsNikita Popov2019-11-046-236/+8
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-041-2/+5
|\ \ \ \ | |/ / /
| * | | Make test more robustChristoph M. Becker2019-11-041-2/+5
* | | | Remove dead code related to inherits props in reflectionNikita Popov2019-11-041-29/+0
* | | | Store pointer to property_info in reflectionNikita Popov2019-11-041-61/+40
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-11-042-1/+35
|\ \ \ \ | |/ / /
| * | | Fixed bug #78774Nikita Popov2019-11-042-1/+35
* | | | Fix #55005: imagepolygon num_points requirementChristoph M. Becker2019-11-024-49/+23
* | | | Add ext/phar arginfo stubsChristoph M. Becker2019-11-023-294/+906
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-021-0/+4
|\ \ \ \ | |/ / /
| * | | Print Client Library Version in phpinfoSimonov Denis2019-11-021-0/+4
* | | | Remove unused codeChristoph M. Becker2019-11-022-19/+0
* | | | Accept int parameter in the first placeChristoph M. Becker2019-11-011-10/+1
* | | | Promote some warnings to exceptions in standard libMáté Kocsis2019-11-018-74/+74
* | | | 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