summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-251-4/+6
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-251-4/+6
| |\
| | * minor loop optimizations, closes #2633Joe Watkins2017-07-251-4/+6
* | | Merge branch 'PHP-7.1'Anatol Belski2017-05-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-05-061-1/+1
| |\ \ | | |/
| | * Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum...Anatol Belski2017-05-061-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-3/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-10-171-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2016-10-171-2/+2
| |\ \ | | |/ | |/|
| | * This is a very very old thing dated back to year 2009.Andrey Hristov2016-10-171-2/+2
* | | Fixed compilation warningsDmitry Stogov2016-06-221-3/+3
* | | 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