summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* test for bug #66762Remi Collet2014-02-271-0/+26
* Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closedRemi Collet2014-02-273-1/+20
* Bump yearXinchen Hui2014-01-0317-17/+17
* Fix loss of precisionAndrey Hristov2013-12-041-1/+1
* Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with...Andrey Hristov2013-11-211-0/+101
* Fixed Bug #66043 (Segfault calling bind_param() on mysqli)Xinchen Hui2013-11-082-1/+25
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* fix TS buildAnatol Belski2013-07-161-1/+1
* Make zval2myslqnd implementations aware of inheritanceJohannes Schlüter2013-07-161-1/+1
* typo fixesVeres Lajos2013-07-153-4/+4
* Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4Andrey Hristov2013-07-081-2/+2
|\
| * Make sure result is initilizedJohannes Schlüter2013-07-031-2/+2
* | Fixed segfault in mysqlnd when doing long prepareAndrey Hristov2013-07-081-0/+50
|/
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-2/+2
|\
| * Also fixed bug #64726 in 5.3Xinchen Hui2013-04-272-3/+3
* | Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB p...Xinchen Hui2013-04-272-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-0/+23
|\ \ | |/
| * Fix memory realted to #64726Xinchen Hui2013-04-271-0/+23
| * Happy New Year~Xinchen Hui2013-01-0115-15/+15
* | MySQL 5.6 EXPIRE PASSWORD flag testsULF WENDEL2013-01-102-0/+149
* | Add mysqli support - constants and checking in mysqli_options() for theAndrey Hristov2013-01-092-0/+6
* | Happy New YearXinchen Hui2013-01-0117-17/+17
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-171-33/+34
|\ \ | |/
| * dos2unix & skip on connect failXinchen Hui2012-12-171-33/+34
* | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-0/+1
|\ \ | |/
| * Need connect.inc hereRasmus Lerdorf2012-12-131-0/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-1/+1
|\ \ | |/
| * Fix broken testRasmus Lerdorf2012-12-131-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-302-2/+42
|\ \ | |/
| * Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-302-2/+42
* | Fixed Bug #63361 Header not installedRemi Collet2012-11-251-0/+3
* | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-292-4/+4
|\ \ | |/
| * Cover have_ssl=NO and have_ssl=DISABLEDULF WENDEL2012-09-292-4/+4
* | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-293-3/+9
|\ \ | |/
| * Minor changes for MySQL 5.6ULF WENDEL2012-09-293-3/+9
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-101-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-104-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-104-0/+0
| * Correct PHP versionXinchen Hui2012-09-051-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-222-0/+31
|\ \ | |/
| * Fixed bug #62885 (mysqli_poll - Segmentation fault)Xinchen Hui2012-08-222-0/+31
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-302-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-05-161-0/+40
|\ \ | |/
| * Fix for bug#62046andrey2012-05-161-0/+40
| * Test for MySQL version.Variable is deprecated in MySQL 5.6.Ulf Wendel2012-03-141-22/+24
| * Use correct property ctor, should fix threading issue in bug #55334Johannes Schlüter2012-03-081-1/+1
| * Fix bug #61003 mysql_stat() require a valid connectionJohannes Schlüter2012-03-061-0/+4
| * - Year++Felipe Pena2012-01-0115-15/+15