PHP is a general-purpose scripting language that is especially suited for Web development. The online manual is an excellent resource for the language syntax and has an extensive list of the built-in and extension functions. Most extensions can be found in PECL.
Questions tagged [php5]
865 questions
-3
votes
2 answers
Junk characters is added to the end of php-files
I have problems with the latest version of phpmyadmin. It seems that "something" is adding junk characters at the end of the php-documents.
I'm 110% sure that all files is in UTF8-format (without BOM). I've never had this problem with phpmyadmin…

Daniel
- 1
- 3
-3
votes
1 answer
Apache2 restart error on ubuntu
while i am trying to restart my apache2 configuration the system display this error on my ubuntu.
apache2: Syntax error on line 263 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/jobeet.local: No such file…

user2779489
- 3
- 2
-3
votes
4 answers
How to configure Tomcat6 to run Php5
I am using Tomcat6 as a server and i want to run php5 application on tomcat . Is there anyway to configure tomcat6 to run php on it .?
I am using Ubntu 13.10 to run tomcat6

prateeak ojha
- 103
- 1
-3
votes
1 answer
Make: *** [processor.out.c] Error 1
CentOS
PHP-FPM
'./configure' '--enable-fpm' '--with-libdir=lib64' '--with-bz2' '--with-curl=/usr/local/lib' '--with-gd' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-kerberos' '--with-mcrypt'…

Tiffany Walker
- 6,681
- 14
- 56
- 82
-3
votes
2 answers
Improving server security
I've been developing webapps for a while ... and I always had a sysadmin which made the environment perfect to run my apps with no worries.
But now I am starting a project on myself, and I need to set up a server, knowing near to nothing about…

Vicenç Gascó
- 141
- 4
-3
votes
1 answer
Apache not working
i have centos 5...php 5.3.8 and apache 2.2.21...I had this problem now i have another problem... first of all i see apache test page even though my script is still there ( but that problem i can fix), but apache is not working, if you go to…

user
- 849
- 3
- 13
- 18
-3
votes
3 answers
What should I install/do to “accelerate” my website?
I have deploy a website in the production enviroment, but it's going a bit slow, you know it takes too much time to load the pages..
What should I install to "accelerate" my website? I will install APC, but there is something more I should do?

tirenweb
- 203
- 1
- 3
- 11
-5
votes
1 answer
Deleted php5 www.conf help please
I accidentally deleted the php5 www.conf file located at:
/etc/php5/fpm/pool.d/www.conf
is there any way to get a copy of the original file back?
I believe there is an answer to my question located here:
I manually deleted my /etc/php5/ config…

Adrian
- 67
- 3
- 8
-5
votes
1 answer
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 version of php : php -v
PHP 5.6.2 (cli) (built: Nov …

Ashish Singh
- 1
- 1
- 2
-5
votes
1 answer
How much memory will this PHP Script need?
I'm trying to use a WordPress Plugin to backup my database and files but it keeps running out of memory. How much memory will this script need to finish and how much should I ask for from my hosting provider? Here is the log output:
(the script has…

Nathan Suchy
- 1
- 1