mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
3cdc895213
- Changed WDDX extension to use new date parsing code. - Removed all remnants to the old parser. #- I hope that I didn't break the .dsp's...
19 lines
907 B
JavaScript
19 lines
907 B
JavaScript
// vim:ft=javascript
|
|
// $Id$
|
|
|
|
ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
|
|
AC_DEFINE("PHP_CONFIG_FILE_SCAN_DIR", PHP_CONFIG_FILE_SCAN_DIR);
|
|
|
|
EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
|
|
crc32.c crypt.c cyr_convert.c datetime.c dir.c dl.c dns.c exec.c \
|
|
file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \
|
|
info.c iptc.c lcg.c link.c mail.c math.c md5.c metaphone.c microtime.c \
|
|
pack.c pageinfo.c quot_print.c rand.c reg.c soundex.c \
|
|
string.c scanf.c syslog.c type.c uniqid.c url.c url_scanner.c var.c \
|
|
versioning.c assert.c strnatcmp.c levenshtein.c incomplete_class.c \
|
|
url_scanner_ex.c ftp_fopen_wrapper.c http_fopen_wrapper.c \
|
|
php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
|
|
user_filters.c uuencode.c filters.c proc_open.c sunfuncs.c \
|
|
streamsfuncs.c http.c", false /* never shared */);
|
|
|