summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum...Anatol Belski2017-05-062-1/+26
* Tests to ensure BC with undocumented behavior used in hacksAnatol Belski2017-05-011-0/+29
* Fixed bug #74021andrewnester2017-02-122-0/+52
* Fix bug #73949 leak in mysqli_fetch_objectJoe Watkins2017-01-182-3/+25
* Fix bug #69899rfussenegger2017-01-121-0/+38
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0417-17/+17
* Fix Bug #73462 - Persistent connections don't set $connect_errnoVince2017-01-032-0/+45
* Add a bit more test cases (edge cases) to the BIT test caseAndrey Hristov2016-12-121-2/+38
* Add a test case to test fetching of multiple rows with bit values.Andrey Hristov2016-12-121-0/+65
* fix testAnatol Belski2016-12-041-2/+2
* fix testAnatol Belski2016-12-041-1/+1
* Add test for bug #72489Nikita Popov2016-09-171-0/+65
* Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-092-125/+4
* Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-172-4/+125
* Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-3/+3
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* 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
* | 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
* | Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)Xinchen Hui2015-11-271-0/+62
* | 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-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
* | 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
* | 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
| * Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-232-1/+65
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-9/+9
* | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-232-1/+65
* | Avoid reallocationsDmitry Stogov2015-09-141-3/+1
* | Fix #32490: constructor of mysqli has wrong nameChristoph M. Becker2015-09-016-72/+83
* | Remove superfluous forward declarationChristoph M. Becker2015-08-251-1/+0
* | Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-srcXinchen Hui2015-07-302-9/+9
|\ \
| * | Make debug_val_dump and var_dump prints int and float the sameXinchen Hui2015-07-232-9/+9
* | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | | Fix failing tests from exception code changesAaron Piotrowski2015-07-072-4/+4
|/ /
* | 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