]> granicus.if.org Git - php/commitdiff
- fix build (test before commit maybe?)
authorPierre Joye <pajoye@php.net>
Tue, 9 Jun 2009 10:23:10 +0000 (10:23 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 9 Jun 2009 10:23:10 +0000 (10:23 +0000)
sapi/apache/mod_php.c

index 34c053042de67a78077de65ba9bc59ca09b1535c..0a3bedcdf274cf12c24a3d16149e48d0aecfeb78 100644 (file)
@@ -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;