PHP is a widely-used, general-purpose scripting language that is especially suited for web development.
0
votes
0answers
25 views
PHP running under “www-data” user
In PHP if I run get_curret_user() it prints www-data. This makes it impossible for me to use this function in order to test a FTP password from input.
Is there any way to make PHP run under the ...
0
votes
1answer
19 views
Execute file with certain PHP version
I need to execute a PHP file with another PHP version as installed. I know the full path to the other versions, but I do not know how to use it.
I have read the PHP man page but there is no mention ...
0
votes
0answers
11 views
Passing environment variable to PHP on the command-line [migrated]
On CentOS, I'm trying to pass an environment variable to a PHP script.
I've created this file, test.php:
<?php print_r($_ENV);
When I run this command:
DB=mysql php test.php
I get the ...
0
votes
1answer
37 views
CRON job to check if PHP script is running
I am having trouble regarding CRON jobs, I've basically got two php scripts that I want to keep running continuously on my server. Currently I am using an infinte loop to keep them going but they seem ...
0
votes
0answers
26 views
$_GET getting cut off on server but works on local [migrated]
Our developers all work on their local machines and we have an issue where $_GET is getting cut off on the server but not on the local. (MAC, Apache/MySQL build -NOT MAMP)
Is there a setting on ...
0
votes
0answers
14 views
Apc is not working in php 5.5
I install APC in ubuntu server where php version is 5.5.9. When I see apc. php it is enabled but it not properly work. In php info
APC support Emulated
2nd one apcu is
Version 4.0.2
...
0
votes
1answer
29 views
Keep a PHP script running indefinitely on a Web Server [duplicate]
I'm having a pretty big issue that I need to get resolved. Basically I have little experience using Linux and I've been working on a project recentley that involves me having to use quite a lot of ...
1
vote
1answer
36 views
Linux does not see a file until I ls on that directory
I have a really weird problem. I have a php script that runs, submits a child process to run, and waits until its done by checking for a OUTFILE.end file to appear. The problem is the file appears, ...
-1
votes
1answer
39 views
How to change file owner from root to apache?
I am using apache server on Linux fedora 17. I have one php code which creates a .ini file. If I create the .ini file by running php code through apache web server then rest php code files are able to ...
1
vote
3answers
47 views
Using nohup to keep a script running indefinitely
I am very new to Linux and I've only been using it to SSH to my web server using Putty. The issue I am having is this:
Basically I've got 2 php scripts. One get_tweets.php constantly listens for ...
0
votes
1answer
53 views
Installling phpmyadmin to Kali Linux
I want to add phpmyadmin to Kali Linux. But i am getting the following error.
First i ran apt-get update which worked successfully than the following.
Here is the output of apt-get update
...
1
vote
1answer
26 views
Permissions on a mounted NFS share
I am trying to make a php script on a webserver write into a folder /data on a fileserver.
Apache 2.2, PhP 5.x. It's just a test configuration but I'd like to understand the thing somehow as I am not ...
0
votes
0answers
20 views
phpstorm 7 permission error
i have phpstorm 7.1.4 IDE on manjaro(arch base linux).
when i run php code with phpstorm on :
http://localhost:49193/ex.php
in page : No input file specified.
my code not run or execute.
i check ...
0
votes
0answers
5 views
How find the reason why .so library does not included in ZendServer CE
I've installed phalcon.so library.
I compiled it (http://phalconphp.com/en/download) and moved to /usr/local/zend/lib/php_extensions
It works perfect until I update Zend Server from 5 to 6.
After ...
2
votes
1answer
45 views
Installing PHP 5.3.3-24 on CentOS 6.5 (Final)
I require a slightly older version of PHP for my server because I need to be able to exploit a CVE (CVE-2006-7243) that was patched in the newer versions. NOTE: This is a legitimate use case where ...
1
vote
2answers
107 views
I get a “command not found” error, though the script file is shown by “ls”
I want to run yii console commands in shell.
I run protected/yiic in the console, yet it fails, yielding -bash: yiic: command not found
What's the problem?
See the shell commands and responses I ...
1
vote
1answer
25 views
How to install mutliple PHP instances and configure for Apache
I need to upgrade my PHP installation on CentOS 6 from 5.3 to 5.5. While I have a couple of webprojects running I like first to install the new PHP in parallel and switch back to the old one if ...
0
votes
1answer
25 views
PHP on NetBeans IDE
I have installed netbeans on my laptop running elementary os luna.
I installed netbeans with this command:
sudo apt-get install netbeans
After few minutes the software was successfully installed in ...
0
votes
0answers
27 views
Error on building and installing memcached php extension
I have problems to run make on the latest memcached PHP extension, on CentOS 6.5:
pecl download memcached
tar zxvf memcached-2.2.0.tgz
cd memcached-2.2.0/
phpize
./configure ...
0
votes
1answer
110 views
Centos - executing a bash script from PHP
I have 3 scripts (I have removed the help_page function from the networkstats.sh script when I pasted here to save some space):
api3.php
<?php
output = shell_exec('/bin/bash ...
0
votes
1answer
32 views
similar content Project access from a single file [closed]
I create three different project which are access different three different database.
Except that all project files are same. so, I want that in a project folder all project files and in other two ...
2
votes
1answer
63 views
mdadm inconsistencies when run programmatically
Update #1:
I just gave an extra layer of testing, writing a shell script (.sh, #!/bin/bash) and a php script to be executed by php's cli.
Bash works.
It seems that it's not the Apache's HTTP ...
0
votes
0answers
46 views
Why does “Connection Failed: 2002” display randomly on my PHP/MySQL website?
I'm running CentOS 6 with Apache/PHP/MySQL. PS. I'm sort of a novice at Linux, but I did my best to gather info before coming here. I'm now a bit stuck.
I recently upgraded PHP to version 5.5.12.
I ...
3
votes
2answers
275 views
Updating PHP to Gaurd Against Mayhem Malware
How will making sure my PHP version is updated thwart the Mayhem Malware?
Will updating PHP on my Ubuntu server prevent the Mayhem Malware from being able to make it onto the server, prevent it from ...
2
votes
1answer
150 views
I cant save files in /var/www/html
I'm running Centos 6.5 and I'm having problems saving my files to /var/www/html.
The folder currently belongs to root and I have gone through everything from SELinux to configuration procedures, but ...
2
votes
1answer
236 views
Howto fix my PHP install on FreeBSD using pkg
I've been messing around with pkg install, installing / removing both php5-5.4.29 and php55-5.5.13.
But when I run php from the command line, it will give me an error like this:
PHP Warning: PHP ...
1
vote
1answer
77 views
install php5-fpm on Debian Squeeze
I tried in many ways to install php5-fpm in om Debian squeeze, but couldn't. I was wondering if I have to upgrade php5.3.3 to higher version because it doesn't seem to work on lower than php5.4
I ...
0
votes
1answer
40 views
How to live a Pleskless life? [closed]
I have always used Linux with Plesk when hosting web projects. It's easy to host multiple websites and setup email accounts but I realized it's overkill sometimes. I think it uses a lot of resources ...
0
votes
1answer
72 views
installing php-mysql on rhel6
I have rhel6 running on my server and installed mysql from Red Hat Enterprise Linux 6 / Oracle Linux 6 (x86, 64-bit), RPM Bundle. Now I want to host a php site on that machine. And when I run yum ...
0
votes
1answer
48 views
How to reconfigure PHP
We have a new linux server CentOS 6.5 with Plesk. Default PHP is 5.3.3, I have installed PHP5.4 & 5.5 on the server. I am a beginner on linux. Actually, I don't know how to install software on ...
2
votes
2answers
6k views
PHP 5.5.13 on CentOS 6.5 with yum
I've got problems with installing PHP 5.5.13 (last stable build) on a CentOS 6.5 (64 bit) machine, through yum. Can somebody guide me through this a little bit?
It is not a part of the CentOS, EPEL ...
0
votes
1answer
104 views
how to skip install libphp5.so when buidling php?
I'm trying configure and install older php 5.3 version on my archlinux, and I don't want it to copy libphp5.so to /usr/lib/httpd/modules/ because there's an existing version (newer) there.
...
0
votes
2answers
273 views
Running system bash command in PHP script - syntax error: unexpected T_LNUMBER
If anyone can shed some light on my issue that'd be great. Please don't down-vote me; I'm new to the language and the OS itself and I'm trying my best to research before asking questions, so any ...
1
vote
0answers
49 views
How to debug a semop failure?
Using a 2.6.30-gentoo-r4 Linux a very complex system of php code is executed (with 4.4.9-pl0-gentoo and 5.2.10-pl0-gentoo), which occasionally runs into a semaphore blocking problem. The call to the ...
0
votes
1answer
38 views
PHPStorm Only runs on Gnome or KDE
Does anyone know why it is so?
I was using unity... then i switched to LXDE and it wont run.
I checked the requirements and it turned out that it requires either GNOME or KDE.
So what exactly is it ...
1
vote
0answers
80 views
php5-curl installation aborts due to ucf failing on /etc/php5/mods-available/curl.ini
I've screwed my raspbian (debian) installation. To fix this I'm going through reinstalling every single packacke. This is tiresome (or rather: slow) but works in general.
Where I'm absolutely stuck ...
2
votes
1answer
117 views
how to use html tidy on Nginx
I just installed HTML tidy using the following command line:
sudo apt-get install php5-tidy
yet I have no idea how to use it because I thought it is an auto process that can do things by itself ...
1
vote
0answers
556 views
Apache 2.2, PHP 5.3 and MySQLl 5.5 on Linux Mint 17?
Our stack consists of Apache 2.2, PHP 5.3 and MySQL 5.5. I've installed Linux Mint 17 Giana. If I install apache2 via apt, it will install Apache 2.4 which is not required for me.
Is there any way ...
0
votes
0answers
373 views
phpmyadmin doesn't work after installing php5-mysqlnd
I am currently running into some problems with phpMyAdmin. I set everything up correctly and made sure everything worked.
Then later after some developing on some pages I noticed I couldn't execute ...
2
votes
0answers
56 views
PHP exec and amixer
I'm trying to make php lower the dB level of amixer using exec, but it seems like php isn't able to perform the task which requires sudo-access. What should be the best way to solve this?
I tried:
...
4
votes
3answers
185 views
File permissions
I have a PHP script running which makes symlinks.
To confirm which user it is:
file_put_contents("testFile", "test");
$user = fileowner("testFile");
unlink("testFile");
echo "running as user '" . ...
1
vote
1answer
67 views
How to get “apt-get -y upgrade” within a PHP script to function as expected?
Yes, I'm aware of unattended-upgrade, but I don't like that package's limitations. I've got a PHP script that makes the following calls:
...
system("/usr/bin/apt-get update");
...
0
votes
0answers
18 views
Error when adding phtreads support to PHP while following arch wiki
Willing to add phthreads support to PHP, I read this page and began to follow its instructions : https://wiki.archlinux.org/index.php/PHP_pthreads_extension
But while the makepkg -s step, compilation ...
0
votes
1answer
1k views
mcrypt, EPEL and CentOS 6.4
I am having issues installing php-mcrypt. I am not an administrator of any level.
I have performed the following.
Installed EPEL
Installed REMI
Configured EPEL
Updated YUM
Cleaned YUM
Installed ...
1
vote
0answers
979 views
mysqld dead but pid file exists
Webserver was running fine for weeks then suddenly:
I can access, but I am unable to log into Webmin
I can access Magento, a php-based storefront application, but I am no longer able to log in and ...
0
votes
0answers
174 views
PHP mail() and Debian Wheezy Not Working
I am currently running my on debian wheezy with php5 installed. I was trying use the mail() function, and I realised that I will require a MTA/exim installed before it will be possible because the ...
0
votes
1answer
56 views
php-mysql not working
I'm running on RHEL6. I have installed php and php-mysql.
<?php phpinfo(); ?> is working perfectly.
But I can't connect to MySQL
is there a way to confirm that php-mysql is not working on my ...
0
votes
1answer
98 views
PHP on centos 6 not working
I have installed PHP, MySQL, Apache on CentOS 6, now I have restarted the Apache and mysql, to test PHP i have created a index.php on /var/www/html/test/ now once i go to localhost/test/index.php then ...
0
votes
1answer
2k views
yum install PHP Error Summary
so I'm following this tutorial to install php5 in a red hat 6.5 box and
I have only type one command and is this one below, I just wantend to install the php-gd module.(testing..)
when I try this:
...
2
votes
0answers
70 views
Bus Error when run php-cgi
This is what I got when I run command "strace /usr/bin/php-cgi -v"
execve("/usr/bin/php-cgi", ["/usr/bin/php-cgi", "-v"], [/* 39 vars */]) = 0
brk(0) = 0x11e4000
...