Re: [PHP-DEV] Module startup/shutdown in PHP extensions

2002-07-19 Thread Jon Parise
On Fri, Jul 19, 2002 at 07:42:41AM +0200, David Eriksson wrote: > > Now the problem is when I start apache (net start apache) php seems to call > > the module startup function and then it calls the module shutdown function > > immediately afterwards. The request startup and shutdown functions se

[PHP-DEV] INTERNAL FEATURE request

2002-07-19 Thread Sam Liddicott
Please can we have a magic "cookie" resource value or zval associated with PHP objects accessable via the C API? This would be used when the PHP class it wrapping a C++ class (such as one linked in via swig ( www.swig.org )) so there was a cheap way to find which C++ object

[PHP-DEV] CVS Account Request: xuefeng

2002-07-19 Thread meng
I am interested in php and want to learn how to use it. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: INTERNAL FEATURE request

2002-07-19 Thread l0t3k
Sam, i dont know if this will happen in ZE1, but it exists already in ZE2. my workaround was to prepend a header containing a resource id and the corresponding ZVAL wrapper to all my structs, and use some funky macros. its ugly, but it works. "Sam Liddicott" <[EMAIL PROTECTED]> wrote in mes