Skip to content

Commit fd28bb0

Browse files
authored
Normalize ext/standard sources (#14677)
Follow-up of GH-14654
1 parent 11f4683 commit fd28bb0

File tree

1 file changed

+66
-13
lines changed

1 file changed

+66
-13
lines changed

ext/standard/config.m4

Lines changed: 66 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -411,19 +411,72 @@ fi
411411
dnl
412412
dnl Setup extension sources
413413
dnl
414-
PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c crypt.c \
415-
datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
416-
flock_compat.c formatted_print.c fsock.c head.c html.c image.c \
417-
info.c iptc.c link.c mail.c math.c md5.c metaphone.c \
418-
microtime.c pack.c pageinfo.c quot_print.c \
419-
soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
420-
var.c versioning.c assert.c strnatcmp.c levenshtein.c \
421-
incomplete_class.c url_scanner_ex.c ftp_fopen_wrapper.c \
422-
http_fopen_wrapper.c php_fopen_wrapper.c credits.c css.c \
423-
var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
424-
filters.c proc_open.c streamsfuncs.c http.c password.c \
425-
net.c hrtime.c crc32_x86.c libavifinfo/avifinfo.c,,,
426-
-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
414+
PHP_NEW_EXTENSION([standard], [m4_normalize([
415+
array.c
416+
assert.c
417+
base64.c
418+
basic_functions.c
419+
browscap.c
420+
crc32_x86.c
421+
crc32.c
422+
credits.c
423+
crypt.c
424+
css.c
425+
datetime.c
426+
dir.c
427+
dl.c
428+
dns.c
429+
exec.c
430+
file.c
431+
filestat.c
432+
filters.c
433+
flock_compat.c
434+
formatted_print.c
435+
fsock.c
436+
ftok.c
437+
ftp_fopen_wrapper.c
438+
head.c
439+
hrtime.c
440+
html.c
441+
http_fopen_wrapper.c
442+
http.c
443+
image.c
444+
incomplete_class.c
445+
info.c
446+
iptc.c
447+
levenshtein.c
448+
libavifinfo/avifinfo.c
449+
link.c
450+
mail.c
451+
math.c
452+
md5.c
453+
metaphone.c
454+
microtime.c
455+
net.c
456+
pack.c
457+
pageinfo.c
458+
password.c
459+
php_fopen_wrapper.c
460+
proc_open.c
461+
quot_print.c
462+
scanf.c
463+
sha1.c
464+
soundex.c
465+
streamsfuncs.c
466+
string.c
467+
strnatcmp.c
468+
syslog.c
469+
type.c
470+
uniqid.c
471+
url_scanner_ex.c
472+
url.c
473+
user_filters.c
474+
uuencode.c
475+
var_unserializer.c
476+
var.c
477+
versioning.c
478+
])],,,
479+
[-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1])
427480

428481
PHP_ADD_BUILD_DIR($ext_builddir/libavifinfo)
429482

0 commit comments

Comments
 (0)