Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop E_STRICT notice in mysqli extension | George Peter Banyard | 2019-08-31 | 1 | -12/+0 |
* | Small typo and proto name fix | George Peter Banyard | 2019-07-15 | 1 | -1/+1 |
* | Fix compilation errors when building against libmysql | Sebastian Pop | 2019-06-28 | 1 | -2/+2 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Andrey Hristov | 2019-06-19 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Andrey Hristov | 2019-06-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix version comparison | Andrey Hristov | 2019-06-19 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-06-11 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Be more precise about possible types for mysqli methods | Tyson Andre | 2019-06-11 | 1 | -2/+2 |
* | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -2/+7 |
* | | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ... | Dmitry Stogov | 2019-04-24 | 1 | -9/+9 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -17/+11 |
|/ / | |||||
* | | Fix typos in code comments | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | [ci skip] Remove space between function name and open parentheses | Gabriel Caruso | 2018-02-24 | 1 | -7/+7 |
* | | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -3/+3 |
* | | A cheaper way to clone reference value. | Dmitry Stogov | 2018-01-17 | 1 | -2/+4 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall... | Dmitry Stogov | 2017-11-15 | 1 | -0/+4 |
* | | Merge branch 'PHP-7.2' | Joe Watkins | 2017-07-25 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-07-25 | 1 | -4/+6 |
| |\ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-25 | 1 | -4/+6 |
| | |\ | |||||
| | | * | minor loop optimizations, closes #2633 | Joe Watkins | 2017-07-25 | 1 | -4/+6 |
* | | | | Remove version checks for MySQL < 5.0 | Nikita Popov | 2017-07-19 | 1 | -2/+0 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-05-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-05-06 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum... | Anatol Belski | 2017-05-06 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrey Hristov | 2016-10-17 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2016-10-17 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | |||||
| | * | This is a very very old thing dated back to year 2009. | Andrey Hristov | 2016-10-17 | 1 | -2/+2 |
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -3/+3 |
* | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 |
* | | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -8/+0 |
* | | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2015-11-16 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-16 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction) | Xinchen Hui | 2015-11-16 | 1 | -0/+2 |
| | * | Patch commit d9f85373e32 by moving the float_to_double function to | Keyur Govande | 2015-01-26 | 1 | -2/+2 |
| | * | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-26 | 1 | -2/+27 |
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -1/+5 |
|/ / | |||||
* | | Cleanup (updated comments) | Dmitry Stogov | 2015-07-01 | 1 | -1/+1 |