Traté de actualizar PHP7.2 a PHP7.4 para mi XAMPP Apache en Windows 10. Ahora Apache no se inicia.
El error de registro es:
[Fri Jul 23 10:47:04.645093 2021] [mpm_winnt:notice] [pid 15604:tid 764] AH00422: Parent: Received shutdown signal -- Shutting down the server. [Fri Jul 23 10:47:07.981978 2021] [mpm_winnt:notice] [pid 5588:tid 704] AH00364: Child: All worker threads have exited. [Fri Jul 23 10:47:10.535573 2021] [mpm_winnt:notice] [pid 15604:tid 764] AH00430: Parent: Child process 5588 exited successfully.El mensaje de error de apache es:
10:47:39 AM [Apache] Error: Apache shutdown unexpectedly. 10:47:39 AM [Apache] This may be due to a blocked port, missing dependencies, 10:47:39 AM [Apache] improper privileges, a crash, or a shutdown by another method. 10:47:39 AM [Apache] Press the Logs button to view error logs and check 10:47:39 AM [Apache] the Windows Event Viewer for more clues 10:47:39 AM [Apache] If you need more help, copy and post this 10:47:39 AM [Apache] entire log window on the forumsSeguí este tutorial:
Configuración PHP
# # PHP-Module setup # LoadFile "C:/xampp/php/php7ts.dll" LoadFile "C:/xampp/php/libpq.dll" LoadModule php7_module "C:/xampp/php/php7apache2_4.dll" <IfModule php7_module> PHPINIDir "C:/xampp/php" </IfModule>