Tagged Questions
0
votes
2answers
25 views
Issues with Apache and loading PHP files [ubuntu]
I just installed PHP and Apache2 on my laptop (ubuntu 12.04), but I can't get my PHP files to load. I have followed this tutorial: ...
0
votes
0answers
53 views
How to improve overall site performance/security? [closed]
I use PHP and am avid in my development using that language. What means can I use that will improve the performance of my PHP site, and bolster its security?
2
votes
3answers
2k views
PECL extension in Ubuntu 11.10
while setting up mediawiki on my local development machine, the installer told me that since i do not have PECL extension to php installed, i will have to do with slower page load speeds with ...
2
votes
2answers
441 views
PHP Development Environment (Host: Windows 7, Guest: Ubuntu)
Since editing files live from a remote server slows down development. I use XAMPP on windows to develop then run the web app's on a Linux server.
However to avoid environment dependencies I'd like to ...