summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed broken nameDmitry Stogov2015-07-011-4/+4
* | Cleanup (updated comments)Dmitry Stogov2015-07-011-1/+1
* | Cleanup (replce hack by a clean implementation)Dmitry Stogov2015-07-015-14/+16
* | Cleanup (removed dead code)Dmitry Stogov2015-07-011-5/+0
* | Cleanup (avoid duplication)Dmitry Stogov2015-07-011-4/+2
* | 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-305-20/+20
* | Fix more proto commentsRasmus Lerdorf2015-06-231-7/+7
* | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-2/+2
|\ \
| * | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-2/+2
* | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-177-7/+7
* | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-177-7/+7
|\ \ \ | |/ /
| * | Tweak uncaught exception message displayNikita Popov2015-05-177-7/+7
* | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-169-11/+11
|/ /
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-157-7/+29
* | Drop now unnecessary start parameterNikita Popov2015-04-041-11/+10
* | Fix parameter parsing for mysqli_stmt_bind_result()Nikita Popov2015-04-042-26/+9
* | Merge branch 'PHP-5.6'Ferenc Kovacs2015-04-011-2/+0
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-04-011-2/+0
| |\
| | * test fixesFerenc Kovacs2015-04-011-2/+0
* | | Finish PHP 4 constructor deprecationNikita Popov2015-03-311-1/+1
* | | Deprecate PHP 4 constructorsAndrea Faulds2015-03-312-6/+6
* | | cleanup the mod version macros, round 2Anatol Belski2015-03-232-5/+4
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | | String reference counters may be increased when string copiedDmitry Stogov2015-03-191-8/+8
* | | Revert previously commit by accidentXinchen Hui2015-03-131-2/+2
* | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | | Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-03-104-8/+8
|\ \ \
| * | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-104-8/+8
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-101-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Update NEWSXinchen Hui2015-03-101-2/+2
* | | Implement engine exceptionsDmitry Stogov2015-03-092-18/+25
* | | Revert commit by mistakeXinchen Hui2015-03-091-2/+2