For my own reference, I use Monterey . I already install PHP but recent update to Phalcon force me to use latest version (5.1.3 at the moment). A few notes during update : Repointing PHP from 7.3 to 7.4 Edit httpd.conf sudo nano /usr/local/etc/httpd/httpd.conf Find php7_module and change from 7.3 to 7.4 LoadModule php7_module /usr/local/opt/[email protected]/lib/httpd/modules/libphp7.so […]
Category: PHP
Fix error install phalconphp 3
Since I use Apricity and its arch linux ‘blood’ make me use latest php version (php 7.0.9 in time of writing) then I can’t get latest phalconphp (version 2). Finally I see phalconphp 3 released. I got little problem to install it but at least i know the error is in my side. /tmp/yaourt-tmp-alamsyahr/aur-php-phalcon/src/cphalcon-3.0.0/build/php5/64bits/phalcon.zep.c:203:30: fatal […]
How to install PHP7 ports on FreeBSD 10.2
My friend ask me about FreeBSD PHP7 ports and he already check if the ports not exist yet. He just feel more comfortable with ports than using git or source. I search Google and found github repository of PHP 7 ports. I give it a try with my vps and it looks good. Lets get […]
How to install Xampp Linux on Peppermint OS 5
I have a few php system at the moment. My 1st system is php and folks (mysql etc) installed via apt-get . 2nd system is PHP system using phpfarm technique . This time I want to add other system that backed by Xampp 🙂 . Lets start add this big boy. Download Latest xampp for […]
How to install Apache, MariaDB and PHP on CentOS 7 minimal
After install and configure network under CentOS 7 minimal I continue with LAMP section. Since the machine has 4GB memory I prefer to use old fashion LAMP. Only switch MySQL with MariaDB 🙂 The steps for LAMP installation for my own reference and my vps need : Install required Package Install nano # yum install […]