fix the build. two mysqli functions were missing after

recent commit - set_charset and get_charset
This commit is contained in:
Andrey Hristov 2010-08-25 15:02:02 +00:00
parent adcf926b80
commit 7a83093a3b

View File

@ -31,6 +31,7 @@
#include "ext/standard/info.h"
#include "php_mysqli_structs.h"
#include "mysqli_fe.h"
#include "mysqli_priv.h"
#if PHP_VERSION_ID >= 50399
#define MYSQLI_ZEND_ARG_OBJ_INFO_LINK() ZEND_ARG_OBJ_INFO(0, link, mysqli, 0)