On Wed, 20 Jul 2005 08:31:04 -0000
[EMAIL PROTECTED] ("Derick Rethans") wrote:

> +#ifdef EXPERIMENTAL_DATE_SUPPORT
> +     /* Advanced Interface */
> +     PHP_FE(date_create, NULL)
> +     PHP_FE(date_format, NULL)
> +     PHP_FE(date_modify, NULL)
> +     PHP_FE(date_timezone_get, NULL)
> +     PHP_FE(date_timezone_set, NULL)
> +     PHP_FE(date_offset_get, NULL)
> +
> +     PHP_FE(timezone_open, NULL)
> +     PHP_FE(timezone_name_get, NULL)
> +     PHP_FE(timezone_offset_get, NULL)
> +     PHP_FE(timezone_transistions_get, NULL)
> +     PHP_FE(timezone_identifiers_list, NULL)
> +     PHP_FE(timezone_abbreviations_list, NULL)
> +#endif

We agreed to do not commit that before 5.1 is branched. Please
revert.

--Pierre

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to