135 Commits (4e561055a46fc68077300b8ec25490a198e82560)

Author SHA1 Message Date
Xinchen Hui e5bdd2c0ee Fixed bug #62885 (mysqli_poll - Segmentation fault) 13 years ago
Felipe Pena e4ca0ed09f - Year++ 14 years ago
Felipe Pena 4e19825281 - Year++ 14 years ago
Andrey Hristov 8fb6bdd5b8 Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. 14 years ago
Andrey Hristov f926a3c07d Move from directly referencing an aggregated structure to using a 14 years ago
Andrey Hristov aa480a4f4f prevent a crash if cs is NULL, which can happen with MS and lazy connections 15 years ago
Andrey Hristov d803c2f827 prevent a crash if cs is NULL, which can happen with MS and lazy connections 15 years ago
Andrey Hristov 8a929d8942 Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections 15 years ago
Andrey Hristov 534de60284 Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections 15 years ago
Andrey Hristov c9e7716cfd Add mysqli_error_list() that returns an array with errors. Typically only 15 years ago
Andrey Hristov 5ca5c2bf43 Change things to allow passing of the password length 15 years ago
Andrey Hristov eaaef0d870 Proper fix for 15 years ago
Andrey Hristov 5549e066f2 Proper fix for 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Kalle Sommer Nielsen 071513562d Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql) 15 years ago
Kalle Sommer Nielsen b016c7ded7 Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql) 15 years ago
Kalle Sommer Nielsen b529d43c0d Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query) 15 years ago
Kalle Sommer Nielsen 7456f1d8f8 Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query) 15 years ago
Andrey Hristov 332b953865 Fix bad types, because zend_parse_xxx expect signed integers 15 years ago
Andrey Hristov 77d160772f Fix bad types, because zend_parse_xxx expect signed integers 15 years ago
Ulf Wendel 2d925fb216 Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 15 years ago
Ulf Wendel e20c62d3be Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 15 years ago
Ulf Wendel bc6e920ebc Fix leak with persistent connections when using mysqli.default_host is used 15 years ago
Ulf Wendel 1781aec59f Fix leak with persistent connections when using mysqli.default_host is used 15 years ago
Andrey Hristov 60327d87a7 Plug a leak in mysqli when in the same script 15 years ago
Andrey Hristov 77d73b814b Plug a leak in mysqli when in the same script 15 years ago
Andrey Hristov 67ef72018f Fix for bug #52654 mysqli doesn't install headers with structures it uses 16 years ago
Andrey Hristov 27567040d2 Fix for bug #52654 mysqli doesn't install headers with structures it uses 16 years ago
Andrey Hristov f9ad56eab9 Remove a function that has no usage. The zval cache was disabled/removed 16 years ago
Andrey Hristov d6458c3b1e Add checks to check the underlying pointer in the resource. 16 years ago
Andrey Hristov ce682f1b26 Add checks to check the underlying pointer in the resource. 16 years ago
Andrey Hristov c91c86b743 Remove duplicated code. 16 years ago
Andrey Hristov 940e64dba3 Remove duplicated code. 16 years ago
Andrey Hristov 87bac04bf1 Better fix for #51605 16 years ago
Andrey Hristov 6cefa510d6 Better fix for #51605 16 years ago
Andrey Hristov 78887ff757 Fix a segfault when using a mysqli object after unsuccesssful connect, the 16 years ago
Andrey Hristov 293ba72451 Fix a segfault when using a mysqli object after unsuccesssful connect, the 16 years ago
Andrey Hristov fbd7db1f50 Fix for bug#50772 16 years ago
Andrey Hristov 4dbaaae979 Fix for bug#50772 16 years ago
Andrey Hristov 6407250e70 Fix for bug#50772 16 years ago
Sebastian Bergmann 16cb1cd469 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Andrey Hristov 066dad5ff9 Unify. The typedef-ed structs in mysqlnd are always capitalized. 16 years ago
Andrey Hristov 01adfaee5f Unify. The typedef-ed structs in mysqlnd are always capitalized. 16 years ago
Andrey Hristov 6f598e62ff Remove the zval caching from mysqlnd. It was disabled versions ago 16 years ago
Andrey Hristov fd44827701 Remove the zval caching from mysqlnd. It was disabled versions ago 16 years ago
Andrey Hristov 4d2735007d Remove disabled code - threaded fetching. This can be implemented 16 years ago
Andrey Hristov 157f1bddf1 Remove disabled code - threaded fetching. This can be implemented 16 years ago