On Mon, 19 Mar 2001, Andi Gutmans wrote:
> Seems to me that you can nuke the following as it will always be done in RINIT:
> +static void php_yp_init_globals(YPLS_D)
> +{
> + YP(error) = 0;
> +}
> +
> +PHP_MINIT_FUNCTION(yp)
> +{
> +#ifdef ZTS
> + yp_globals_id = ts_allocate_id(sizeof
Seems to me that you can nuke the following as it will always be done in RINIT:
+static void php_yp_init_globals(YPLS_D)
+{
+ YP(error) = 0;
+}
+
+PHP_MINIT_FUNCTION(yp)
+{
+#ifdef ZTS
+ yp_globals_id = ts_allocate_id(sizeof(php_yp_globals),
(ts_allocate_ctor) php_yp_init_globals, NUL
2 matches
Mail list logo