]> granicus.if.org Git - php/commitdiff
fix win32 build
authorDaniel Beulshausen <dbeu@php.net>
Thu, 15 Mar 2001 20:45:49 +0000 (20:45 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Thu, 15 Mar 2001 20:45:49 +0000 (20:45 +0000)
ext/iconv/iconv.c

index 8b68cd474f32ef4419be11bfe2e6592027cc4191..f688e4a82630bbead3e52e3f5afc976d39120165 100644 (file)
@@ -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) {