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
ohrnSun Mar 18 14:16:46 2001 EDT
Modified files:
/php4/ext/ypCREDITS php_yp.h yp.c
Log:
Much needed cleanup and new functions added
---
Cleaned up stringhandling for binary safeness.
All functions now
3 matches
Mail list logo