Current Path: > > usr > local > > lsws > admin > html > utility > > build_php
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
buildPHP.php | File | 567 bytes | August 05 2025 14:49:11. | |
buildProgress.php | File | 367 bytes | August 05 2025 14:49:11. | |
buildStep1.php | File | 1489 bytes | August 05 2025 14:49:11. | |
buildStep2.php | File | 9571 bytes | August 05 2025 14:49:11. | |
buildStep3.php | File | 3547 bytes | August 05 2025 14:49:11. | |
buildStep4.php | File | 4322 bytes | August 05 2025 14:49:11. | |
build_common.template | File | 565 bytes | August 05 2025 14:49:11. | |
build_install.template | File | 4274 bytes | August 05 2025 14:49:11. | |
build_install_ext.template | File | 1764 bytes | August 05 2025 14:49:11. | |
build_manual_run.template | File | 1072 bytes | August 05 2025 14:49:11. | |
build_prepare.template | File | 5412 bytes | August 05 2025 14:49:11. | |
build_prepare_ext.template | File | 2664 bytes | August 05 2025 14:49:11. | |
buildconf.inc.php | File | 2021 bytes | August 05 2025 14:49:11. | |
buildfunc.inc.php | File | 27452 bytes | August 05 2025 14:49:11. |
<?php define ('LEGAL', 1); define ('TITLE', 'Compile PHP with LSAPI'); define ('OPTION_VERSION', 5); define ('BUILD_DIR', $_SERVER['LS_SERVER_ROOT'] . 'phpbuild'); define ('LAST_CONF', BUILD_DIR . '/savedconfig.'); // actual file will include . php base version. define ('DEFAULT_INSTALL_DIR', $_SERVER['LS_SERVER_ROOT'].'lsphp'); // actual dir will include . php base version. $PHP_VER = [ '8' => [ '8.4.10', '8.3.23', '8.2.29', '8.1.33', '8.0.30'], '7' => [ '7.4.32', '7.3.31', '7.2.34', '7.1.33', '7.0.33'], '5' => ['5.6.40'] ]; define ('LSAPI_VERSION', '8.2'); define ('SUHOSIN_VERSION', '0.9.38'); // www.suhosin.org define ('MEMCACHE_VERSION', '2.2.7'); // http://pecl.php.net/package/memcache for php5 define ('MEMCACHE7_VERSION', '4.0.5.2'); // http://pecl.php.net/package/memcache for php7.0-7.4 define ('MEMCACHE8_VERSION', '8.2'); // http://pecl.php.net/package/memcache for php8 define ('MEMCACHED_VERSION', '2.2.0'); // http://pecl.php.net/package/memcached define ('MEMCACHED7_VERSION', '3.3.0'); // http://pecl.php.net/package/memcached for php7 only $DEFAULT_PHP_PARAMS = [ '8' => '--with-mysqli --with-zlib --enable-gd --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbstring --with-iconv --with-pdo-mysql --enable-ftp --with-zip --with-curl --enable-soap --enable-xml --with-openssl --enable-bcmath', '7' => '--with-mysqli --with-zlib --with-gd --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbstring --with-iconv --with-mcrypt --with-pdo-mysql --enable-ftp --enable-zip --with-curl --enable-soap --enable-xml --enable-json --with-openssl --enable-bcmath', '5' => '--with-mysqli --with-zlib --with-gd --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbstring --with-iconv --with-mysql --with-mcrypt --with-pdo --with-pdo-mysql --enable-ftp --enable-zip --with-curl --enable-soap --enable-xml --enable-json --with-openssl --enable-bcmath', ]; include_once( 'buildfunc.inc.php' );
SILENT KILLER Tool