Re: [PHP-DEV] PHP_INI_MH question

2002-10-14 Thread Jon Parise
On Tue, Oct 15, 2002 at 01:12:35AM -0400, Jon Parise wrote: > I'm curious about some of the semantics behind PHP_INI_MH. Woops, I had an error in my code that made me interpret things incorrectly. -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) -- PHP Development

[PHP-DEV] PHP_INI_MH question

2002-10-14 Thread Jon Parise
I'm curious about some of the semantics behind PHP_INI_MH. In my Python extension, I use some custom INI callbacks to set values inside of the Python environment. The Python interpreter is initialized inside of PHP_MINIT_FUNCTION. It appears as though PHP invokes PHP_INI_MH callbacks for values