gzuncompress NineSec Team Shell
NineSec Team Shell
Server IP : 172.19.0.2  /  Your IP : 216.73.216.178
Web Server : Apache/2.4
System : Linux 880f91b28fd7 5.15.0-117-generic #127~20.04.1-Ubuntu SMP Thu Jul 11 15:36:12 UTC 2024 x86_64
User : tomlinde ( 155017)
PHP Version : 5.6.40
Disable Function : dl, syslog, opcache_get_status
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /opt/lima-php/5.6/bin/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //opt/lima-php/5.6/bin/php-config
#! /bin/sh

SED="/usr/bin/sed"
prefix="/opt/lima-php/5.6"
datarootdir="/opt/lima-php/5.6/php"
exec_prefix="${prefix}"
version="5.6.40"
vernum="50640"
include_dir="${prefix}/include/php"
includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib"
ldflags=" -Wl,-O1 -Wl,--hash-style=both -pie -L/usr//lib -L/usr/include/lib -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/local/icu-60/lib -L/usr//usr/lib/x86_64-linux-gnu"
libs="-lcrypt  -lc-client  -lzip -lz -lexslt -ltidy -lresolv -lcrypt -lreadline -lncurses -lrt -lmcrypt -lltdl -lldap -llber -lstdc++ -lcrypt -lpam -lgmp -lgd -lX11 -lXpm -lpng -lz -ljpeg -lX11 -lXpm -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl  -lapparmor -lxml2 -lcurl -lxml2 -lfreetype -lfreetype -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt -lxml2 -lxml2 -lxml2 -lxml2 -lxslt -lxml2 -lcrypt "
extension_dir='/opt/lima-php/5.6/lib/php/extensions/no-debug-non-zts-20131226'
man_dir=`eval echo ${datarootdir}/man`
program_prefix=""
program_suffix=""
exe_extension=""
php_cli_binary=NONE
php_cgi_binary=NONE
configure_options=" '--with-config-file-path=/opt/lima-php/5.6/etc' '--prefix=/opt/lima-php/5.6' '--with-gettext' '--enable-intl' '--with-icu-dir=/usr/local/icu-60' '--with-mysql' '--with-mysqli' '--with-pdo-mysql' '--without-pgsql' '--with-mysql-sock=/srv/mysql-socket/mysqld.sock' '--enable-mbstring' '--with-mcrypt' '--with-mhash' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--with-zlib' '--with-jpeg-dir=shared,/usr' '--with-png-dir=shared,/usr' '--with-gd=/usr/include' '--with-xpm-dir=/usr/' '--with-freetype-dir' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--enable-exif' '--enable-bcmath' '--enable-ftp' '--with-curl' '--enable-soap' '--enable-calendar' '--without-pear' '--disable-pcntl' '--with-xsl' '--with-ldap' '--with-ldap-sasl' '--with-gmp' '--with-xmlrpc' '--enable-zip' '--with-libzip' '--with-bz2' '--enable-mailparse' '--disable-maintainer-zts' '--disable-cgi' '--enable-fpm' '--enable-opcache' '--with-sodium' '--with-readline' '--with-tidy' '--with-avif' '--enable-sockets' 'CFLAGS=-fstack-protector-strong '-fpic' '-fpie' '-O2'' 'CPPFLAGS=-fstack-protector-strong '-fpic' '-fpie' '-O2'' 'LDFLAGS=-Wl,-O1 '-Wl,--hash-style=both' '-pie''"
php_sapis=" cli fpm"

# Set php_cli_binary and php_cgi_binary if available
for sapi in $php_sapis; do
  case $sapi in
  cli)
    php_cli_binary="${exec_prefix}/bin/${program_prefix}php${program_suffix}${exe_extension}"
    ;;
  cgi)
    php_cgi_binary="${exec_prefix}/bin/${program_prefix}php-cgi${program_suffix}${exe_extension}"
    ;;
  esac
done

# Determine which (if any) php binary is available
if test "$php_cli_binary" != "NONE"; then
  php_binary="$php_cli_binary"
else
  php_binary="$php_cgi_binary"
fi

# Remove quotes
configure_options=`echo $configure_options | $SED -e "s#'##g"`

case "$1" in
--prefix)
  echo $prefix;;
--includes)
  echo $includes;;
--ldflags)
  echo $ldflags;;
--libs)
  echo $libs;;
--extension-dir)
  echo $extension_dir;;
--include-dir)
  echo $include_dir;;
--php-binary)
  echo $php_binary;;
--php-sapis)
  echo $php_sapis;;
--configure-options)
  echo $configure_options;;
--man-dir)
  echo $man_dir;;
--version)
  echo $version;;
--vernum)
  echo $vernum;;
*)
  cat << EOF
Usage: $0 [OPTION]
Options:
  --prefix            [$prefix]
  --includes          [$includes]
  --ldflags           [$ldflags]
  --libs              [$libs]
  --extension-dir     [$extension_dir]
  --include-dir       [$include_dir]
  --man-dir           [$man_dir]
  --php-binary        [$php_binary]
  --php-sapis         [$php_sapis]
  --configure-options [$configure_options]
  --version           [$version]
  --vernum            [$vernum]
EOF
  exit 1;;
esac

exit 0

NineSec Team - 2022