summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-251-2/+3
|\
| * minor loop optimizations, closes #2633Joe Watkins2017-07-251-2/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-221-0/+4
|\ \ | |/
| * Fixed bug #74968 PHP crashes when calling mysqli_result::fetch_object with an...Anatol Belski2017-07-221-0/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-181-3/+1
|\ \ | |/
| * Fix bug #73949 leak in mysqli_fetch_objectJoe Watkins2017-01-181-3/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+2
* | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-17/+14
|\ \
| * \ Merge branch 'PHP-7.0'Anatol Belski2016-05-091-21/+4
| |\ \ | | |/
| | * Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-091-21/+4
| * | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
| * | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
| * | Merge branch 'PHP-7.0'Anatol Belski2016-03-171-4/+21
| |\ \ | | |/
| | * Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-171-4/+21
| * | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
| |\ \ | | |/
| | * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| * | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
| * | Remove version checksNikita Popov2016-01-301-2/+0
| * | Remove HAVE_SPL checksNikita Popov2016-01-301-6/+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-5.6' into PHP-7.0Andrey Hristov2015-10-271-0/+3
| |\ \ | | |/
| | * Another Fix for Bug #68344 MySQLi does not provide way to disable peer certi...Andrey Hristov2015-10-271-0/+3
| * | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-221-0/+3
| |\ \ | | |/
| | * Improve fix for Bug #68344 MySQLi does not provide way to disable peer certif...Andrey Hristov2015-10-221-0/+3
| * | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-09-301-1/+3
| |\ \ | | |/
| | * Add JSON as exported type, if available. mysqlnd has it, libmysql doesn't exp...Andrey Hristov2015-09-301-1/+3
| | * bump yearXinchen Hui2015-01-151-1/+1
| * | Avoid reallocationsDmitry Stogov2015-09-141-3/+1
* | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-2/+2
|/ /
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-4/+4
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-4/+4
* | Cleanup (removed dead code)Dmitry Stogov2015-07-011-5/+0
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-2/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-5/+1
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | Remove addslashes_strXinchen Hui2015-01-201-10/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-121/+119
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-131-2/+2
|\ \
| * | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-2/+2
* | | converted some ext/mysql* and fixed ext/zlibAnatol Belski2014-10-151-0/+6
* | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-1/+2
* | | remove fetches from mysqlikrakjoe2014-09-261-2/+1
|/ /