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