gzuncompress NineSec Team Shell
NineSec Team Shell
Server IP : 172.19.0.3  /  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/8.0/bin/

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

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

SED="/usr/bin/sed"
prefix="/opt/lima-php/8.0"
datarootdir="/opt/lima-php/8.0/php"
exec_prefix="${prefix}"
version="8.0.30"
vernum="80030"
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/x86_64-linux-gnu/mit-krb5 -L/usr//usr/lib/x86_64-linux-gnu"
libs="-lcrypt  -lc-client  -ltidy -largon2 -lresolv -lreadline -lncurses -lrt -lldap -llber -lstdc++ -lcrypt -lpam -lgmp -lbz2 -lutil -lrt -lm -ldl -lapparmor  -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lgd -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -licuio -licui18n -licuuc -licudata -lonig -lsqlite3 -lxml2 -lxml2 -lsodium -largon2 -lxml2 -lxml2 -lxml2 -lxslt -lxml2 -lexslt -lxslt -lxml2 -lzip -lz -lssl -lcrypto -lcrypt "
extension_dir='/opt/lima-php/8.0/lib/php/extensions/no-debug-non-zts-20200930'
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/8.0/etc' '--prefix=/opt/lima-php/8.0' '--with-gettext' '--enable-intl' '--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-openssl' '--with-zlib' '--with-jpeg-dir=shared,/usr' '--with-png-dir=shared,/usr' '--with-fpm-apparmor' '--enable-gd' '--with-external-gd' '--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' '--with-zip' '--with-libzip' '--with-bz2' '--enable-mailparse' '--disable-maintainer-zts' '--disable-cgi' '--enable-fpm' '--enable-opcache' '--with-sodium' '--with-readline' '--with-tidy' '--with-avif' '--with-password-argon2' '--enable-sysvsem' '--enable-sysvmsg' '--enable-sockets'"
php_sapis=" cli fpm phpdbg"
ini_dir=""
ini_path="/opt/lima-php/8.0/etc"

# 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;;
--ini-path)
  echo $ini_path;;
--ini-dir)
  echo $ini_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]
  --ini-path          [$ini_path]
  --ini-dir           [$ini_dir]
  --configure-options [$configure_options]
  --version           [$version]
  --vernum            [$vernum]
EOF
  exit 1;;
esac

exit 0

NineSec Team - 2022