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 […]
How to Install Official PHP 7 release on FreeBSD 10.2
Finally PHP 7 officialy released. I’m eager to see it again after already test it before (7.0.0 dev built on January 23 2015) # freebsd-update fetch Looking up update.FreeBSD.org mirrors… none found. Fetching public key from update.FreeBSD.org… done. Fetching metadata signature for 10.2-RELEASE from update.FreeBSD.org… failed. No mirrors remaining, giving up. # dig dig: Command […]
Fix Starting httpd: (98)Address already in use
Quick note for myself. Today I have to increase php upload maximum size in Centos server. I got this error : # /sbin/service httpd restart Stopping httpd:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â [FAILED] Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets […]