From: Pierre Joye Date: Tue, 9 Jun 2009 10:23:10 +0000 (+0000) Subject: - fix build (test before commit maybe?) X-Git-Tag: php-5.4.0alpha1~191^2~3376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b78b9f5df3d178c0a7802bfa9870f4438893b83c;p=php - fix build (test before commit maybe?) --- diff --git a/sapi/apache/mod_php.c b/sapi/apache/mod_php.c index 34c053042d..0a3bedcdf2 100644 --- a/sapi/apache/mod_php.c +++ b/sapi/apache/mod_php.c @@ -257,7 +257,7 @@ static void sapi_apache_register_server_variables(zval *track_vars_array TSRMLS_ zval **path_translated; HashTable *symbol_table; unsigned int new_val_len; - UConveter *conv = ZEND_U_CONVERTER(UG(runtime_encoding_conv)); + UConverter *conv = ZEND_U_CONVERTER(UG(runtime_encoding_conv)); for (i = 0; i < arr->nelts; i++) { char *val;