The php5 tag has no wiki summary.
2
votes
1answer
2k views
php5.6.2 installation with httpd24 ( apache version 2.4.10 ) on centos/rhel
using this repo : http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/ius-release-1.0-13.ius.centos6.noarch.rpm for php installation , and for apache i am using amazon linux repo
current ...
0
votes
1answer
32 views
Is there any way to install MySQL 5.1 and PHP 5.3 on Centos 7
Is there any way to install MySQL 5.1 and PHP 5.3 on Centos 7. I researched a lot but could not find any link which gives step by step procedure. Can someone please give me steps to be followed to ...
0
votes
0answers
29 views
Where is php config and .htaccess located on Raspbian?
I am trying to change the upload limit of my owncloud installation. A raspberry pi and the Raspbian OS are powering this server. Apparently I can edit the php config or the .htaccess config but I am ...
0
votes
0answers
95 views
imageantialias() not available with php fpm with gd and nginx
I'm getting the error that the function imageantialias() is missing despite php5-fpm and php5-gd being installed.
I am using a debian system with a nginx server. Everything else is working fine.
0
votes
0answers
62 views
setting up pecl for php5 in Amazon Linux
I have a webserver (development) using php5.
I need to install php extension pecl as shown on this link http://uk.php.net/manual/en/java.installation.php
Now, this above link has instruction for ...