Author Topic: Php 7.2 in PHP Selector  (Read 5559 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Php 7.2 in PHP Selector
« on: January 08, 2018, 10:04:24 PM »
Hello,

How can I install php 7.2 using php selector or even manual way ?

I tried to compile 7.2.1 using adapted paramenters from 7.1 but i cant figure out how to load it in apache. 

Anyone managed to use 7.2 ?

Thanks
Code: [Select]
./configure
--prefix=/opt/alt/php72/usr
--with-config-file-path=/opt/alt/php72/usr/php
--with-config-file-scan-dir=/opt/alt/php72/usr/php/php.d
--enable-fpm
--enable-mbstring
--enable-zip
--enable-bcmath
--enable-pcntl
--enable-intl
--enable-ftp
--enable-exif
--enable-calendar
--enable-sysvmsg
--enable-sysvsem
--enable-sysvshm
--enable-wddx
--with-curl
--with-mcrypt
--with-iconv
--with-gmp
--with-pspell
--with-gd
--with-jpeg-dir=/usr
--with-png-dir=/usr
--with-zlib-dir=/usr
--with-xpm-dir=/usr
--with-freetype-dir=/usr
--enable-gd-native-ttf
--enable-gd-jis-conv
--with-openssl
--with-pdo-mysql=/usr
--with-gettext=/usr
--with-zlib=/usr
--with-bz2=/usr
--with-mysqli
--enable-soap
--enable-phar
--with-xsl
--with-xmlrpc
--with-kerberos
--enable-posix
--enable-sockets
--with-pcre-regex
--enable-calendar
--with-libdir=lib64
--with-mysql-sock=/var/lib/mysql/mysql.sock
« Last Edit: January 08, 2018, 10:06:03 PM by g_emanuel »