Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
local
/
php8.1
/
include
/
php
/
ext
/
date
/
lib
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
timelib.h
37.06 KB
-rw-r--r--
2026-05-14 15:40:31
Edit
Del
timelib_config.h
316 B
-rw-r--r--
2026-05-14 15:40:31
Edit
Del
Editing: timelib_config.h
(316 B)
Path: /usr/local/php8.1/include/php/ext/date/lib/timelib_config.h
Back
#ifdef PHP_WIN32 # include "config.w32.h" #else # include <php_config.h> #endif #include <php_stdint.h> #include "zend.h" #define timelib_malloc emalloc #define timelib_realloc erealloc #define timelib_calloc ecalloc #define timelib_strdup estrdup #define timelib_strndup estrndup #define timelib_free efree