summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | | Remove version checksNikita Popov2016-01-301-8/+0
* | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\ \ | | |/
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-11-161-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-161-0/+2
| |\ \ | | |/
| | * Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-161-0/+2
| | * Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-261-2/+2
| | * Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-261-2/+27
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | MNDR:Andrey Hristov2015-11-121-1/+5
|/ /
* | Cleanup (updated comments)Dmitry Stogov2015-07-011-1/+1
* | Cleanup (replce hack by a clean implementation)Dmitry Stogov2015-07-011-11/+12
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | Fix more proto commentsRasmus Lerdorf2015-06-231-7/+7
* | Drop now unnecessary start parameterNikita Popov2015-04-041-11/+10
* | Fix parameter parsing for mysqli_stmt_bind_result()Nikita Popov2015-04-041-23/+4
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | Merge branch 'PHP-5.6'Keyur Govande2015-01-071-2/+26
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2015-01-071-2/+27
| |\ \ | | |/ | |/|
| | * Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-071-2/+2
| | * Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-071-2/+27
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-116/+116
* | | fix signed/unsigned mismatch warningAnatol Belski2014-10-131-1/+1
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | fix typeAnatol Belski2014-08-281-2/+2
* | | Changed 'unsigned size_t' to 'size_t'Tjerk Meesters2014-08-281-1/+1
* | | 's' works with size_t round 2Anatol Belski2014-08-271-5/+5
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | | master renamings phase 5Anatol Belski2014-08-251-7/+7
* | | master renames phase 1Anatol Belski2014-08-251-85/+85
* | | yet trivial fixes to mysql extsAnatol Belski2014-08-211-1/+1
* | | ported ext/mysqliAnatol Belski2014-08-191-50/+50
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-44/+44
* | | Fixed PHP6 unicode related testsDmitry Stogov2014-08-151-2/+2
* | | Bump version to 7.0.0-devDmitry Stogov2014-08-151-1/+2
* | | clean up - avoid reallocXinchen Hui2014-08-131-5/+5
* | | 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
* | | Fixed call to mysqli_init() from an object. (We should find some better fix)Dmitry Stogov2014-06-121-1/+8
* | | Add one more check to skip getting into code that will do nothingAndrey Hristov2014-05-201-4/+4