[PHP-DEV] Apache 1.3 SAPI Authors: From: Sascha Schumann (sascha <email protected>)
Date: 12/10/00

    What exactly is the per-dir config supposed to store in
    Apache 1.3?

    In send_php():

    per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php4_module);

    In php_xbithack_handler():

    conf = (php_apache_info_struct *) get_module_config(r->per_dir_config, &php4_module);

    Should the xbithack_handler() be fixed (or dropped)?

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>