summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Make "MySQL server has gone away" errors more consistentNikita Popov2019-06-033-13/+3
* Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-221-0/+50
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-0/+50
| |\
| | * Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-221-0/+50
* | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-4/+4
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-9/+9
* | | Don't use random mode in mysqli_query testNikita Popov2019-03-181-6/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* | | Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-8/+12
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-061-4/+0
* | | Remove more leftovers of mysqli embedded serverNikita Popov2019-02-282-11/+0
* | | Sync with 7be0e06b482e5bf14eaf4fe9a882d8b72d644038Anatol Belski2019-02-281-1/+0
* | | Remove mysqli embedded server supportNikita Popov2019-02-286-158/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-211-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-211-0/+27
| |\ \ | | |/
| | * Fixed bug #77597Nikita Popov2019-02-211-0/+27
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Darek Slusarczyk2019-02-1112-2/+73
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Darek Slusarczyk2019-02-1112-2/+73
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Darek Slusarczyk2019-02-1112-2/+73
| | |\
| | | * security fix - by default 'local infile' is disabled:Darek Slusarczyk2019-02-1112-2/+73
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15269-274/+261
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1424-45/+45
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-148-8/+6
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-7/+7
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-135-185/+185
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15253-258/+245
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1424-45/+45
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-147-7/+5
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-7/+7
| * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15182-186/+172
| * | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-37/+37
| * | | Sync leading and final newlines in source code filesPeter Kokot2018-10-147-7/+5
| * | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | | Remove local variablesPeter Kokot2019-02-0313-125/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-3016-16/+16
* | | | Implement typed propertiesNikita Popov2019-01-112-19/+15
* | | | Remove unnecessary uses of object_and_properties_initNikita Popov2019-01-071-1/+1
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15182-186/+172
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-1420-36/+36
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-147-7/+5
* | | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | | mysqli_fork: Fix undefined variablebugreportuser2018-10-061-1/+1
* | | | Remove unused filesPeter Kokot2018-09-263-188/+0
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-191-4/+4
|\ \ \ \ | |/ / /