We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1330359 commit 7c33644Copy full SHA for 7c33644
ext/mysqli/mysqli.c
@@ -875,7 +875,7 @@ PHP_MSHUTDOWN_FUNCTION(mysqli)
875
*/
876
PHP_RINIT_FUNCTION(mysqli)
877
{
878
-#ifndef MYSQLI_USE_MYSQLND && defined(ZTS)
+#if !defined(MYSQLI_USE_MYSQLND) && defined(ZTS)
879
if (mysql_thread_init()) {
880
return FAILURE;
881
}
@@ -912,7 +912,7 @@ PHP_RSHUTDOWN_FUNCTION(mysqli)
912
913
/* check persistent connections, move used to free */
914
915
916
mysql_thread_end();
917
#endif
918
if (MyG(error_msg)) {
0 commit comments