⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.37
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
opt
/
plesk
/
php
/
8.3
/
bin
/
Edit File: php-config
#! /bin/sh SED="/usr/bin/sed" prefix="$BUCK_PHP_ROOT""/opt/plesk/php/8.3" datarootdir="$BUCK_PHP_ROOT""/opt/plesk/php/8.3/share" exec_prefix="$BUCK_PHP_ROOT""/opt/plesk/php/8.3" version="8.3.23" vernum="80323" include_dir="/opt/plesk/php/8.3/include/php" includes="-I""$BUCK_PHP_ROOT""$include_dir -I""$BUCK_PHP_ROOT""$include_dir/main -I""$BUCK_PHP_ROOT""$include_dir/TSRM -I""$BUCK_PHP_ROOT""$include_dir/Zend -I""$BUCK_PHP_ROOT""$include_dir/ext -I""$BUCK_PHP_ROOT""$include_dir/ext/date/lib" ldflags=" -L/usr/lib/x86_64-linux-gnu/mit-krb5" libs="-lcrypt -lncurses -lrt -lstdc++ -lgmp -lbz2 -lrt -lm -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lz -lssl -lcrypto -ledit -lxml2 -lxml2 -lcrypt " extension_dir='/opt/plesk/php/8.3/lib/php/modules' man_dir=`eval echo /opt/plesk/php/8.3/share/man` program_prefix="" program_suffix="" exe_extension="" php_cli_binary=NONE php_cgi_binary=NONE configure_options=" '--bindir=/opt/plesk/php/8.3/bin' '--runstatedir=/run' '--localedir=/opt/plesk/php/8.3/share/locale' '--localstatedir=/opt/plesk/php/8.3/var' '--libdir=/opt/plesk/php/8.3/lib/x86_64-linux-gnu' '--docdir=/opt/plesk/php/8.3/share/doc' '--prefix=/opt/plesk/php/8.3' '--mandir=/opt/plesk/php/8.3/share/man' '--datadir=/opt/plesk/php/8.3/share' '--sbindir=/opt/plesk/php/8.3/sbin' '--exec-prefix=/opt/plesk/php/8.3' '--sysconfdir=/opt/plesk/php/8.3/etc' '--sharedstatedir=/opt/plesk/php/8.3/com' '--includedir=/opt/plesk/php/8.3/include' '--libexecdir=/opt/plesk/php/8.3/lib' '--infodir=/opt/plesk/php/8.3/share/info' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--disable-debug' '--disable-gcc-global-regs' '--disable-rpath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-litespeed' '--enable-phpdbg' '--enable-re2c-cgoto' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-xml' '--with-bz2' '--with-config-file-path=/opt/plesk/php/8.3/etc' '--with-config-file-scan-dir=/opt/plesk/php/8.3/etc/php.d' '--with-enchant=shared' '--with-gettext' '--with-gmp' '--with-iconv' '--with-kerberos' '--with-layout=GNU' '--with-libdir=lib' '--with-libxml' '--with-openssl' '--with-pic' '--with-system-tzdata' '--with-zlib' '--without-gdbm' '--without-pear' '--enable-bcmath=shared' '--enable-dba=shared' '--enable-dom=shared' '--enable-fileinfo=shared' '--enable-gd=shared' '--with-webp=/var/jenkins/workspace/PLESK/PHP/php-8.3-unix-aws/buck-out/gen/libs/webp/webp.files' '--enable-intl=shared' '--enable-mbregex' '--enable-mbstring=shared' '--enable-mysqlnd=shared' '--enable-pcntl' '--enable-pdo=shared' '--enable-phar=shared' '--enable-posix=shared' '--enable-soap=shared' '--enable-sysvmsg=shared' '--enable-sysvsem=shared' '--enable-sysvshm=shared' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--with-avif' '--with-curl=shared' '--with-db4=/usr' '--with-freetype' '--with-imap=shared' '--with-imap-ssl' '--with-jpeg' '--with-ldap=shared' '--with-ldap-sasl' '--with-libedit' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysqli=shared,mysqlnd' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared' '--with-pgsql=shared' '--with-pspell=shared' '--with-snmp=shared,/usr' '--with-sqlite3=shared' '--with-tidy=shared,/usr' '--with-unixODBC=shared,/usr' '--with-xpm' '--with-xsl=shared' '--with-zip=shared' '--without-readline' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'PKG_CONFIG=/var/jenkins/workspace/PLESK/PHP/php-8.3-unix-aws/rules/buck-out/gen/build/pkg-config.pex'" php_sapis=" cli litespeed phpdbg cgi" ini_dir="/opt/plesk/php/8.3/etc/php.d" ini_path="/opt/plesk/php/8.3/etc" # Set php_cli_binary and php_cgi_binary if available for sapi in $php_sapis; do case $sapi in cli) php_cli_binary="$BUCK_PHP_ROOT""/opt/plesk/php/8.3/bin/${program_prefix}php${program_suffix}${exe_extension}" ;; cgi) php_cgi_binary="$BUCK_PHP_ROOT""/opt/plesk/php/8.3/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
Simpan