mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
parent
11f4683ee5
commit
fd28bb0f51
1 changed files with 66 additions and 13 deletions
|
@ -411,19 +411,72 @@ fi
|
||||||
dnl
|
dnl
|
||||||
dnl Setup extension sources
|
dnl Setup extension sources
|
||||||
dnl
|
dnl
|
||||||
PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c crypt.c \
|
PHP_NEW_EXTENSION([standard], [m4_normalize([
|
||||||
datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
|
array.c
|
||||||
flock_compat.c formatted_print.c fsock.c head.c html.c image.c \
|
assert.c
|
||||||
info.c iptc.c link.c mail.c math.c md5.c metaphone.c \
|
base64.c
|
||||||
microtime.c pack.c pageinfo.c quot_print.c \
|
basic_functions.c
|
||||||
soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
|
browscap.c
|
||||||
var.c versioning.c assert.c strnatcmp.c levenshtein.c \
|
crc32_x86.c
|
||||||
incomplete_class.c url_scanner_ex.c ftp_fopen_wrapper.c \
|
crc32.c
|
||||||
http_fopen_wrapper.c php_fopen_wrapper.c credits.c css.c \
|
credits.c
|
||||||
var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
|
crypt.c
|
||||||
filters.c proc_open.c streamsfuncs.c http.c password.c \
|
css.c
|
||||||
net.c hrtime.c crc32_x86.c libavifinfo/avifinfo.c,,,
|
datetime.c
|
||||||
-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
dir.c
|
||||||
|
dl.c
|
||||||
|
dns.c
|
||||||
|
exec.c
|
||||||
|
file.c
|
||||||
|
filestat.c
|
||||||
|
filters.c
|
||||||
|
flock_compat.c
|
||||||
|
formatted_print.c
|
||||||
|
fsock.c
|
||||||
|
ftok.c
|
||||||
|
ftp_fopen_wrapper.c
|
||||||
|
head.c
|
||||||
|
hrtime.c
|
||||||
|
html.c
|
||||||
|
http_fopen_wrapper.c
|
||||||
|
http.c
|
||||||
|
image.c
|
||||||
|
incomplete_class.c
|
||||||
|
info.c
|
||||||
|
iptc.c
|
||||||
|
levenshtein.c
|
||||||
|
libavifinfo/avifinfo.c
|
||||||
|
link.c
|
||||||
|
mail.c
|
||||||
|
math.c
|
||||||
|
md5.c
|
||||||
|
metaphone.c
|
||||||
|
microtime.c
|
||||||
|
net.c
|
||||||
|
pack.c
|
||||||
|
pageinfo.c
|
||||||
|
password.c
|
||||||
|
php_fopen_wrapper.c
|
||||||
|
proc_open.c
|
||||||
|
quot_print.c
|
||||||
|
scanf.c
|
||||||
|
sha1.c
|
||||||
|
soundex.c
|
||||||
|
streamsfuncs.c
|
||||||
|
string.c
|
||||||
|
strnatcmp.c
|
||||||
|
syslog.c
|
||||||
|
type.c
|
||||||
|
uniqid.c
|
||||||
|
url_scanner_ex.c
|
||||||
|
url.c
|
||||||
|
user_filters.c
|
||||||
|
uuencode.c
|
||||||
|
var_unserializer.c
|
||||||
|
var.c
|
||||||
|
versioning.c
|
||||||
|
])],,,
|
||||||
|
[-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1])
|
||||||
|
|
||||||
PHP_ADD_BUILD_DIR($ext_builddir/libavifinfo)
|
PHP_ADD_BUILD_DIR($ext_builddir/libavifinfo)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue