[PHP-DEV] Zend API question

2001-08-29 Thread Ricky Dhatt
I'm writing my own extension and using the Zend API docs at Zend.com. They are very vague on using resources. I can create/destory them just fine, but the docs leave out exactly how access the resource data. I've been looking at ext/curl/curl.c and ext/crack/crack.c for guidance but I can't get ZE

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