OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php83
/
usr
/
include
/
php
/
ext
/
date
/
lib
Server IP: 46.202.161.180
Upload:
Name
Size
Modified
Perms
Actions
📁
..
-
05/07/2025 09:28:26 PM
rwxr-xr-x
📄
timelib.h
37.72 KB
03/13/2025 04:09:29 PM
rw-r--r--
Delete
📄
timelib_config.h
334 bytes
03/13/2025 04:09:29 PM
rw-r--r--
Delete
Editing: timelib_config.h
Close
#ifdef PHP_WIN32 # include "config.w32.h" #else # include <php_config.h> #endif #include <inttypes.h> #include <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