summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* add test for bug #72701Anatol Belski2016-07-291-0/+32
* Fix for bug #71863 Segfault when EXPLAIN with "Unknown column" errorAndrey Hristov2016-07-251-0/+37
* Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-2/+2
|\
| * 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-1041-253/+618
| |\
| * | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-2/+2
* | | Fixed compilation warningsDmitry Stogov2016-06-281-4/+0
* | | Fixed compilation warningsDmitry Stogov2016-06-226-9/+10
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-5/+5
* | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-162-23/+29
| |/ |/|
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-092-125/+4
|\ \
| * | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-092-125/+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-172-4/+125
|\ \ \ | |/ /
| * | Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-172-4/+125
* | | Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-3/+3
|\ \ \ | |/ /
| * | Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-3/+3
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-032-2/+2
|\ \ \ | |/ /
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | | Remove version checksNikita Popov2016-01-303-14/+0
* | | Remove HAVE_SPL checksNikita Popov2016-01-303-14/+1
* | | Merge branch 'PHP-7.0'Julien Pauli2016-01-041-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-01-041-1/+1
| |\ \
| | * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-031-1/+1
* | | | - Make functions static, as they are not needed to be public - exportedAndrey Hristov2016-01-041-2/+6
* | | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-0116-16/+16
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0116-16/+16
| |\ \ \ | | |/ /
| | * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0116-16/+16
* | | | Merge branch 'PHP-7.0'Xinchen Hui2015-11-271-0/+62
|\ \ \ \ | |/ / /
| * | | Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)Xinchen Hui2015-11-271-0/+62
* | | | Merge branch 'PHP-7.0'Xinchen Hui2015-11-171-2/+12
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-171-2/+12
| |\ \ \ | | |/ /
| | * | Improve the testXinchen Hui2015-11-171-2/+12
* | | | Merge branch 'PHP-7.0'Xinchen Hui2015-11-164-6/+86
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-164-6/+86
| |\ \ \ | | |/ /
| | * | Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-164-6/+86
* | | | MNDR:Andrey Hristov2015-11-122-4/+10
|/ / /
* | | Fix mysqli testsAndrey Hristov2015-10-282-5/+4
* | | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-275-14/+14
|\ \ \ | |/ /
| * | Another Fix for Bug #68344 MySQLi does not provide way to disable peer certi...Andrey Hristov2015-10-275-15/+15
* | | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-222-0/+6
|\ \ \ | |/ /
| * | Improve fix for Bug #68344 MySQLi does not provide way to disable peer certif...Andrey Hristov2015-10-222-0/+6
* | | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-214-65/+215
|\ \ \ | |/ /
| * | Fix for Bug #68344 MySQLi does not provide way to disable peer certificate v...Andrey Hristov2015-10-211-0/+40
| * | Update the certificates needed for the mysqli testsAndrey Hristov2015-10-213-65/+175
| * | fix testAnatol Belski2015-10-121-0/+4
* | | Fixed test.Dmitry Stogov2015-10-071-1/+4
* | | fix testAnatol Belski2015-09-301-0/+4