- Reimplemented time(), getdate() and localtime() functions with new datetime

library.
This commit is contained in:
Derick Rethans 2005-07-03 20:45:08 +00:00
parent 0ef991e5ae
commit 8aa3554d19
4 changed files with 101 additions and 117 deletions

View file

@ -168,14 +168,12 @@ function_entry basic_functions[] = {
PHP_FE(time_nanosleep, NULL)
PHP_FE(time_sleep_until, NULL)
#endif
PHP_FE(time, NULL)
#if HAVE_STRPTIME
PHP_FE(strptime, NULL)
#endif
PHP_FE(idate, NULL)
PHP_FE(getdate, NULL)
PHP_FE(localtime, NULL)
PHP_FE(flush, NULL)
PHP_FE(wordwrap, NULL)