Tagged Questions
1
vote
1answer
19 views
PECL memcached installation gets error
I installed Zend Server 6 (debian).
Also installed several packages:
apt-get install gcc
apt-get install g++
apt-get install libncurses5-dev
apt-get install zlib1g
apt-get install zlib1g-dev
...
0
votes
1answer
48 views
Git pull error libcurl.so.3 not found
I have a php script to git pull from my github repository set up in my webservice hook urls like so:
<?php
echo shell_exec('~/git/usr/bin/git pull 2>&1');
?>
When I open this script ...
0
votes
0answers
30 views
uploading from Netbeans to remote CentOS server failed
I have a php web application on Netbeans on my Ubuntu , and server is CentOS on a virtualBox .
Suddenly uploading to server stopped and I'm getting these errors for non-root user :
Failed:
file ...
1
vote
1answer
170 views
nginx + php5-fpm + htdocs on USB
None of the configurations that I've looked up can help with setting up Nginx to serve PHP files on a mounted USB folder. I'm currently getting file not found when I try and access a PHP file on the ...
0
votes
2answers
204 views
process works without ampersand but doesn't work with ampersand
I wrote a small script to run as a daemon, everything seems to work when I run the command in unix:
php script.php
everything seems to work correctly, when I terminate that script and us the ...
3
votes
2answers
603 views
PHP interface to manage linux user accounts
I have a linux web & samba server. I need to give administrators access to manage minor accounts & groups. Is there a secure php web interface that can do this? I don't want to give them shell ...
1
vote
4answers
5k views
How to upgrade PHP to 5.3 on Debian 5.0 (Lenny)?
I currently have PHP 5.0 installed on my Debian VPS and was wondering how I would be able to upgrade it to PHP 5.3 and keep all of my installed modules running.