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.
0
votes
0answers
7 views
Problems getting PDFlib running on Debian Wheezy amd64
I am trying to get PDFlib running with PHP on a Debian Wheezy.
I downloaded the version PDFlib-9.0.1-Linux-php and copied the php_pdflib.so to the right directory.
When I reload the apache I am ...
0
votes
1answer
16 views
Mysqli is installed on my system and the extension is enabled in php.ini but I can't find the actual extension
Centos 6.4 X86_64 with Apache 2.2.4 and PHP 5.4.17. I've rebuilt PHP to include mysqli.
Phpinfo shows mysqli installed. Php.ini has the extension un-commented.
How do I get the mysqli.so into the ...
0
votes
1answer
38 views
PHP Files being cached by unknown entity
I'm hitting a weird cache issue on my server, the project I am working on doesn't have any caching enabled at this time, but the server it self has APC installed (which was set to cache everything by ...
0
votes
0answers
13 views
nginx/php + zurmo, rewrite or internal redirection cycle
I am trying to get Zurmo CRM running on my Debian Jessie system on localhost. I couldn't find an example nginx config and the application needs to rewrite URLS, which I have done wrong.
I also use ...
1
vote
3answers
226 views
libapache2-mod-php5 uninstalled after update impossible to put back
I use Webmin to administrate my Ubuntu 12.04 x86_64 machine. Yesterday, as often, I got notified of updates and installed them. During the installation process, libapache2-mod-php5 has been ...
-3
votes
1answer
54 views
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' ...
0
votes
1answer
24 views
Running multiple versions of PHP under Apache, but requiring modules from .deb file
I have a setup where I've unfortunately hit a version limit between a library package required for an application, and my version of PHP.
I'm now running PHP 5.4, but the module is only compatible ...
0
votes
2answers
69 views
Connection refused HTTPS on Apache
I'm currently trying out HTTPS on one of my sites, and I got a trial certificate from a trusted CA. I've gone through the following checklist:
Copied all the cert files according to the CA's ...
1
vote
0answers
19 views
How to secure php sessions directory? [closed]
I am running into an issue with my server that php session is not able to store data. My host changed my session folder permission from 755 to 777 and it fixed the problem.
However from doing ...
0
votes
1answer
23 views
Magento Stuck During Installation
I have a very strange problem with Magento installation. The installation is done on EC2 with brand new clean CentOS 6.2 AMIs. PHP version is 5.3.3.
I install PHP with:
yum -y install mysql ...
1
vote
1answer
66 views
PHP5 is installed, but Apache is displaying PHP as uninterpreted text. How can I get it to process it as PHP?
In a Drupal installation, it's displaying the root PHP file as plain text below. a2enmod says that php5 is enabled, aptitude says libapache2-mod-php5 is installed, mods-enabled/ has php5.conf and ...
0
votes
0answers
33 views
Trying to compile phpredis on a mac using phpize54
I installed php 5.4 using mac port. I then git cloned the phpredis repository ( https://github.com/nicolasff/phpredis ).
Then, I execute these commands:
phpize54
./configure
make && make ...
0
votes
1answer
26 views
Remove X-Powered-By: PHP on IIS7
We have a Win2008 server running IIS7 and php 5.3.17 installed.
For pentesting & other security purposes we would like to remove the header response: "X-Powered-By: PHP/5.3.17", so we've tried ...
-1
votes
1answer
49 views
Ubuntu 12.04 upgrade php 5.4 missing php5-ffmpeg [closed]
I updated php to version 5.4, through the repository ppa:ondrej/php5, but now I can not install the package php5-ffmpeg because it gives me this error: php5-ffmpeg: Depends: phpapi-20090626
also if I ...
0
votes
0answers
47 views
recv() failed + signal 11 (SIGSEGV) + bad gateway [nginx/php-fpm]
I have an Nginx instance, and a PHP-FPM instance. I have installed ...
PHP 5.4.16 (cli) (built: Jun 24 2013 18:02:27)
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
And nginx/1.2.9
...