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 /
ext /
xsl /
Delete
Unzip
Name
Size
Permission
Date
Action
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
CREDITS
36
B
-rw-rw-r--
2022-10-31 11:36
config.m4
872
B
-rw-rw-r--
2022-10-31 11:36
config.w32
1.51
KB
-rw-rw-r--
2022-10-31 11:36
php_xsl.c
7.98
KB
-rw-rw-r--
2022-10-31 11:36
php_xsl.h
3.47
KB
-rw-rw-r--
2022-10-31 11:36
xsl_fe.h
1.86
KB
-rw-rw-r--
2022-10-31 11:36
xsltprocessor.c
26.73
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
PHP_ARG_WITH([xsl], [whether to build with XSL support], [AS_HELP_STRING([--with-xsl], [Build with XSL support])]) if test "$PHP_XSL" != "no"; then if test "$PHP_LIBXML" = "no"; then AC_MSG_ERROR([XSL extension requires LIBXML extension, add --with-libxml]) fi if test "$PHP_DOM" = "no"; then AC_MSG_ERROR([XSL extension requires DOM extension, add --enable-dom]) fi PKG_CHECK_MODULES([XSL], [libxslt >= 1.1.0]) PHP_EVAL_INCLINE($XSL_CFLAGS) PHP_EVAL_LIBLINE($XSL_LIBS, XSL_SHARED_LIBADD) PKG_CHECK_MODULES([EXSLT], [libexslt], [ PHP_EVAL_INCLINE($EXSLT_CFLAGS) PHP_EVAL_LIBLINE($EXSLT_LIBS, XSL_SHARED_LIBADD) AC_DEFINE(HAVE_XSL_EXSLT, 1, [ ]) ], [ ]) AC_DEFINE(HAVE_XSL,1,[ ]) PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared) PHP_SUBST(XSL_SHARED_LIBADD) PHP_ADD_EXTENSION_DEP(xsl, libxml) fi