summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Fix [-Wduplicated-cond] in MySQLnd driverGeorge Peter Banyard2020-10-091-1/+1
* Promote a few forgotten warnings to exceptionsMáté Kocsis2020-09-251-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-09-181-16/+14
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-16/+14
| |\
| | * Fix #78179: mysqli/mysqlnd transaction extensionsDaniel Black2020-09-181-16/+14
* | | mysqli_set_charset now throws an mysqli_sql_exception when incorrect charset ...Dharman2020-09-181-5/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-181-40/+65
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-40/+65
| |\ \ | | |/
| | * Fix bug #80107: Handling of large compressed packetsNikita Popov2020-09-181-40/+65
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-171-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-171-1/+1
| |\ \ | | |/
| | * Fix #80115: mysqlnd.debug doesn't recognize absolute paths with slashesChristoph M. Becker2020-09-171-1/+1
* | | Avoid ubsan warning due to memcpy nullNikita Popov2020-09-161-1/+3
* | | Drop some dead codeNikita Popov2020-09-141-19/+3
* | | Add explicit double castNikita Popov2020-09-011-1/+1
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+2
* | | Remove unnecessary function entry arrayMáté Kocsis2020-08-111-11/+1
* | | Drop '#if 0' in mysqlnd_debug() from the MySQLnd extensionGeorge Peter Banyard2020-08-071-8/+0
* | | Remove proto comments from C filesMax Semenik2020-07-062-20/+10
* | | Add helper APIs for maybe-interned string creationtwosee2020-06-081-5/+1
* | | Fix expression warnings and break warningstwosee2020-06-073-12/+12
* | | Fix warning of strict-prototypestwosee2020-06-075-10/+10
* | | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-1/+1
* | | Remove MYSQLND_COMPRESSION_WANTED defineNikita Popov2020-06-042-5/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-041-1/+1
|\ \ \ | |/ /
| * | mysqlnd: Remove unnecessary check for HAVE_ZLIBtalyz2020-06-041-1/+1
* | | Fix [-Wundef] warning in MySQLnd extensionGeorge Peter Banyard2020-05-187-9/+9
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-151-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-151-2/+2
| |\ \ | | |/
| | * Fix #79596: MySQL FLOAT truncates to int some localesChristoph M. Becker2020-05-151-2/+2
* | | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-1/+1
* | | Fix [-Wjump-misses-init] warning in MySQL new driver extensionGeorge Peter Banyard2020-04-181-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-161-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-161-5/+5
| |\ \ | | |/
| | * Fix MySQL local infile / attr handling on big endian systemsguirish2020-04-161-5/+5
* | | Remove int6store()Nikita Popov2020-04-141-17/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-031-1/+1
| |\ \ | | |/
| | * Fix incorrect free for last_messageQianqian Bu2020-04-031-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-231-0/+5
|\ \ \ | |/ /
| * | Fix leak on Windows as wellChristoph M. Becker2020-03-231-0/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-03-231-0/+3
|\ \ \ | |/ /
| * | Fix RSA memory leak in mysqlnd authNikita Popov2020-03-231-0/+3
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-022-61/+209
|\ \ \ | |/ /
| * | Native Windows support for mysqlnd sha256 authentificationChristoph M. Becker2020-03-022-0/+132
| * | Abstract over crypto operationsChristoph M. Becker2020-03-021-61/+77
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-182-9/+8
|\ \ \ | |/ /
| * | Don't use VLA in mysqlnd authNikita Popov2020-02-182-9/+8
* | | Fix [-Wmissing-field-initializers] compiler warning in mysqlnd_result.cGeorge Peter Banyard2020-02-101-1/+6
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-281-1/+1
|\ \ \ | |/ /