summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Persistent resources are "thread-local".Dmitry Stogov2017-11-011-4/+2
* Fixed testDmitry Stogov2017-10-301-0/+1
* Merge branch 'PHP-7.2'Nikita Popov2017-10-283-3/+34
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-10-283-3/+34
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-10-283-3/+34
| | |\
| | | * Fix bug #75434 Wrong reflection for mysqli_fetch_all functionFabien Villepinte2017-10-283-3/+34
* | | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-242-4/+18
* | | | Remove done and old TODO file from ext/mysqliPeter Kokot2017-09-301-2/+0
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-09-131-0/+38
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-131-0/+38
| |\ \ \ | | |/ /
| | * | Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-0/+38
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-116/+0
* | | | Merge branch 'PHP-7.2'Joe Watkins2017-07-252-6/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-252-6/+9
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-252-6/+9
| | |\ \ | | | |/
| | | * minor loop optimizations, closes #2633Joe Watkins2017-07-252-6/+9
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-07-231-1/+1
|\ \ \ \ | |/ / /
| * | | fix skipifAnatol Belski2017-07-231-1/+1
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-07-222-0/+28
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-07-222-0/+28
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-222-0/+28
| | |\ \ | | | |/
| | | * Fixed bug #74968 PHP crashes when calling mysqli_result::fetch_object with an...Anatol Belski2017-07-222-0/+28
* | | | Remove version checks for MySQL < 5.0Nikita Popov2017-07-193-11/+3
|/ / /
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-121-1/+1
| |\ \ | | |/
| | * increase poll timeout as false positives mitigationAnatol Belski2017-07-121-1/+1
* | | Remove superfluous semicolonsTom Van Looy2017-06-266-7/+7
* | | BUG #74737: Incorrect ReflectionFunction information for mysqli_get_client_infoMitch Hagstrand2017-06-192-1/+20