Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
usr
/
bin
/
Upload File :
New :
File
Dir
//proc/self/root/usr/bin/php-config4
#! /bin/sh prefix="/usr" version="4.4.9" includedir="${prefix}/include/php" includes="-I$includedir -I$includedir/main -I$includedir/TSRM -I$includedir/Zend" ldflags=" -L/usr/kerberos/lib -L/usr/lib/mysql -L/usr/local/lib" libs="-lcrypt -lnsl -lexpat -lcrypt -laspell -lpspell -lpanel -lncurses -lmysqlclient -lsybdb -lmcrypt -lgmp -lfreetype -lpng -lz -ljpeg -lz -ldb-4.3 -ldb-4.3 -lcurl -lbz2 -lz -lpcre -lresolv -lm -ldl -lnsl -lssl -lcrypto -ldl -lz -lcurl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lidn -lssl -lcrypto -lz -lxml2 -lz -lm -lodbc -lcrypt -lcrypt " extension_dir='/usr/lib/php4/20020429' case "$1" in --prefix) echo $prefix;; --includes) echo $includes;; --ldflags) echo $ldflags;; --libs) echo $libs;; --extension-dir) echo $extension_dir;; --version) echo $version;; *) echo "Usage: $0 [--prefix|--includes|--ldflags|--libs|--extension-dir|--version]" exit 1;; esac exit 0