Hi,
wasn't supposed to commit the change below *yet*, but will do that in
trunk soon too.
cheers,
Derick
On Tue, 6 Jul 2010, Derick Rethans wrote:
> Modified: php/php-src/branches/LEMON/main/main.c
> ===================================================================
> --- php/php-src/trunk/main/main.c 2010-07-06 17:01:30 UTC (rev 301028)
> +++ php/php-src/branches/LEMON/main/main.c 2010-07-06 19:10:27 UTC (rev
> 301029)
> @@ -507,6 +507,11 @@
> static int module_startup = 1;
> static int module_shutdown = 0;
>
> +PHPAPI int php_module_initialized(void)
> +{
> + return module_initialized;
> +}
> +
> /* {{{ php_during_module_startup */
> static int php_during_module_startup(void)
> {
>
> Modified: php/php-src/branches/LEMON/main/php_main.h
> ===================================================================
> --- php/php-src/trunk/main/php_main.h 2010-07-06 17:01:30 UTC (rev 301028)
> +++ php/php-src/branches/LEMON/main/php_main.h 2010-07-06 19:10:27 UTC
> (rev 301029)
> @@ -27,6 +27,7 @@
> #include "SAPI.h"
>
> BEGIN_EXTERN_C()
> +PHPAPI int php_module_initialized(void);
> PHPAPI int php_request_startup(TSRMLS_D);
> PHPAPI void php_request_shutdown(void *dummy);
> PHPAPI void php_request_shutdown_for_exec(void *dummy);
>
>
--
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php