summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Throw warning for invalid iconv charsetNikita Popov2020-09-285-6/+6
* | | | Skip one more imap test under asanNikita Popov2020-09-281-0/+1
* | | | Update mbstring parameter namesNikita Popov2020-09-2819-92/+92
* | | | Fixed test for MySQL < 5.6Matteo Beccati2020-09-281-2/+2
* | | | Make mysqli_warning constructor privateNikita Popov2020-09-274-190/+6
* | | | Rename mysqli parameters to be more logicalLarry Garfield2020-09-2716-293/+277
* | | | Clean up spl_fixedarray.cLevi Morrison2020-09-271-138/+129
* | | | Honor strict_types=1 for attributes, improve backtracesNikita Popov2020-09-271-15/+63
* | | | Skip test with ICU version < 58Matteo Beccati2020-09-261-1/+5
* | | | Pass zend_execute_data instead of zend_function to fcall initSammy Kaye Powers2020-09-252-2/+134
* | | | Promote warning to ValueError for Spoofchecker::setRestrictionLevel()George Peter Banyard2020-09-252-2/+22
* | | | Merge branch 'PHP-7.4'George Peter Banyard2020-09-251-2/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-09-251-1/+2
| |\ \ \ | | |/ /
| | * | Fix logic error in PDOGeorge Peter Banyard2020-09-251-1/+2