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
[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