summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* bump zip extension versionRemi Collet2020-09-291-1/+1
* Promote E_NOTICE to Value/TypeError in PostgreSQL extensionGeorge Peter Banyard2020-09-296-46/+234
* Update ext/tokenizer param namesNikita Popov2020-09-292-9/+6
* Allow tracing JIT cooperate with function JIT.Dmitry Stogov2020-09-292-4/+21
* Make handling of NULL bytes in file paths more consistent (WIP)Dik Takken2020-09-2914-65/+137
* Don't accept dir handle in Directory methodsNikita Popov2020-09-294-28/+23
* Tracing JIT support for preloaded scriptsDmitry Stogov2020-09-293-21/+146
* Remove unused variableNikita Popov2020-09-291-5/+0
* Update gmp+bcmath parameter namesNikita Popov2020-09-2946-226/+220
* Keep track information about used JIT trigger in ZEND_FUNC_INFO(op_array)->fu...Dmitry Stogov2020-09-293-3/+28
* Use external iterator instead of via the internal pointerChristoph M. Becker2020-09-291-17/+5
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-292-1/+27
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-292-1/+27
| |\
| | * Fix #80152: odbc_execute() moves internal pointer of $paramsChristoph M. Becker2020-09-292-1/+27
* | | Fix #22986: odbc_connect() may reuse persistent connectionChristoph M. Becker2020-09-291-48/+10
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-09-291-2/+3
|\ \ \ | |/ /
| * | Fixed unintended disabling of Optimizer for preloaded scripts introduced by 4...Dmitry Stogov2020-09-291-2/+3
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-291-11/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-291-11/+11
| |\ \ | | |/
| | * Fix #80150: Failure to fetch error messageChristoph M. Becker2020-09-291-11/+11
* | | Make the $filter parameter of ReflectionClass::get*Constants() nullableMáté Kocsis2020-09-294-15/+23
* | | Reflection param renames amendmentMáté Kocsis2020-09-293-11/+9
* | | Rename a few parameters in ext/filterMáté Kocsis2020-09-293-13/+13
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-295-0/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-295-0/+30
| |\ \ | | |/
| | * Fix bug #80137Matthias Karbe2020-09-292-0/+12
| | * Fix bug #80138Matthias Karbe2020-09-293-0/+18
| | * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-284-22/+57
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2020-09-284-22/+57
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-09-284-22/+57
| |\ \
| | * \ Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-09-284-22/+57
| | |\ \ | | | |/ | | |/|
| | | * Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)Stanislav Malyshev2020-09-264-22/+57
* | | | Update PDO parameters for named arguments.Larry Garfield2020-09-288-38/+38
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-282-1/+19
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-282-1/+19
| |\ \ \ | | |/ /
| | * | Fix #67465: NULL Pointer dereference in odbc_handle_preparerChristoph M. Becker2020-09-282-1/+19
* | | | Move invariant type guard out of loopDmitry Stogov2020-09-281-1/+2
* | | | Another pass making some failure states unconditional erros in PDOGeorge Peter Banyard2020-09-283-39/+30
* | | | Make various failure conditions in PDO unconditional errorsGeorge Peter Banyard2020-09-2818-542/+674
* | | | Do not register quoter handler in ODBCGeorge Peter Banyard2020-09-281-3/+5
* | | | Drop ZPP check in PDO MySQLi testGeorge Peter Banyard2020-09-281-4/+0
* | | | Dump class namesDmitry Stogov2020-09-281-8/+24
* | | | Promote notice to ValueError for invalid hint keyGeorge Peter Banyard2020-09-282-14/+15
* | | | Improved trace selection rulesDmitry Stogov2020-09-282-8/+88
* | | | Promote warnings in ext/xslNikita Popov2020-09-283-27/+46
* | | | Remove unused XSL_DOMOBJ_NEW() macroNikita Popov2020-09-282-15/+4
* | | | Fixed usage of invalid frame for exit pointDmitry Stogov2020-09-281-0/+2
* | | | Consistently handle out of bounds offsets in iconv_strpos()Nikita Popov2020-09-284-25/+46
* | | | Simplify iconv_strpos implementationNikita Popov2020-09-281-53/+17
* | | | Missed opline guardDmitry Stogov2020-09-281-1/+2