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 […]
Fix different date between PHP and CentOS server
Odd thing happen today when I see big difference between date from PHP output and date from shell. PHP output : 22-12-2015 06:15:43 Shell output : # date Sel Des 22 13:19:54 WIB 2015 7 hour difference. A few checklist for this case : Copy right timezone to localtime # cp /usr/share/zoneinfo/Asia/Jakarta /etc/localtime 2. Add […]
How to install PHP 7 from source (tar.gz) with Apache on FreeBSD 10.2
Last post I’ve try install official PHP 7 (GA) but I then realized that I have PHP 7.1 ( I use default branch of PHP git source). A reader also shoot me an email ask for simple connection to web server. I’m glad to write that since time permit 🙂 Here step by step guide […]
How to fix freebsd-update no mirror problem
In my latest post about php 7 on FreeBSD 10.2 I use $5 vps/month as quick solution for my freebsd 10.2 need (the service is really good actually since I can use any *bsd by upload iso to their server). The main problem of it is freebsd-update problem where I face this error when I […]
How to Enable Designer Tab on PhpMyAdmin
I’m in the middle of project deadline and need to create simple erd. I ever see designer tab in phpmyadmin long time ago but when I need it today I see nothing. To enable the designer tab : Edit config.inc.php In case only config.inc.sample.php available then you need to rename the file into config.inc.php Locate […]