mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
fix win32 build
This commit is contained in:
parent
baa92cc540
commit
0688feeba4
@ -19,7 +19,6 @@
|
||||
|
||||
#include "php.h"
|
||||
#include "php_ini.h"
|
||||
#include "php_config.h"
|
||||
|
||||
#if HAVE_ICONV
|
||||
|
||||
@ -178,6 +177,7 @@ PHP_FUNCTION(ob_iconv_handler)
|
||||
int coding;
|
||||
char *out_buffer;
|
||||
zval **zv_string;
|
||||
SLS_FETCH();
|
||||
ICONVLS_FETCH();
|
||||
|
||||
if (ZEND_NUM_ARGS()!=1 || zend_get_parameters_ex(1, &zv_string)==FAILURE) {
|
||||
|
Loading…
Reference in New Issue
Block a user