summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-132-15/+14
|\
| * Fix bug #78525Nikita Popov2019-09-132-15/+14
* | Remove --with-zlib-dir option from mysqlnd configNikita Popov2019-09-051-9/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-203-2/+12
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-203-2/+12
| |\
| | * fix the problem for connect_attr, set db condition, and add a new attribute _...Qianqian Bu2019-08-203-2/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-021-0/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-021-0/+8
| |\ \ | | |/
| | * Fix #78179: MariaDB server version incorrectly detectedChristoph M. Becker2019-08-021-0/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-07-311-1/+1
|\ \ \ | |/ /
| * | Fix 78213: Empty row pocketChristoph M. Becker2019-07-311-1/+1
* | | Report errors from stream read and write operationsNikita Popov2019-07-224-21/+33
* | | Remove HAVE_DSA_DEFAULT_METHODPeter Kokot2019-07-221-3/+0
* | | Sync mysqlnd version with PHP versionChristoph M. Becker2019-07-151-2/+2
* | | Removed mysqlnd stats from phpinfo pagePieter Hordijk2019-07-031-27/+0
* | | Add tracked arena allocatorNikita Popov2019-06-281-81/+15
* | | Fix mysqlnd memory leakNikita Popov2019-06-282-12/+10
* | | Fix use-after-free in stream freeing during shutdownNikita Popov2019-06-271-11/+10
* | | Merge branch 'PHP-7.3' into PHP-7.4Andrey Hristov2019-06-211-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Andrey Hristov2019-06-211-1/+3
| |\ \ | | |/
| | * Add explicit cast to uint32_t.Andrey Hristov2019-06-211-1/+3
* | | Fix shift UB in sint4korr()Nikita Popov2019-06-191-4/+4
* | | Fix incorrect shift in mysqlnd_wireprotocolNikita Popov2019-06-191-1/+1
* | | Fix ifdef positionNikita Popov2019-06-121-1/+1
* | | Remove always true conditionNikita Popov2019-06-121-1/+1
* | | Remove MYSQLND_LLU_SPEC/MYSQLND_LL_SPECNikita Popov2019-06-121-59/+0
* | | Fix mysqlnd printf modifiersNikita Popov2019-06-124-6/+6
* | | Fix warnings in mysqlnd_alloc.cNikita Popov2019-06-121-91/+60
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-071-1/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-071-1/+8
| |\ \ | | |/
| | * Fixed bug #38546Cameron Porter2019-06-071-1/+8
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | | Make "MySQL server has gone away" errors more consistentNikita Popov2019-06-032-4/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-231-2/+3
|\ \ \ | |/ /
| * | Fix bug #77955Nikita Popov2019-05-231-2/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-221-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-0/+2
| |\ \ | | |/
| | * Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-221-0/+2
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Fix pointer signedness warning in mysqlndNikita Popov2019-04-111-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-221-0/+9
|\ \ \ | |/ /
| * | Fixed bug #77773Nikita Popov2019-03-221-0/+9
* | | Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-181-1/+0
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-9/+20
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-063-12/+6
* | | Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTFPeter Kokot2019-02-231-1/+1
* | | Fix typo in error messageFabien Villepinte2019-02-211-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-211-12/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-211-12/+12
| |\ \ | | |/
| | * Fixed bug #77597Nikita Popov2019-02-211-11/+11