Re: [PHP-DEV] Apache 1.3 SAPI Authors: From: Zeev Suraski (zeev <email protected>)
Date: 12/13/00

At 01:24 11/12/2000, Sascha Schumann wrote:
> 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)?

It should be fixed. I guess nobody actually uses it - I guess it can wait
for 4.0.5.

Zeev

--
Zeev Suraski <zeev <email protected>>
CTO, Zend Technologies Ltd. http://www.zend.com/

-- 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>