Tagged Questions
0
votes
0answers
35 views
cURL on Linux not compiled, although installed
CURL not compiled into PHP
[root@vps ~]# cat /etc/issue
CentOS release 5.7 (Final)
Kernel \r on an \m
then i execute yum install curl yum install php-curl。
then
[root@vps ~]# which curl
...
1
vote
2answers
114 views
PHP package won't install correctly
Yesterday I did apt-get upgrade on my Debian/testing and broke a php5 package. I
even tried to remove & purge with apt and dpkg clean apt cache. When installed again clean, it fails with ...
1
vote
2answers
124 views
Apache 2 and PHP 5 not working
I have a test.php file in the web server directory with php phpinfo(); content. When I try to execute php test.php at a shell then it executes correctly. But when I try to open the web page in a ...
0
votes
1answer
80 views
PHP imageline function doesn't work. What and how should I download?
PHP function imageline on localhost works, but on VPS cloud hosting doesn't. I guess I have download something, but I don't know what. Could you give me a hand?
P.S. PHP GD is already downloaded.
2
votes
3answers
427 views
installing ffmpeg-php on centos
With the help of this guide, I am trying to install ffmpeg using these commands:
# cd ffmpeg-php/branches/ffmpeg-php/ffmpeg-php-0.6.1/
# replace 'PIX_FMT_RGBA32' 'PIX_FMT_RGB32' -- *
# phpize
# ...