msi79
Messages postés509Date d'inscriptionlundi 24 août 2009StatutMembreDernière intervention 2 mai 2023
-
17 janv. 2019 à 19:00
jordane45
Messages postés37515Date d'inscriptionmercredi 22 octobre 2003StatutModérateurDernière intervention31 mai 2023
-
18 janv. 2019 à 10:20
Bonjour,
j'ai besoin s'avoir les deux versions, je suis les tutots sur le net mais en vain.
la version active qui fonctionne bien est la 5.5.12
je veux associer une version 7.x
1. copie de wampserver.con de 5.5.12 vers 7.2.14
2. j'ai renommé php IN-DEVELOPMENT en php.ini et phpForApache.ini
3. j'ai fermé et redemarré mais wamp reste toujours orange.
4. j'ai meme modifierle contenu de WampServer/bin/php/phpM.m.p/wampserver.conf
<?php
$phpConf['phpIniDir'] = '.';
$phpConf['phpExeDir'] = '.';
$phpConf['phpConfFile'] = 'php.ini';
//PHP 7 needs Apache 2.4.x and doesn't works with Apache 2.2.x
//and php7_module, not php5_module
$phpConf['apache']['2.4']['LoadModuleName'] = 'php7_module';
$phpConf['apache']['2.4']['LoadModuleFile'] = 'php7apache2_4.dll';
$phpConf['apache']['2.4']['AddModule'] = '';
?>
17 janv. 2019 à 23:37
18 janv. 2019 à 08:40
18 janv. 2019 à 09:08
[Fri Jan 18 08:04:37.362560 2019] [mpm_winnt:notice] [pid 704:tid 660] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Jan 18 08:04:39.366531 2019] [mpm_winnt:notice] [pid 584:tid 692] AH00364: Child: All worker threads have exited.
[Fri Jan 18 08:04:39.595531 2019] [mpm_winnt:notice] [pid 704:tid 660] AH00430: Parent: Child process 584 exited successful
2. le fichier de log du journal windows
je sais pas ou le trouver
18 janv. 2019 à 10:20