Fedora 31 : php7 : runkit7 install Hint

Fedora 31 : php7 : runkit7 install Hint   runkit_constant_redefine     yum whatprovides pecl yum install php-pear yum whatprovides make yum install git   yum whatprovides git yum install make   ///git clone https://github.com/zenovich/runkit.git => php5   git clone https://github.com/runkit7/runkit7.git cd runkit pecl install package.xml   Build process completed successfully Installing '/usr/lib64/php/modules/runkit7.so' install ok: […]

Read More

centos 7 : php5.4 oci8 setup Hit

# rpm -ivh oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm # rpm -ivh oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm # pecl download oci8-1.4.9.tgz # tar xvzf oci8-1.4.9.tgz # cd oci8-1.4.9 # phpize   if oracle server installed # ./configure    if oracle client installed # ./configure --with-oci8=shared,instantclient,/usr/lib/oracle/11.2/client64/lib # ln -s /usr/include/oracle/11.2/client64/ /usr/lib/oracle/11.2/client64/lib/include # make all # make test # make install   # cp modules/oci8.so /usr/lib64/httpd/modules/ […]

Read More