Re: [PHP-DEV] Zend API question: PHP_INI_ENTRY and PHP_INI_PERDIR

2001-02-17 Thread Zeev Suraski
PHP_INI_PERDIR is currently used for the directory-level configuration in Apache (i.e., .htaccess files or values inside sections). Under Windows, it's used for INI values coming from the registry. Zeev At 02:38 18/2/2001, Mark J. Hershenson wrote: >What is the function of PHP_INI_PERDIR in

[PHP-DEV] Zend API question: PHP_INI_ENTRY and PHP_INI_PERDIR

2001-02-17 Thread Mark J. Hershenson
What is the function of PHP_INI_PERDIR in PHP_INI_ENTRY's? The API docs state: "There's also a fourth level, PHP_INI_PERDIR, for which we couldn't verify its behavior yet." I figure it's got to have a purpose. Does it have something to do with "Virtual Directory" support? I'm just swinging blind