Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
win32 /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
11.91
KB
-rw-rw-r--
2022-10-31 11:36
Makefile.phpize
1.93
KB
-rw-rw-r--
2022-10-31 11:36
buildconf.js
7.24
KB
-rw-rw-r--
2022-10-31 11:36
config.w32
13.35
KB
-rw-rw-r--
2022-10-31 11:36
config.w32.h.in
3.43
KB
-rw-rw-r--
2022-10-31 11:36
config.w32.phpize.in
4.64
KB
-rw-rw-r--
2022-10-31 11:36
configure.bat
53
B
-rw-rw-r--
2022-10-31 11:36
configure.tail
191
B
-rw-rw-r--
2022-10-31 11:36
confutils.js
100.57
KB
-rw-rw-r--
2022-10-31 11:36
cppcheck.cfg
9.52
KB
-rw-rw-r--
2022-10-31 11:36
cppcheck_suppress.txt
64
B
-rw-rw-r--
2022-10-31 11:36
cppcheck_x64.cfg
464
B
-rw-rw-r--
2022-10-31 11:36
cppcheck_x86.cfg
466
B
-rw-rw-r--
2022-10-31 11:36
default.manifest
1.25
KB
-rw-rw-r--
2022-10-31 11:36
deplister.c
1.84
KB
-rw-rw-r--
2022-10-31 11:36
libs_version.txt
216
B
-rw-rw-r--
2022-10-31 11:36
mkdist.php
17.13
KB
-rw-rw-r--
2022-10-31 11:36
php.ico
1.68
KB
-rw-rw-r--
2022-10-31 11:36
phpize.bat
288
B
-rw-rw-r--
2022-10-31 11:36
phpize.js.in
7.66
KB
-rw-rw-r--
2022-10-31 11:36
registersyslog.php
402
B
-rwxrwxr-x
2022-10-31 11:36
template.rc
2
KB
-rw-rw-r--
2022-10-31 11:36
wsyslog.mc
366
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
/* Build Configuration Template for Win32. */ /* Define the minimum supported version */ #undef _WIN32_WINNT #undef NTDDI_VERSION #define _WIN32_WINNT 0x0601 #define NTDDI_VERSION 0x06010000 /* Default PHP / PEAR directories */ #define PHP_CONFIG_FILE_PATH "" #define CONFIGURATION_FILE_PATH "php.ini" #define PEAR_INSTALLDIR "@PREFIX@\\pear" #define PHP_BINDIR "@PREFIX@" #define PHP_DATADIR "@PREFIX@" #define PHP_EXTENSION_DIR "@PREFIX@\\ext" #define PHP_INCLUDE_PATH ".;@PREFIX@\\pear" #define PHP_LIBDIR "@PREFIX@" #define PHP_LOCALSTATEDIR "@PREFIX@" #define PHP_PREFIX "@PREFIX@" #define PHP_SYSCONFDIR "@PREFIX@" /* PHP Runtime Configuration */ #define PHP_URL_FOPEN 1 #define USE_CONFIG_FILE 1 #define DEFAULT_SHORT_OPEN_TAG "1" /* Platform-Specific Configuration. Should not be changed. */ #define PHP_SIGCHILD 0 #define HAVE_GETSERVBYNAME 1 #define HAVE_GETSERVBYPORT 1 #define HAVE_GETPROTOBYNAME 1 #define HAVE_GETPROTOBYNUMBER 1 #define HAVE_GETHOSTNAME 1 #define STDIN_FILENO 0 #define STDOUT_FILENO 1 #define STDERR_FILENO 2 #define HAVE_ERRMSG_H 0 #undef HAVE_ADABAS #undef HAVE_SOLID #undef HAVE_SYMLINK /* its in win32/time.c */ #define HAVE_USLEEP 1 #define HAVE_NANOSLEEP 1 #define PHP_SLEEP_NON_VOID 1 #define HAVE_GETCWD 1 #define NEED_ISBLANK 1 #define DISCARD_PATH 0 #undef HAVE_SETITIMER #undef HAVE_SIGSETJMP #undef HAVE_IODBC #define HAVE_LIBDL 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_PUTENV 1 #define HAVE_TZSET 1 #undef HAVE_FLOCK #define HAVE_ALLOCA 1 #undef HAVE_SYS_TIME_H #undef HAVE_STRUCT_STAT_ST_BLKSIZE #undef HAVE_STRUCT_STAT_ST_BLOCKS #define HAVE_STRUCT_STAT_ST_RDEV 1 #define REGEX 1 #define HSREGEX 1 #define HAVE_GETLOGIN 1 #define HAVE_MEMMOVE 1 #define HAVE_REGCOMP 1 #define HAVE_LOCALE_H 1 #define HAVE_SHUTDOWN 1 #define HAVE_STRCASECMP 1 #define HAVE_UTIME 1 #undef HAVE_DIRENT_H #define HAVE_FCNTL_H 1 #define HAVE_GRP_H 0 #undef HAVE_PWD_H #undef HAVE_SYS_FILE_H #undef HAVE_SYS_SOCKET_H #undef HAVE_SYS_WAIT_H #define HAVE_SYSLOG_H 1 #undef HAVE_UNISTD_H #define HAVE_SYS_TYPES_H 1 #undef HAVE_ALLOCA_H #undef HAVE_KILL #define HAVE_GETPID 1 #define HAVE_LIBM 1 #undef HAVE_RINT #define SIZEOF_SHORT 2 /* int and long are still 32bit in 64bit compiles */ #define SIZEOF_INT 4 #define SIZEOF_LONG 4 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */ #define SIZEOF_LONG_LONG 8 /* defined as __int64 */ #define SIZEOF_INTMAX_T 0 #define ssize_t SSIZE_T #ifdef _WIN64 # define SIZEOF_SIZE_T 8 # define SIZEOF_PTRDIFF_T 8 #else # define SIZEOF_SIZE_T 4 # define SIZEOF_PTRDIFF_T 4 #endif #define SIZEOF_OFF_T 4 #define HAVE_FNMATCH #define HAVE_GLOB #define PHP_SHLIB_SUFFIX "dll" #define PHP_SHLIB_EXT_PREFIX "php_" #define HAVE_SQLDATASOURCES /* Win32 supports socketpair by the emulation in win32/sockets.c */ #define HAVE_SOCKETPAIR 1 #define HAVE_SOCKLEN_T 1 /* Win32 support proc_open */ #define PHP_CAN_SUPPORT_PROC_OPEN 1 /* inet_ntop() / inet_pton() */ #define HAVE_INET_PTON 1 #define HAVE_INET_NTOP 1 #define HAVE_MBLEN #undef HAVE_ATOF_ACCEPTS_NAN #undef HAVE_ATOF_ACCEPTS_INF #define HAVE_HUGE_VAL_NAN 0 /* vs.net 2005 has a 64-bit time_t. This will likely break * 3rdParty libs that were built with older compilers; switch * back to 32-bit */ #ifndef _WIN64 # define _USE_32BIT_TIME_T 1 #endif #define _REENTRANT 1 #define HAVE_MBRLEN 1 #define HAVE_MBSTATE_T 1 #define HAVE_HUGE_VAL_INF 1 #define HAVE_GETRUSAGE #define HAVE_FTOK 1 #define HAVE_NICE #ifdef __clang__ #define HAVE_FUNC_ATTRIBUTE_TARGET 1 #endif