summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15182-186/+172
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-37/+37
* Sync leading and final newlines in source code filesPeter Kokot2018-10-147-7/+5
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-191-4/+4
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-191-4/+4
| |\
| | * Fix intermittent failures in mysqli_stmt_bind_result_format.phptNikita Popov2018-09-191-4/+4
| | * year++Xinchen Hui2018-01-0217-17/+17
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-3/+3
* | | Fix typos in code commentsPeter Kokot2018-07-253-3/+3
* | | Remove unused Git attributes identPeter Kokot2018-07-259-17/+0
* | | Better name: ZEND_PROPERTY_HAS => ZEND_PROPERTY_NOT_EMPTYDmitry Stogov2018-07-241-1/+1
* | | Give a meaningful nameXinchen Hui2018-07-241-3/+3
* | | Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-1/+0
* | | Skip test on incompatible serversAnatol Belski2018-07-091-0/+10
* | | Fix inverted stristr() argument order in mysqli testNikita Popov2018-07-051-2/+2
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | Remove old SVN keywords substitutionsPeter Kokot2018-06-163-6/+0
* | | Fixe bug #76386Victor Csiky2018-06-151-0/+94
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-9/+4
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-282-3/+3
* | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-1/+0
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-232-4/+4
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-232-4/+4
| * | year++Xinchen Hui2018-01-0217-17/+17
* | | Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-4/+4
* | | [ci skip] Remove space between function name and open parenthesesGabriel Caruso2018-02-242-12/+12
* | | Use int instead of long in protosGabriel Caruso2018-02-232-4/+4
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-20160-160/+160
* | | Remove explicit params count checkGabriel Caruso2018-02-191-4/+1
* | | Remove redelcaration of zend_parse_parameters_noneGabriel Caruso2018-02-181-5/+0
* | | [Bug 75448] In case of failure, mysqli::prepare() returns NULL instead of FALSESergei Morozov2018-02-10100-427/+447
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-045-16/+16
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-043-3/+3
* | | Remove superfluous PHP version check in testsGabriel Caruso2018-02-043-8/+0
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-042-2/+0
* | | Remove checks for unicode.semantics ini optionNikita Popov2018-02-034-8/+0
* | | Simplify E_STRICT handling in mysqli testsNikita Popov2018-02-033-116/+24
* | | A cheaper way to clone reference value.Dmitry Stogov2018-01-171-2/+4
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | | year++Xinchen Hui2018-01-0217-17/+17
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* | | Move constants into read-only data segmentDmitry Stogov2017-12-151-1/+1
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-142-3/+3
* | | Cleanup type conversionDmitry Stogov2017-12-072-6/+3
* | | Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* | | Use single memory pool for result metadata and result set.Dmitry Stogov2017-11-151-2/+2
* | | Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall...Dmitry Stogov2017-11-155-17/+29
* | | Use interned strings for "magic" property of internal classes. (not copyied i...Dmitry Stogov2017-11-011-1/+1