mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Reimplemented time(), getdate() and localtime() functions with new datetime
library.
This commit is contained in:
parent
0ef991e5ae
commit
8aa3554d19
4 changed files with 101 additions and 117 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue