Use this tag for questions specific to PHP version 7.
Questions tagged [php7]
350 questions
0
votes
0 answers
Unable to determine xdebug entry point for php 7.0 and apache
I'm trying to install xdebug ... or even uninstall it.
It's not loading properly, but for the life of me I can't get it to uninstall.
I tried to reinstall it several times only to eventually realize that every time I did, it would increase the…

Bluebaron
- 149
- 7
0
votes
3 answers
Nginx - PHP7 unexpected FastCGI record while reading response header from upstream
I upgraded to PHP7 (PHP 7.0.14) on a production server (CentOS 6.8) two days ago. Now, I am getting following error in nginx (1.10.2-1) logs.
2017/01/20 08:20:04 [error] 7654#7654: *153301 upstream sent unexpected FastCGI record: 3 while reading…

Jai
- 141
- 1
- 3
- 14
0
votes
2 answers
How can I allocate more memory on my server?
I am pulling down real estate properties from the Toronto Real Estate Board and I am using a LAMP stack with PHRETS on a 2GB Digital Ocean VPS. When I pull down the properties, I run some processes on them before saving them to a database. I have a…

Michael Lynch
- 121
- 1
- 1
- 3
0
votes
0 answers
Why does the ondrej ppa to install php7 also installs php5?
I'm installing php7 on Ubuntu 14.04 using ppa:ondrej/php and I realised it also installs php5. Is there a reason for that? Should I remove php5 if I'm not going to use it? What's the good practice?
Thank you.

unadivadantan
- 11
- 3
0
votes
0 answers
nginx php7.0 fastcgi return internal server error on path
I am configuring php7.0 fpm on nginx 1.10 on ububtu 16.04 server.
After follwing thousands of instructions from web, I am still not able to get it to work.
I keep on getting internal server error in the browser with no error log whatsoever, neither…

Vaibhav Lohani
- 1
- 2
0
votes
1 answer
PHPMyAdmin - 500 Internal Server Error - Windows Server 2012 R2 - IIS 8
I have Windows Server 2012 R2 and IIS 8 as a Web Server and Operating System.
I installed PHP 7 and it works great I could view the index.php file when created. I also installed MySQL Community Server on the system and that also works. Although…

spexops
- 11
- 1
- 3
0
votes
0 answers
PHP $_GET function is not working on server
I need help with my server. I am using Ubuntu 16 (PHP7 and Nginx are from the official repo) with Wordpress.
I have a sub-domain with SSL installed with a directory theme which has a page template. The settings on the page don't work. It only…

iamkingsleyf
- 101
- 1
0
votes
1 answer
PHP serving wrong pages with Laravel
I have an absurd problem.
I'm using Laravel for one of my projects. I was at Laravel v5.2.39 (and most Symfony packages were at v3.0.8 if that's relevant) and everything was working fine. After updating (with composer update) to Laravel v5.2.45, I…

Compizfox
- 384
- 1
- 6
- 18
0
votes
2 answers
SELINUX disturb PHP7 to work fine
I am using a Server with Centos 7 and nginx, PHP5.4. I host Magento and everthing works well. And now I just remove the PHP5.4 which is installed and I install PHP7 and I also change everything what is needed
listen =…

vTillmann
- 11
- 1
- 8
0
votes
1 answer
Error: php70w-common conflicts with php-common-5.4 when install phpmyadmin in centos 7
How to fix the confliction when install phpmyadmin with PHP 7?
I have install PHP 7 and Httpd and last one I want to install phpmyadmin but I got this errors during I've install it.
sudo yum install phpmyadmin
Loaded plugins: fastestmirror,…

Heng Sopheak
- 125
- 2
- 9
0
votes
1 answer
joomla blank page on new server
I copied joomla web folder to same directory from ubuntu 14.04 to ubuntu 16.04 server.
All setting are unaltered.
After making sure vhost fastcgi points to php7.0-fpm.sock instead of php5.-fpm.sock on ubuntu 16.04, it only show blank screen.
On…

grepmaster
- 143
- 2
- 4
- 14
0
votes
1 answer
php70-php-opcache preventing CMS install
We have an Apache 2.4 box with php7 from the Remi repo working fine. PHP processing is as expected. This is apart from the php7-php-opcache package which, upon install, prevents the successful installation of Wordpress. The original wp-config.php is…

pmelon
- 21
- 4
0
votes
1 answer
Debian 8 - Setup Preferences for installing php7.0
Please help setup preferences for installing php7.0 and relative packages (some of it not a stable release).
I have OS Debian 8.
I setup sources lists for packages in etc\apt\sources.list.d\:
security.list
deb http://security.debian.org/…

DARK_DIESEL
- 101
- 3
0
votes
1 answer
error “The json extension is missing. Please check your PHP configuration.” displayed after installng phpmyadmin
Installed phpmyadmin and tried to access http://www.example.com/phpmyadmin, but error displayed in my browser
error : " The json extension is missing. Please check your PHP configuration."
My configuration:
PHP 7.0.7 (cli)
Apache/2.4.6
Red Hat…

chiju melveettil
- 17
- 1
- 3
0
votes
2 answers
How to troubleshoot high load caused by php7
We upgraded to php7 (this was only change in server), this is causing high load on CPU.
Cacti graph
sar output
04:40:01 AM CPU %user %nice %system %iowait %steal %idle
04:50:01 AM all 2.85 0.00 2.13 …

Jai
- 141
- 1
- 3
- 14