Author Topic: php 7.4 with pear  (Read 8048 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
php 7.4 with pear
« on: July 04, 2020, 11:13:27 PM »
Hi all.
I have gone to php 7.4.7 but pear is disabled. In php selector 2 I can't find how to activate pear. and added in Option manual,
  [pear]
default = 1
option = "- with-pear"
info-file = pear.txt
but I can't get it to work.

Thank you

Offline
*
Re: php 7.4 with pear
« Reply #1 on: August 23, 2020, 10:23:02 AM »
Code: [Select]
[pear]
default=1
option="--with-pear"
info-file=pear.txt
try..

Code: [Select]
/bin/sh./configure--prefix=/opt/alt/php-fpm74/usr--with-config-file-path=/opt/alt/php-fpm74/usr/php--with-config-file-scan-dir=/opt/alt/php-fpm74/usr/php/php.d--with-zlib=/usr--enable-mbstring--with-zip--enable-bcmath--enable-pcntl--enable-ftp--enable-exif--enable-calendar--enable-sysvmsg--enable-sysvsem--enable-sysvshm--with-tidy--with-curl--with-iconv--with-gmp--with-pspell--enable-gd--with-jpeg--with-freetype--enable-gd-jis-conv--with-webp--with-zlib-dir=/usr--with-xpm--with-openssl--with-pdo-mysql=mysqlnd--with-gettext=/usr--with-bz2=/usr--with-mysqli--enable-soap--enable-phar--with-xsl--with-xmlrpc--with-kerberos--enable-posix--enable-sockets--with-external-pcre[b]--with-pear[/b]--with-libdir=lib64--with-mysql-sock=/var/lib/mysql/mysql.sock--enable-shmop--enable-intl--with-ldap=/usr--with-ldap-sasl=/usr--enable-fpm--enable-opcache
« Last Edit: August 23, 2020, 11:16:21 AM by thefantas »

Offline
*
Re: php 7.4 with pear
« Reply #2 on: August 23, 2020, 11:36:18 AM »
Hi, what you need to do is click on "Reset options", then configure and manually add what you need, including pear.
Then you compile and you're done :). Greetings.

*Hopefully they will add the option pear in the other section "select".

Quote
[config-path]
default=1
required=1
option="--prefix=/opt/alt/php-fpm74/usr --with-config-file-path=/opt/alt/php-fpm74/usr/php"
info-file=config-path.txt
pre-script="php74.sh"

[config-scan]
default=1
required=1
option="--with-config-file-scan-dir=/opt/alt/php-fpm74/usr/php/php.d"
info-file=config-scan.txt

[zlib]
default=1
option="--with-zlib=/usr"
info-file=zlib.txt
include=zlib-dir

[mbstring]
default=1
option="--enable-mbstring"
info-file=mbstring.txt

[zip]
default=1
option="--with-zip"
info-file=zip.txt

[bcmath]
default=1
option="--enable-bcmath"
info-file=bcmath.txt

[pcntl]
default=1
option="--enable-pcntl"
info-file=pcntl.txt

[ftp]
default=1
option="--enable-ftp"
info-file=ftp.txt

[exif]
default=1
required=1
option="--enable-exif"
info-file=exif.txt

[calendar]
default=1
option="--enable-calendar"
info-file=calendar.txt

[sysvmsg]
default=1
required=1
option="--enable-sysvmsg"
info-file=sysvmsg.txt

[sysvsem]
default=1
required=1
option="--enable-sysvsem"
info-file=sysvsem.txt

[sysvshm]
default=1
required=1
option="--enable-sysvshm"
info-file=sysvshm.txt

[tidy]
default=1
option="--with-tidy"
info-file=tidy.txt

[curl]
default=1
required=1
option="--with-curl"
info-file=curl.txt

[mcrypt]
default=1
script="mcrypt.sh"
info-file=mcrypt.txt

[iconv]
default=1
option="--with-iconv"
info-file=iconv.txt

[gmp]
default=1
option="--with-gmp"
info-file=gmp.txt

[pspell]
default=1
option="--with-pspell"
info-file=pspell.txt

[gd]
default=1
option="--enable-gd"
info-file=gd.txt

[gd-jpeg]
default=1
option="--with-jpeg"
info-file=gd.txt

[gd-freetype]
default=1
option="--with-freetype"
info-file=gd.txt

[gd-jis-conv]
default=1
option="--enable-gd-jis-conv"
info-file=gd.txt

[gd-webp]
default=1
option="--with-webp"
info-file=gdwebp.txt

[zlib-dir]
default=1
option="--with-zlib-dir=/usr"
info-file=no.txt

[xpm-dir]
default=1
option="--with-xpm"
info-file=no.txt

[openssl]
default=1
option="--with-openssl"
info-file=openssl.txt

[pdo-mysql]
default=1
option="--with-pdo-mysql=mysqlnd"
info-file=pdo-mysql.txt

[gettext]
default=1
option="--with-gettext=/usr"
info-file=gettext.txt

[bz2]
default=1
option="--with-bz2=/usr"
info-file=bz2.txt

[mysqli]
default=1
option="--with-mysqli"
info-file=mysqli.txt

[soap]
default=1
option="--enable-soap"
info-file=soap.txt

[phar]
default=1
option="--enable-phar"
info-file=phar.txt

[xsl]
default=1
option="--with-xsl"
info-file=xsl.txt

[xmlrpc]
default=1
option="--with-xmlrpc"
info-file=xmlrpc.txt

[kerberos]
default=1
option="--with-kerberos"
info-file=kerberos.txt

[posix]
default=1
option="--enable-posix"
info-file=posix.txt

[sockets]
default=1
option="--enable-sockets"
info-file=sockets.txt

[pcre]
default=1
option="--with-external-pcre"
info-file=pcre.txt

[calendar]
default=1
option="--enable-calendar"
info-file=calendar.txt

[libdir]
default=1
required=1
option="--with-libdir=lib64"
info-file=libdir.txt

[mysql-sock]
default=1
required=1
option="--with-mysql-sock=/var/lib/mysql/mysql.sock"
info-file=mysql-sock.txt

[shmop]
default=1
option="--enable-shmop"
info-file=shmop.txt

[intl]
default=1
option="--enable-intl"
info-file=intl.txt

[imap]
default=0
option="--with-imap --with-imap-ssl"
info-file=imap.txt

[imagick]
default=1
script="imagick.sh"
info-file=imagick.txt

[memcached]
default=1
script="memcached.sh"
info-file=memcached.txt

[memcache]
default=0
script="memcache.sh"
info-file=memcache7.txt

[redis]
default=0
script="redis.sh"
info-file=redis.txt

[pgsql]
default=0
option="--with-pgsql=/usr/lib64/pgsql"
info-file=pgsql.txt

[pdo-pgsql]
default=0
option="--with-pdo-pgsql"
info-file=pdo-pgsql.txt

[mongodb]
default=0
script="mongodb.sh"
info-file=mongodb.txt

[uploadprogress]
default=1
script="uploadprogress.sh"
info-file=uploadprogress.txt

[ldap]
default=1
option="--with-ldap=/usr --with-ldap-sasl=/usr"
info-file=ldap.txt
pre-script="ldap.sh"

[ioncube]
default=1
script="ioncube.sh"
info-file=ioncube.txt

[sourceguardian]
default=1
script="sourceguardian.sh"
info-file=sourceguardian.txt

[pdo_firebird]
default=0
option="--with-pdo-firebird"
info-file=PDO_FIREBIRD.txt
pre-script="firebird.sh"

[mailparse]
default=1
script="mailparse.sh"
info-file=mailparse.txt

[ssh2]
default=1
script="ssh2.sh"
info-file=ssh2.txt

[fpm]
default=1
required=1
option="--enable-fpm"
info-file=fpm.txt

[zend-opcache]
default=1
option="--enable-opcache"
script="opcache.sh"
info-file=opcache.txt

[apcu]
default=1
script="apcu.sh"
info-file=apcu.txt

[sqlsrv]
default=1
script="sqlsrv.sh"
info-file=sqlsrv.txt

[xdebug]
default=1
script="xdebug.sh"
info-file=xdebug.txt

[sodium]
default=1
script="sodium.sh"
info-file=sodium.txt

[pear]
default=1
option="--with-pear"
info-file=pear.txt