The php7 tag has no usage guidance.
0
votes
0answers
47 views
$_SERVER['SCRIPT_URL'] and $_SERVER['SCRIPT_URI'] not appearing when mod_rewrite enabled
I have PHP 7.1 and apache 2.4 running in a docker vm. I have mod rewrite enabled. I have code that needs $_SERVER['SCRIPT_URL'] and $_SERVER['SCRIPT_URI']. These are not set. I created a minimal ...
1
vote
1answer
95 views
Apache2 Failed to start after installing php5 alonside php7 on Ubuntu 16.04
I am running Apache2 with php7 on Ubuntu 16.04. But alongside this, I had installed php5.
After installation of php5 I executed sudo a2enmod php5.6
Then I restarted apache2 with sudo service apache2 ...
0
votes
1answer
118 views
Cacti stopped working after upgrade to Stretch
Just upgraded a cacti server to Stretch/Debian 9. Cacti was still working after the upgrade was finished.
After cleaning up the leftover Debian 8 PHP 5 packages, that left only PHP 7.0 installed, ...
0
votes
1answer
120 views
Couldn't connect to Larvel homestead database with MYSQL workbench
I am unable to connect to laravel homestead via mysql workbench
here is how i connected
but i am facing the below issue
Plz Plz help me !!!
Edit:
Here are the details as requested by Gerath in ...
0
votes
1answer
29 views
Problem in Videos playing
I am using Dell Inspiron 3542, when I tried to play videos, it is showing: mpeg-4 AAC decoder not installed. What is the solution?
Using PHP 7 on CentOS 64bit.
1
vote
2answers
2k views
httpd (apache2) server doesn't parse *.php files but displays them as text with installed php-module on arch-linux
I'm trying to set up my httpd (apache2) server on archlinux. Everything works now except for the parsing of my php files.
I followed this article: https://wiki.archlinux.org/index.php/...
2
votes
1answer
216 views
Expect PECL for PHP 7
I just upgraded to PHP 7.0.3, but there is no support for expect. Does anyone know if is it possible to bypass the installation issue? It says:
root@portal:/home# pecl install expect-0.3.3.tgz
pecl/...
1
vote
1answer
528 views
Are any upcoming distros offering PHP 7 by default? [closed]
I am wondering if anyone is aware of any upcoming *nix distro which will be including PHP 7 as the default version without using any 3rd party repository?