403Webshell
Server IP : 157.22.201.140  /  Your IP : 216.73.216.74
Web Server : nginx/1.30.1
System : Linux mit.vincode.fvds.ru 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /opt/php56/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

SED="/usr/bin/sed"
prefix="/opt/php56"
datarootdir="/opt/php56/share"
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=" -lpthread -L/usr/lib/x86_64-linux-gnu/mit-krb5"
libs="-lcrypt   -lcrypt -ledit -lncurses -lgomp -lgmp -lbz2 -lz -lrt -lm  -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lssl -lcrypto -lxml2 -lcrypt -lxml2 -lcrypt "
extension_dir='/opt/php56/lib/php/modules;'
man_dir=`eval echo ${datarootdir}/man`
program_prefix=""
program_suffix=""
exe_extension=""
php_cli_binary=NONE
php_cgi_binary=NONE
configure_options=" '--cache-file=./config.cache' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--with-libdir=lib/x86_64-linux-gnu' '--prefix=/opt/php56' '--with-config-file-path=/opt/php56/etc' '--with-config-file-scan-dir=/opt/php56/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--with-bz2' '--with-db4' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--with-vpx-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-pcre-regex' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-sockets' '--with-kerberos' '--enable-shmop' '--enable-calendar' '--with-libxml-dir=/usr' '--enable-xml' '--with-mhash' '--with-system-tzdata' '--enable-pcntl' '--enable-mbregex' '--without-readline' '--with-libedit' '--enable-mbstring=shared' '--with-gd=shared' '--enable-bcmath=shared' '--enable-dba=shared' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl=/usr' '--with-mysql=shared,/usr' '--with-mysqli=shared' '--enable-mysqlnd=shared' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysqli-sock=/var/run/mysqld/mysqld.sock' '--enable-dom=shared' '--with-pgsql=shared,/usr' '--enable-wddx=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--with-curl=shared,/usr' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--with-pdo-dblib=shared,/usr' '--with-sybase-ct=shared,/usr' '--enable-json=shared' '--enable-zip=shared' '--with-pspell=shared' '--with-tidy=shared,/usr' '--enable-sysvmsg=shared' '--enable-sysvshm=shared' '--enable-sysvsem=shared' '--enable-posix=shared' '--with-unixODBC=shared,/usr' '--with-recode=shared,/usr' '--with-imagick=shared,/usr' '--with-imap=shared,/usr' '--with-imap-ssl' '--enable-htscanner=shared,/usr' '--enable-timezonedb=shared,/usr' '--with-ssh2=shared,/usr' '--enable-memcache=shared' '--enable-memcached=shared' '--with-libmemcached-dir=shared,/usr' '--enable-phar=shared' '--enable-apcu=shared' '--with-mcrypt=shared' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-g '-O2' '-fno-omit-frame-pointer' '-mno-omit-leaf-frame-pointer' '-ffile-prefix-map=/builds/ispsystem/php/BUILD/php-5.6.40/cgi=.' '-flto=auto' '-ffat-lto-objects' '-fstack-protector-strong' '-fstack-clash-protection' '-Wformat' '-Werror=format-security' '-fcf-protection' '-Wdate-time' '-D_FORTIFY_SOURCE=3'' 'LDFLAGS=-Wl,-Bsymbolic-functions '-flto=auto' '-ffat-lto-objects' '-Wl,-z,relro' '-L/usr/lib' '-L/usr/lib/x86_64-linux-gnu''"
php_sapis=" cli cgi"
phpapi="220131226"

# 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;;
--phpapi)
  echo $phpapi;;
--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]
  --phpapi            [$phpapi]
  --configure-options [$configure_options]
  --version           [$version]
  --vernum            [$vernum]
EOF
  exit 1;;
esac

exit 0

Youez - 2016 - github.com/yon3zu
LinuXploit