]> granicus.if.org Git - php/commitdiff
Fixed MFB side effect
authorEdin Kadribasic <edink@php.net>
Thu, 8 May 2003 14:42:31 +0000 (14:42 +0000)
committerEdin Kadribasic <edink@php.net>
Thu, 8 May 2003 14:42:31 +0000 (14:42 +0000)
sapi/apache/mod_php5.c

index d90b22f53327bc782f110eb64091f26992fc83a8..5565db62a95e94d5201dd7c4913d5e5ca7d576bb 100644 (file)
@@ -534,7 +534,7 @@ static int send_php(request_rec *r, int display_source_mode, char *filename)
        HashTable *per_dir_conf;
        TSRMLS_FETCH();
 
-       per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php4_module);
+       per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module);
        if (per_dir_conf) {
                zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
        }