mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
fix win32 build
This commit is contained in:
parent
baa92cc540
commit
0688feeba4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
#include "php_ini.h"
|
#include "php_ini.h"
|
||||||
#include "php_config.h"
|
|
||||||
|
|
||||||
#if HAVE_ICONV
|
#if HAVE_ICONV
|
||||||
|
|
||||||
|
@ -178,6 +177,7 @@ PHP_FUNCTION(ob_iconv_handler)
|
||||||
int coding;
|
int coding;
|
||||||
char *out_buffer;
|
char *out_buffer;
|
||||||
zval **zv_string;
|
zval **zv_string;
|
||||||
|
SLS_FETCH();
|
||||||
ICONVLS_FETCH();
|
ICONVLS_FETCH();
|
||||||
|
|
||||||
if (ZEND_NUM_ARGS()!=1 || zend_get_parameters_ex(1, &zv_string)==FAILURE) {
|
if (ZEND_NUM_ARGS()!=1 || zend_get_parameters_ex(1, &zv_string)==FAILURE) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue