]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Mon, 6 Aug 2007 12:54:57 +0000 (12:54 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 6 Aug 2007 12:54:57 +0000 (12:54 +0000)
sapi/apache/mod_php5.c

index c1780e59e318bbdf3a8564fa8a35cf20fe12392b..58e346e2e0ae20752efba470bb9d2fa3bfc36df2 100644 (file)
@@ -548,7 +548,7 @@ static void init_request_info(TSRMLS_D)
  */
 static int php_apache_alter_ini_entries(php_per_dir_entry *per_dir_entry TSRMLS_DC)
 {
-       zend_alter_ini_entry(per_dir_entry->key, per_dir_entry->key_length+1, per_dir_entry->value, per_dir_entry->value_length, per_dir_entry->type, data->htaccess?PHP_INI_STAGE_HTACCESS:PHP_INI_STAGE_ACTIVATE);
+       zend_alter_ini_entry(per_dir_entry->key, per_dir_entry->key_length+1, per_dir_entry->value, per_dir_entry->value_length, per_dir_entry->type, per_dir_entry->htaccess?PHP_INI_STAGE_HTACCESS:PHP_INI_STAGE_ACTIVATE);
        return 0;
 }
 /* }}} */