mirror of
https://github.com/php/php-src.git
synced 2026-04-08 16:43:44 +02:00
This was conditionally included if HAVE_MYSQL_REAL_CONNECT was defined.
This commit is contained in:
@@ -55,14 +55,16 @@ static int le_result, le_link, le_plink;
|
||||
|
||||
#include "php_ini.h"
|
||||
|
||||
# if HAVE_MYSQL_MYSQL_H
|
||||
# include <mysql/mysql.h>
|
||||
# else
|
||||
# include <mysql.h>
|
||||
# endif
|
||||
#if HAVE_MYSQL_MYSQL_H
|
||||
# include <mysql/mysql.h>
|
||||
#else
|
||||
# include <mysql.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ERRMSG_H
|
||||
#include <errmsg.h>
|
||||
#ifdef HAVE_MYSQL_REAL_CONNECT
|
||||
# ifdef HAVE_ERRMSG_H
|
||||
# include <errmsg.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define SAFE_STRING(s) ((s)?(s):"")
|
||||
|
||||
Reference in New Issue
Block a user