404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.2.6: ~ $
<?php

define ('LEGAL', 1);
define ('TITLE', 'Compile PHP with LSAPI');
define ('OPTION_VERSION', 3);

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.2.9',
		'8.1.22',
		'8.0.30'],
	'7' => [
		'7.4.32',
		'7.3.31',
		'7.2.34',
		'7.1.33',
		'7.0.33'],
	'5' => [
		'5.6.40',
		'5.5.38',
		'5.4.45',
		'5.3.29']
];

define ('LSAPI_VERSION', '8.1');
define ('SUHOSIN_VERSION', '0.9.38');
define ('APC_VERSION', '3.1.9');		// http://pecl.php.net/package/APC
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.0');	// http://pecl.php.net/package/memcache for php8
define ('MEMCACHED_VERSION', '2.2.0'); // http://pecl.php.net/package/memcached
define ('MEMCACHED7_VERSION', '3.2.0'); // http://pecl.php.net/package/memcached for php7 only
define ('OPCACHE_VERSION', '7.0.5');	// http://pecl.php.net/package/ZendOpcache

$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',
	'4' => '--with-mysql  --with-zlib --with-gd --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring',
	];


include_once( 'buildfunc.inc.php' );

Filemanager

Name Type Size Permission Actions
buildPHP.php File 567 B 0644
buildProgress.php File 367 B 0644
buildStep1.php File 1.45 KB 0644
buildStep2.php File 9.97 KB 0644
buildStep3.php File 3.46 KB 0644
buildStep4.php File 4.22 KB 0644
build_common.template File 565 B 0644
build_install.template File 4 KB 0644
build_install_ext.template File 1.72 KB 0644
build_manual_run.template File 1.05 KB 0644
build_prepare.template File 5.29 KB 0644
build_prepare_ext.template File 2.6 KB 0644
buildconf.inc.php File 2.26 KB 0644
buildfunc.inc.php File 29.19 KB 0644