summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Fixed build after version number bumpedXinchen Hui2014-08-151-3/+0
* clean up - avoid reallocXinchen Hui2014-08-132-10/+9
* Merge branch 'master' into testDmitry Stogov2014-08-111-0/+120
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-08-061-0/+120
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-08-061-12/+34
| | |\
| | | * Add EXPECTFAndrey Hristov2014-08-061-12/+34
| | * | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-08-061-0/+98
| | |\ \ | | | |/
| | | * Fix handling of multi-result sets with PS...used to clean not onlyAndrey Hristov2014-08-061-0/+98
| | * | Merge commit '8b9719d' into PHP-5.5Rasmus Lerdorf2014-07-301-0/+3
| | |\ \ | | | |/
| * | | Merge commit '8b9719d' into PHP-5.6Rasmus Lerdorf2014-07-301-0/+3
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-0/+3
|\ \ \ \
| * \ \ \ Merge commit '8b9719d'Rasmus Lerdorf2014-07-301-0/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | We need to turn off any strict mode here for this warning to show upRasmus Lerdorf2014-07-301-0/+3
* | | | Merge remote-tracking branch 'origin/master' into phpngXinchen Hui2014-07-182-3/+5
|\ \ \ \ | |/ / /
| * | | Add some trace info as well as update CLIENT_ flagsAndrey Hristov2014-07-162-3/+5
* | | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-3/+3
* | | | Suppress warningXinchen Hui2014-06-281-1/+1
* | | | Fixed build with libmysqlXinchen Hui2014-06-271-1/+1
* | | | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-12/+8
* | | | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt)Xinchen Hui2014-06-231-1/+1
* | | | Use zend_string in mysqlndXinchen Hui2014-06-231-0/+9
* | | | Merge branch 'master' into phpngDmitry Stogov2014-06-203-9/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-06-203-9/+9
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2014-06-203-9/+9
| | |\ \ | | | |/
| | | * Fixed MarinaDB supportDmitry Stogov2014-06-203-9/+9
* | | | Merge branch 'master' into phpngDmitry Stogov2014-06-202-2/+2
|\ \ \ \ | |/ / /
| * | | Fix another problem with MySQL 5.7Andrey Hristov2014-06-181-1/+1
| * | | Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-06-181-1/+1
| |\ \ \ | | |/ /
| | * | Suppress test failure with MySQL 5.7Andrey Hristov2014-06-181-1/+1
* | | | Refcount may have different meaning in PHP NGXinchen Hui2014-06-191-26/+26
* | | | Fixed mysqli_get_links_statsXinchen Hui2014-06-191-3/+3
* | | | Fixed hash key in persistent hashXinchen Hui2014-06-191-1/+1
* | | | Fixed releasing of hash_keyXinchen Hui2014-06-191-1/+1
* | | | Fixed MySQLi built with mysqlndXinchen Hui2014-06-193-42/+33
* | | | Merge branch 'master' into phpngDmitry Stogov2014-06-121-1/+1
|\ \ \ \ | |/ / /
| * | | Bug 64744Boro Sitnikovski2014-06-081-1/+1
* | | | Fixed call to mysqli_init() from an object. (We should find some better fix)Dmitry Stogov2014-06-121-1/+8
* | | | Fixed error messagesDmitry Stogov2014-06-121-2/+2
* | | | Avoid useless mergeDmitry Stogov2014-06-041-2/+8
* | | | Add one more check to skip getting into code that will do nothingAndrey Hristov2014-05-201-4/+4
* | | | Fixed signedXinchen Hui2014-05-171-1/+1
* | | | Merge branch 'master' into phpngDmitry Stogov2014-05-131-1/+1
|\ \ \ \ | |/ / /
| * | | rename a constant - old name to new nameAndrey Hristov2014-05-061-1/+1
* | | | Finish refactoring of MySQLiXinchen Hui2014-05-112-33/+31
* | | | Various bug fixes (now 17 tests fails, it is 11 in trunk)Xinchen Hui2014-05-113-14/+11
* | | | Various bug fixedXinchen Hui2014-05-113-43/+59
* | | | Refactor MySQLi (incompleted, only compilable now)Xinchen Hui2014-05-1110-852/+613
* | | | Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-0/+8
|\ \ \ \ | |/ / /
| * | | Fix mysqli build when building against libmysqlclient.Adam Harvey2014-05-021-0/+8
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1