Problems with php version 7.1
Posted by: Temepest47 (---.rdsnet.ro)
Date: May 31, 2021 02:30PM

I am using wamp 3.2.3 and I wanted to run PHP version 7.1 but I could not. I got this error in access.log

[Mon May 31 15:06:13.380945 2021] [mpm_winnt:notice] [pid 11004:tid 704] AH00428: Parent: child process 10120 exited with status 255 -- Restarting.
[Mon May 31 15:06:13.527957 2021] [mpm_winnt:notice] [pid 11004:tid 704] AH00455: Apache/2.4.46 (Win64) PHP/7.1.33 configured -- resuming normal operations
[Mon May 31 15:06:13.527957 2021] [mpm_winnt:notice] [pid 11004:tid 704] AH00456: Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
[Mon May 31 15:06:13.527957 2021] [core:notice] [pid 11004:tid 704] AH00094: Command line: 'E:\\wamp64\\bin\\apache\\apache2.4.46\\bin\\httpd.exe -d E:/wamp64/bin/apache/apache2.4.46'
[Mon May 31 15:06:13.533947 2021] [mpm_winnt:notice] [pid 11004:tid 704] AH00418: Parent: Created child process 6140
Failed loading E:/wamp64/bin/php/php7.1.33/zend_ext/php_xdebug-2.9.6-7.1-vc14-x86_64.dll
[Mon May 31 15:06:14.331935 2021] [mpm_winnt:notice] [pid 6140:tid 700] AH00354: Child: Starting 64 worker threads.

and my server restarted and I got a bunch of err_conection_restarted inside of the chrome console, especially when I did ajax requests.
Now I changed to 7.3 and everything seems alright

Edit: typo



Edited 1 time(s). Last edit at 05/31/2021 02:33PM by Temepest47.

Options: ReplyQuote
Re: Problems with php version 7.1
Posted by: Otomatic (Moderator)
Date: May 31, 2021 02:48PM

Hi,

> Failed loading E:/wamp64/bin/php/php7.1.33/zend_ext/php_xdebug-2.9.6-7.1-vc14-x86_64.dll

Originally, PHP 7.1.33 comes with :
- xdebug 2.8.0 with the full Wampserver 3.2.3 installer
- xdebug 2.7.2 with the PHP 7.1.33 addon

However, it is indicated xdebug 2.9.6 ! How did you proceed to put xdebug 2.9.6 on your PHP 7.1.33 version ?

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Problems with php version 7.1
Posted by: Temepest47 (---.rdsnet.ro)
Date: May 31, 2021 03:55PM

Hey, I have no idea. I made no changes and I followed the steps from the downloading guide. It may be the fact that I have a total of 6 PHP versions installed?
Just for the sake of curiosity, I tried every other version of PHP i have installed and they work just fine

Options: ReplyQuote
Re: Problems with php version 7.1
Posted by: Otomatic (Moderator)
Date: May 31, 2021 04:55PM

Hi,

> It may be the fact that I have a total of 6 PHP versions installed?
No, you can have an almost unlimited number of PHP versions.

> I have a total of 6 PHP versions installed?
Wampserver 3.2.3 full install may install six PHP versions: 5.6.40, 7.0.33, 7.1.33, 7.2.33, 7.3.21, 7.4.9.

If you need PHP 7.1.33 you may try to apply xdebug 2.9.8 update:
- Exit Wampserver
- Download https://wampserver.aviatechno.net/files/updates/wampserver3_x64_update_xdebug_2.9.8.exe
- Launch the downloaded file as an administrator

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Problems with php version 7.1
Posted by: Temepest47 (---.rdsnet.ro)
Date: June 03, 2021 03:22PM

Thanks you, it seems to work as intended now

Options: ReplyQuote
Re: Problems with php version 7.1
Posted by: Temepest47 (---.rdsnet.ro)
Date: June 04, 2021 10:30AM

Now I have this problem with my 7.1 installation, why it is?
[Fri Jun 04 11:13:37.232953 2021] [mpm_winnt:notice] [pid 11676:tid 796] AH00428: Parent: child process 9548 exited with status 255 -- Restarting.
[Fri Jun 04 11:13:37.378918 2021] [mpm_winnt:notice] [pid 11676:tid 796] AH00455: Apache/2.4.46 (Win64) PHP/7.1.33 configured -- resuming normal operations
[Fri Jun 04 11:13:37.378918 2021] [mpm_winnt:notice] [pid 11676:tid 796] AH00456: Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
[Fri Jun 04 11:13:37.378918 2021] [core:notice] [pid 11676:tid 796] AH00094: Command line: 'E:\\wamp64\\bin\\apache\\apache2.4.46\\bin\\httpd.exe -d E:/wamp64/bin/apache/apache2.4.46'
[Fri Jun 04 11:13:37.384934 2021] [mpm_winnt:notice] [pid 11676:tid 796] AH00418: Parent: Created child process 14692
[Fri Jun 04 11:13:38.063202 2021] [mpm_winnt:notice] [pid 14692:tid 728] AH00354: Child: Starting 64 worker threads.

Options: ReplyQuote
Re: Problems with php version 7.1
Posted by: Otomatic (Moderator)
Date: June 04, 2021 11:00AM

Hi,

> Now I have this problem with my 7.1 installation, why it is?

What problem?

Where do you see a problem?

Apache stopped with code 255 which can be anything and everything and started again correctly.
See the PHP logs eventually.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons



Edited 1 time(s). Last edit at 06/04/2021 01:19PM by Otomatic.

Options: ReplyQuote


Sorry, only registered users may post in this forum.