WampServer

Apache, PHP, MySQL on Windows 

 
  • Accueil forum
  • Retour à WampServer
  • presentation
  • Download
  • Addons
  • Formations
  • Alter Way

 
Voir le sujet: Précédent•Suivant
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Recherche•Connexion•Imprimer la vue
IMAP
Envoyé par: marc.vesin (---.w109-221.abo.wanadoo.fr)
Date: 29 October 2021 à 10:31

bonjour


j'ai installé wamp et j'ai un problème avec l'extension IMAP

si je regarder php.ini dans le repertoire PHP, l'extension est cochée comme chargée et pourtant les éléments de cette extensions sont inconnus.

j'ai donc regarder avec PHP info les extensions présentes et elle n'apparait pas et si j'utilise DL , cette fonction indique une erreur avec un chemin standard et non pas celui défini dans ph info.

que faut-il faire ?

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: Otomatic (Modérateur)
Date: 29 October 2021 à 10:46

Bonjour,

L'extension imap est installée et validée par défaut avec Wampserver.
Le fichier php.ini à regarder est : Clic-Gauche -> PHP -> php.ini

Elle apparaît toujours comme chargée dans la page d'accueil de Wampserver 'http://localhost/'
Il n'y a pas besoin d'aller voir le fichier php.ini, il suffit de :
Clic-Gauche -> PHP -> extensions PHP

> et pourtant les éléments de cette extensions sont inconnus.
Quels éléments ?

Résultat de php_info :
imap IMAP c-Client Version 2007f SSL Support enabled
Directive Local Value Master Value
imap.enable_insecure_rsh Off Off

> si j'utilise DL , cette fonction indique une erreur avec un chemin standard
> et non pas celui défini dans ph info.
Quelle fonction ?
Libellé exact et complet de l'erreur ?

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

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: marc.vesin (---.w109-221.abo.wanadoo.fr)
Date: 29 October 2021 à 16:08

bonjour


ci joint les réponses

l'icone est verte
j'ai vérifié le fichier php.ini avec l'icone et on a :

extension=imap
extension_dir ="c:/wamp64/bin/php/php7.3.21/ext/"

quand j'apelle get_loaded_extensions() je récupère la liste suivante

load
Core
bcmath
calendar
ctype
date
filter
hash
iconv
json
SPL
pcre
readline
Reflection
session
standard
mysqlnd
tokenizer
zip
zlib
libxml
dom
PDO
Phar
SimpleXML
xml
xmlreader
xmlwriter

si je lance la fonction dl, j'otiens le message suivant :
Warning: dl(): Unable to load dynamic library 'php_imap.dll' (tried: C:\php\ext\php_imap.dll (Le module spécifié est introuvable), C:\php\ext\php_php_imap.dll.dll (Le module spécifié est introuvable))


enfin PHP ne trouve pas le éléments suivants :
Fatal error: Uncaught Error: Undefined constant "TYPEMULTIPART"

ainsi que


TYPEAPPLICATION
ENCBASE64
imap_mail_compose

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: Otomatic (Modérateur)
Date: 29 October 2021 à 17:05

Bonjour,

Clic-Droit -> Outils -> Créer rapport de configuration Wampserver

Puis

Clic-Droit -> Outils -> Rapport de configuration Wampserver
Mettre le contenu ici

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

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: marc.vesin (---.w109-221.abo.wanadoo.fr)
Date: 29 October 2021 à 18:40

1635523864
------ Wampserver configuration report
Fri, 29 Oct 2021 16:11:04 +0000
- Windows NT 10.0 build 19042 (Windows 10)
- Windows Charset: Windows-1252
- Wampserver version 3.2.3 - 64bit
- Wampserver install version 3.2.3
- Install directory: c:/wamp64
- Default browser: C:/Program Files (x86)/Internet Explorer/iexplore.exe
- Default text editor: C:/WINDOWS/system32/notepad.exe
- Default log viewer: C:/WINDOWS/system32/notepad.exe
- Apache 2.4.46 - Port 80
- Additional Apache listening ports:a
- PHP 7.3.21
- MySQL 8.0.21 Port 3306
MySQL basedir = c:/wamp64/bin/mysql/mysql8.0.21
MySQL datadir = c:/wamp64/bin/mysql/mysql8.0.21/data
- MariaDB 10.4.13 Port 3307
MariaDB basedir = c:/wamp64/bin/mariadb/mariadb10.4.13
MariaDB datadir = c:/wamp64/bin/mariadb/mariadb10.4.13/data
- PHP 5.6.40 for CLI (Internal Wampserver PHP scripts)
- PhpMyAdmin 5.0.2 - Adminer 4.7.7
------ Wampserver configuration ------
AliasSubmenu = off - NotCheckVirtualHost = off
NotCheckDuplicate = off - VirtualHostSubMenu = on
HomepageAtStartup = off - VhostAllLocalIp = off
SupportMySQL = on - SupportMariaDB = on
ShowphmyadMenu = on - ShowadminerMenu = on
NotVerifyPATH = off - HostsLinesLimit = 5000
NotVerifyHosts = off - NotVerifyTLD = off
AutoCleanLogs = on - AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 - AutoCleanTmp = on
AutoCleanTmpMax = 1000 - CreateSymlink = symlink
BackupHosts = off - TraceProcess = off
------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
#
127.0.0.1 localhost
::1 localhost
----------------------------------------------
-- c:/wamp64/bin/apache/apache2.4.46/conf/extra/httpd-vhosts.conf file contents --
------ Limited to the first 40 lines ------
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
----------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.3.3
--------------------------------------------------
State of services:
The service 'wampapache64' is started
Service Session : LocalSystem
The service 'wampmysqld64' is started
Service Session : LocalSystem
The service 'wampmariadb64' is started
Service Session : LocalSystem
all services are started - it is OK
all services BINARY_PATH_NAME are OK
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) 3.2.3.3 - 64bit
Compiler Visual C++ versions used:
PHP 5.6.40 Compiler => MSVC11 (Visual C++ 2012)
Architecture => x64
is compatible with Apache 2.4.46
PHP 7.3.21 Compiler => MSVC15 (Visual C++ 2017)
Architecture => x64
is compatible with Apache 2.4.46
PHP 7.4.9 Compiler => Visual C++ 2017
Architecture => x64
is compatible with Apache 2.4.46
MySQL Ver 8.0.21 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 10.4.13-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.46 Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
Architecture: 64-bit
--------------------------------------------------
VirtualHost configuration:
Virtual Host: localhost
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 11968
The processus of PID 11968 is 'httpd.exe' Session: Services
The service of PID 11968 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 80 is used by a processus with PID = 11968
The processus of PID 11968 is 'httpd.exe' Session: Services
The service of PID 11968 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Apache/2.4.46 (Win64) PHP/7.3.21
--------------------------------------------------
***** Test which uses port 3306 *****
===== Tested by command netstat filtered on port 3306 =====
Test for TCP
Your port 3306 is used by a processus with PID = 1688
The processus of PID 1688 is 'mysqld.exe' Session: Services
The service of PID 1688 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 1688
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 3000
Test for TCPv6
Your port 3306 is used by a processus with PID = 1688
The processus of PID 1688 is 'mysqld.exe' Session: Services
The service of PID 1688 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 1688
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 3000
--------------------------------------------------
***** Test which uses port 3307 *****
===== Tested by command netstat filtered on port 3307 =====
Test for TCP
Your port 3307 is used by a processus with PID = 15472
The processus of PID 15472 is 'mysqld.exe' Session: Services
The service of PID 15472 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 3307 is used by a processus with PID = 15472
The processus of PID 15472 is 'mysqld.exe' Session: Services
The service of PID 15472 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
- Wampserver trace report -
File created by Wampserver install
[Fri Oct 29 15:24:44.047908 2021] [mpm_winnt:notice] [pid 11968:tid 676] AH00455: Apache/2.4.46 (Win64) PHP/7.3.21 configured -- resuming normal operations
[Fri Oct 29 15:24:44.047908 2021] [mpm_winnt:notice] [pid 11968:tid 676] AH00456: Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
[Fri Oct 29 15:24:44.047908 2021] [core:notice] [pid 11968:tid 676] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.46\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.46'
[Fri Oct 29 15:24:44.047908 2021] [mpm_winnt:notice] [pid 11968:tid 676] AH00418: Parent: Created child process 14480
[Fri Oct 29 15:24:44.672759 2021] [mpm_winnt:notice] [pid 14480:tid 664] AH00354: Child: Starting 64 worker threads.
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
- Wampserver trace report -
File created by Wampserver install
::1 - - [29/Oct/2021:15:25:42 +0200] "GET / HTTP/1.1" 200 6116
::1 - - [29/Oct/2021:15:26:02 +0200] "GET /?phpinfo=-1 HTTP/1.1" 200 113552
::1 - - [29/Oct/2021:15:45:53 +0200] "GET /adminer/ HTTP/1.1" 200 4672
::1 - - [29/Oct/2021:15:45:54 +0200] "POST /adminer/?script=version HTTP/1.1" 200 -
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/ HTTP/1.1" 200 2096
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/index.php?disp=bootstrap HTTP/1.1" 200 25249
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=console-shim HTTP/1.1" 200 1022
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=bootstrap-util HTTP/1.1" 200 2752
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=jquery.treegrid HTTP/1.1" 200 6212
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=sorttable HTTP/1.1" 200 5190
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=transparency HTTP/1.1" 200 9664
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=bootstrap-modal HTTP/1.1" 200 7844
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=phpsysinfo_bootstrap HTTP/1.1" 200 26182
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=jquery HTTP/1.1" 200 82444
::1 - - [29/Oct/2021:15:45:59 +0200] "GET /phpsysinfo/xml.php?json HTTP/1.1" 200 6387
::1 - - [29/Oct/2021:15:46:06 +0200] "GET /phpsysinfo/language/language.php?lang=fr HTTP/1.1" 200 10861
::1 - - [29/Oct/2021:15:46:40 +0200] "GET /phpmyadmin/ HTTP/1.1" 200 3641
::1 - - [29/Oct/2021:15:46:43 +0200] "GET /phpmyadmin/js/whitelist.php?v=5.0.2 HTTP/1.1" 200 478
::1 - - [29/Oct/2021:15:46:43 +0200] "GET /phpmyadmin/js/messages.php?l=fr&v=5.0.2 HTTP/1.1" 200 10018
127.0.0.1 - - [29/Oct/2021:18:11:01 +0200] "GET / HTTP/1.1" 200 6116
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
- Wampserver trace report -
File created by Wampserver install
--------------------------------------------------
-------- MySQL error log (Last 30 lines) --------
- Wampserver trace report -
File created by Wampserver install
2021-10-29T13:24:43.429437Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe (mysqld 8.0.21) starting as process 1688
2021-10-29T13:24:43.481341Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-10-29T13:24:45.518472Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-10-29T13:24:46.520043Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: ready for connections. Version: '8.0.21' socket: '' port: 3306 MySQL Community Server - GPL.
--------------------------------------------------
-------- MariaDB error log (Last 30 lines) --------
- Wampserver trace report -
File created by Wampserver install
InnoDB: using atomic writes.
2021-10-29 15:24:43 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-10-29 15:24:43 0 [Note] InnoDB: Uses event mutexes
2021-10-29 15:24:43 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-10-29 15:24:43 0 [Note] InnoDB: Number of pools: 1
2021-10-29 15:24:43 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-10-29 15:24:43 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
2021-10-29 15:24:43 0 [Note] InnoDB: Completed initialization of buffer pool
2021-10-29 15:24:43 0 [Note] InnoDB: Resizing redo log from 2*50331648 to 2*67108864 bytes; LSN=60981
2021-10-29 15:24:43 0 [Note] InnoDB: Starting to delete and rewrite log files.
2021-10-29 15:24:43 0 [Note] InnoDB: Setting log file .\ib_logfile101 size to 67108864 bytes
2021-10-29 15:24:43 0 [Note] InnoDB: Setting log file .\ib_logfile1 size to 67108864 bytes
2021-10-29 15:24:43 0 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0
2021-10-29 15:24:43 0 [Note] InnoDB: New log files created, LSN=60981
2021-10-29 15:24:43 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-10-29 15:24:43 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-10-29 15:24:43 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-10-29 15:24:43 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2021-10-29 15:24:43 0 [Note] InnoDB: Waiting for purge to start
2021-10-29 15:24:43 0 [Note] InnoDB: 10.4.13 started; log sequence number 60981; transaction id 21
2021-10-29 15:24:43 0 [Note] InnoDB: Loading buffer pool(s) from c:\wamp64\bin\mariadb\mariadb10.4.13\data\ib_buffer_pool
2021-10-29 15:24:43 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-10-29 15:24:43 0 [Note] Server socket created on IP: '::'.
2021-10-29 15:24:43 0 [Note] InnoDB: Buffer pool(s) load completed at 211029 15:24:43
2021-10-29 15:24:43 0 [Note] Reading of all Master_info entries succeeded
2021-10-29 15:24:43 0 [Note] Added new Master_info '' to hash table
2021-10-29 15:24:43 0 [Note] wampmariadb64: ready for connections.
Version: '10.4.13-MariaDB' socket: '' port: 3307 mariadb.org binary distribution
--------------------------------------------------

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: Otomatic (Modérateur)
Date: 29 October 2021 à 19:12

Bonsoir,

- Vérifier que tous les paquetages VC++ sont bien installés et avec les dernières versions.
Pour ce faire, utilisez l'outil :
Vérifications paquetages VC installés
N'utilisez pas une ancienne version de l'outil que vous auriez déjà téléchargé. Télécharger toujours la dernière version juste avant de l'utiliser.
Pour télécharger les paquetages manquants, ne vous fiez pas aux liens Microsoft, ils ne sont pas toujours fiables, télécharger les paquetages sur http://wampserver.aviatechno.net dans la section Visual C++ Redistribuable Packages

- Appliquez la mise à jour 3.2.5 sur votre version de Wampserver
Wampserver update 3.2.5

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

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: marc.vesin (---.w109-221.abo.wanadoo.fr)
Date: 01 November 2021 à 17:21

bonjour


j'ai testé les paquetages VC++ avec l'outil que vous signaliez et tout est correct.

j'ai aussi installé la mise à jour et redémarré WampServer

cela n'a rien changé

ci dessous la config
1635781944
------ Wampserver configuration report
Mon, 01 Nov 2021 15:52:24 +0000
- Windows NT 10.0 build 19042 (Windows 10)
- Windows Charset: Windows-1252
- Wampserver version 3.2.5 - 64bit
- Wampserver install version 3.2.3
- Install directory: c:/wamp64
- Default browser: C:/Program Files (x86)/Internet Explorer/iexplore.exe
- Default text editor: C:/WINDOWS/system32/notepad.exe
- Default log viewer: C:/WINDOWS/system32/notepad.exe
- Apache 2.4.46 - Port 80
- Additional Apache listening ports:
- PHP 7.3.21
- MySQL 8.0.21 Port 3306
MySQL basedir = c:/wamp64/bin/mysql/mysql8.0.21
MySQL datadir = c:/wamp64/bin/mysql/mysql8.0.21/data
- MariaDB 10.4.13 Port 3307
MariaDB basedir = c:/wamp64/bin/mariadb/mariadb10.4.13
MariaDB datadir = c:/wamp64/bin/mariadb/mariadb10.4.13/data
- PHP 5.6.40 for CLI (Internal Wampserver PHP scripts)
------ Wampserver configuration ------
AliasSubmenu = off - NotCheckVirtualHost = off
NotCheckDuplicate = off - VirtualHostSubMenu = on
HomepageAtStartup = off - VhostAllLocalIp = off
SupportMySQL = on - SupportMariaDB = on
ShowphmyadMenu = on - ShowadminerMenu = on
NotVerifyPATH = off - HostsLinesLimit = 5000
NotVerifyHosts = off - NotVerifyTLD = off
AutoCleanLogs = on - AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 - AutoCleanTmp = on
AutoCleanTmpMax = 1000 - CreateSymlink = symlink
BackupHosts = off - TraceProcess = off
ShowWWWdirMenu = off
------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
#
127.0.0.1 localhost
::1 localhost
----------------------------------------------
-- c:/wamp64/bin/apache/apache2.4.46/conf/extra/httpd-vhosts.conf file contents --
------ Limited to the first 40 lines ------
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
----------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.3.7
--------------------------------------------------
State of services:
The service 'wampapache64' is started
Service Session : LocalSystem
The service 'wampmysqld64' is started
Service Session : LocalSystem
The service 'wampmariadb64' is started
Service Session : LocalSystem
all services are started - it is OK
all services BINARY_PATH_NAME are OK
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) 3.2.3.7 - 64bit
Compiler Visual C++ versions used:
PHP 5.6.40 Compiler => MSVC11 (Visual C++ 2012)
Architecture => x64
is compatible with Apache 2.4.46
PHP 7.3.21 Compiler => MSVC15 (Visual C++ 2017)
Architecture => x64
is compatible with Apache 2.4.46
PHP 7.4.9 Compiler => Visual C++ 2017
Architecture => x64
is compatible with Apache 2.4.46
MySQL Ver 8.0.21 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 10.4.13-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.46 Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
Architecture: 64-bit
--------------------------------------------------
VirtualHost configuration:
Virtual Host: localhost
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 2204
The processus of PID 2204 is 'httpd.exe' Session: Services
The service of PID 2204 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 80 is used by a processus with PID = 2204
The processus of PID 2204 is 'httpd.exe' Session: Services
The service of PID 2204 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Apache/2.4.46 (Win64) PHP/7.3.21
--------------------------------------------------
***** Test which uses port 3306 *****
===== Tested by command netstat filtered on port 3306 =====
Test for TCP
Your port 3306 is used by a processus with PID = 15144
The processus of PID 15144 is 'mysqld.exe' Session: Services
The service of PID 15144 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 15144
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 15276
Test for TCPv6
Your port 3306 is used by a processus with PID = 15144
The processus of PID 15144 is 'mysqld.exe' Session: Services
The service of PID 15144 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 15144
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 15276
--------------------------------------------------
***** Test which uses port 3307 *****
===== Tested by command netstat filtered on port 3307 =====
Test for TCP
Your port 3307 is used by a processus with PID = 13712
The processus of PID 13712 is 'mysqld.exe' Session: Services
The service of PID 13712 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 3307 is used by a processus with PID = 13712
The processus of PID 13712 is 'mysqld.exe' Session: Services
The service of PID 13712 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
[Sun Oct 31 11:24:34.717004 2021] [mpm_winnt:notice] [pid 7136:tid 532] AH00430: Parent: Child process 9756 exited successfully.
[Sun Oct 31 11:25:08.275190 2021] [mpm_winnt:notice] [pid 11436:tid 700] AH00455: Apache/2.4.46 (Win64) PHP/7.3.21 configured -- resuming normal operations
[Sun Oct 31 11:25:08.275190 2021] [mpm_winnt:notice] [pid 11436:tid 700] AH00456: Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
[Sun Oct 31 11:25:08.275190 2021] [core:notice] [pid 11436:tid 700] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.46\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.46'
[Sun Oct 31 11:25:08.290811 2021] [mpm_winnt:notice] [pid 11436:tid 700] AH00418: Parent: Created child process 16296
[Sun Oct 31 11:25:09.087497 2021] [mpm_winnt:notice] [pid 16296:tid 656] AH00354: Child: Starting 64 worker threads.
[Sun Oct 31 16:21:34.078826 2021] [mpm_winnt:notice] [pid 11436:tid 700] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun Oct 31 16:21:36.122052 2021] [mpm_winnt:notice] [pid 16296:tid 656] AH00364: Child: All worker threads have exited.
[Sun Oct 31 16:21:36.247048 2021] [mpm_winnt:notice] [pid 11436:tid 700] AH00430: Parent: Child process 16296 exited successfully.
[Mon Nov 01 16:42:09.699936 2021] [mpm_winnt:notice] [pid 4048:tid 728] AH00455: Apache/2.4.46 (Win64) PHP/7.3.21 configured -- resuming normal operations
[Mon Nov 01 16:42:09.699936 2021] [mpm_winnt:notice] [pid 4048:tid 728] AH00456: Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
[Mon Nov 01 16:42:09.699936 2021] [core:notice] [pid 4048:tid 728] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.46\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.46'
[Mon Nov 01 16:42:09.699936 2021] [mpm_winnt:notice] [pid 4048:tid 728] AH00418: Parent: Created child process 10568
[Mon Nov 01 16:42:10.121713 2021] [mpm_winnt:notice] [pid 10568:tid 668] AH00354: Child: Starting 64 worker threads.
[Mon Nov 01 16:49:06.531654 2021] [mpm_winnt:notice] [pid 4048:tid 728] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 01 16:49:08.552864 2021] [mpm_winnt:notice] [pid 10568:tid 668] AH00364: Child: All worker threads have exited.
[Mon Nov 01 16:49:08.615099 2021] [mpm_winnt:notice] [pid 4048:tid 728] AH00430: Parent: Child process 10568 exited successfully.
[Mon Nov 01 16:50:13.464559 2021] [mpm_winnt:notice] [pid 13568:tid 708] AH00455: Apache/2.4.46 (Win64) PHP/7.3.21 configured -- resuming normal operations
[Mon Nov 01 16:50:13.464559 2021] [mpm_winnt:notice] [pid 13568:tid 708] AH00456: Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
[Mon Nov 01 16:50:13.464559 2021] [core:notice] [pid 13568:tid 708] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.46\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.46'
[Mon Nov 01 16:50:13.480179 2021] [mpm_winnt:notice] [pid 13568:tid 708] AH00418: Parent: Created child process 12812
[Mon Nov 01 16:50:13.905412 2021] [mpm_winnt:notice] [pid 12812:tid 664] AH00354: Child: Starting 64 worker threads.
[Mon Nov 01 16:51:02.214442 2021] [mpm_winnt:notice] [pid 13568:tid 708] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 01 16:51:04.243641 2021] [mpm_winnt:notice] [pid 12812:tid 664] AH00364: Child: All worker threads have exited.
[Mon Nov 01 16:51:04.259546 2021] [mpm_winnt:notice] [pid 13568:tid 708] AH00430: Parent: Child process 12812 exited successfully.
[Mon Nov 01 16:51:17.778180 2021] [mpm_winnt:notice] [pid 2204:tid 156] AH00455: Apache/2.4.46 (Win64) PHP/7.3.21 configured -- resuming normal operations
[Mon Nov 01 16:51:17.778180 2021] [mpm_winnt:notice] [pid 2204:tid 156] AH00456: Apache Lounge VS16 Server built: Aug 2 2020 10:21:32
[Mon Nov 01 16:51:17.778180 2021] [core:notice] [pid 2204:tid 156] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.46\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.46'
[Mon Nov 01 16:51:17.778180 2021] [mpm_winnt:notice] [pid 2204:tid 156] AH00418: Parent: Created child process 16392
[Mon Nov 01 16:51:18.232573 2021] [mpm_winnt:notice] [pid 16392:tid 712] AH00354: Child: Starting 64 worker threads.
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
- Wampserver trace report -
File created by Wampserver install
::1 - - [29/Oct/2021:15:25:42 +0200] "GET / HTTP/1.1" 200 6116
::1 - - [29/Oct/2021:15:26:02 +0200] "GET /?phpinfo=-1 HTTP/1.1" 200 113552
::1 - - [29/Oct/2021:15:45:53 +0200] "GET /adminer/ HTTP/1.1" 200 4672
::1 - - [29/Oct/2021:15:45:54 +0200] "POST /adminer/?script=version HTTP/1.1" 200 -
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/ HTTP/1.1" 200 2096
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/index.php?disp=bootstrap HTTP/1.1" 200 25249
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=console-shim HTTP/1.1" 200 1022
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=bootstrap-util HTTP/1.1" 200 2752
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=jquery.treegrid HTTP/1.1" 200 6212
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=sorttable HTTP/1.1" 200 5190
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=transparency HTTP/1.1" 200 9664
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=bootstrap-modal HTTP/1.1" 200 7844
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=phpsysinfo_bootstrap HTTP/1.1" 200 26182
::1 - - [29/Oct/2021:15:45:58 +0200] "GET /phpsysinfo/js.php?name=jquery HTTP/1.1" 200 82444
::1 - - [29/Oct/2021:15:45:59 +0200] "GET /phpsysinfo/xml.php?json HTTP/1.1" 200 6387
::1 - - [29/Oct/2021:15:46:06 +0200] "GET /phpsysinfo/language/language.php?lang=fr HTTP/1.1" 200 10861
::1 - - [29/Oct/2021:15:46:40 +0200] "GET /phpmyadmin/ HTTP/1.1" 200 3641
::1 - - [29/Oct/2021:15:46:43 +0200] "GET /phpmyadmin/js/whitelist.php?v=5.0.2 HTTP/1.1" 200 478
::1 - - [29/Oct/2021:15:46:43 +0200] "GET /phpmyadmin/js/messages.php?l=fr&v=5.0.2 HTTP/1.1" 200 10018
127.0.0.1 - - [29/Oct/2021:18:11:01 +0200] "GET / HTTP/1.1" 200 6116
127.0.0.1 - - [01/Nov/2021:16:52:21 +0100] "GET / HTTP/1.1" 200 6156
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
- Wampserver trace report -
File created by Wampserver install
--------------------------------------------------
-------- MySQL error log (Last 30 lines) --------
2021-10-29T13:24:45.518472Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-10-29T13:24:46.520043Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: ready for connections. Version: '8.0.21' socket: '' port: 3306 MySQL Community Server - GPL.
2021-10-31T10:24:19.583622Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe (mysqld 8.0.21) starting as process 14508
2021-10-31T10:24:19.750558Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-10-31T10:24:21.988545Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-10-31T10:24:23.433317Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: ready for connections. Version: '8.0.21' socket: '' port: 3306 MySQL Community Server - GPL.
2021-10-31T10:24:32.653718Z 0 [System] [MY-013105] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Normal shutdown.
2021-10-31T10:24:33.115098Z 0 [System] [MY-010910] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Shutdown complete (mysqld 8.0.21) MySQL Community Server - GPL.
2021-10-31T10:25:08.598381Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe (mysqld 8.0.21) starting as process 15664
2021-10-31T10:25:08.701571Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-10-31T10:25:09.731455Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-10-31T10:25:10.198082Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: ready for connections. Version: '8.0.21' socket: '' port: 3306 MySQL Community Server - GPL.
2021-10-31T15:21:34.096901Z 0 [System] [MY-013105] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Normal shutdown.
2021-10-31T15:21:35.573171Z 0 [System] [MY-010910] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Shutdown complete (mysqld 8.0.21) MySQL Community Server - GPL.
2021-11-01T15:42:09.162971Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe (mysqld 8.0.21) starting as process 11120
2021-11-01T15:42:09.261083Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-11-01T15:42:09.925080Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-11-01T15:42:10.414000Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: ready for connections. Version: '8.0.21' socket: '' port: 3306 MySQL Community Server - GPL.
2021-11-01T15:49:06.532890Z 0 [System] [MY-013105] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Normal shutdown.
2021-11-01T15:49:07.386105Z 0 [System] [MY-010910] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Shutdown complete (mysqld 8.0.21) MySQL Community Server - GPL.
2021-11-01T15:50:13.589796Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe (mysqld 8.0.21) starting as process 11728
2021-11-01T15:50:13.619783Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-11-01T15:50:14.146077Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-11-01T15:50:14.500195Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: ready for connections. Version: '8.0.21' socket: '' port: 3306 MySQL Community Server - GPL.
2021-11-01T15:51:02.217453Z 0 [System] [MY-013105] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Normal shutdown.
2021-11-01T15:51:02.959272Z 0 [System] [MY-010910] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: Shutdown complete (mysqld 8.0.21) MySQL Community Server - GPL.
2021-11-01T15:51:17.889340Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe (mysqld 8.0.21) starting as process 15144
2021-11-01T15:51:17.916232Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-11-01T15:51:18.477253Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-11-01T15:51:18.842141Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql8.0.21\bin\mysqld.exe: ready for connections. Version: '8.0.21' socket: '' port: 3306 MySQL Community Server - GPL.
--------------------------------------------------
-------- MariaDB error log (Last 30 lines) --------
2021-11-01 16:51:02 0 [Note] InnoDB: FTS optimize thread exiting.
2021-11-01 16:51:02 0 [Note] InnoDB: Starting shutdown...
2021-11-01 16:51:02 0 [Note] InnoDB: Dumping buffer pool(s) to c:\wamp64\bin\mariadb\mariadb10.4.13\data\ib_buffer_pool
2021-11-01 16:51:02 0 [Note] InnoDB: Buffer pool(s) dump completed at 211101 16:51:02
2021-11-01 16:51:03 0 [Note] InnoDB: Shutdown completed; log sequence number 61488; transaction id 22
2021-11-01 16:51:03 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-11-01 16:51:03 0 [Note] wampmariadb64: Arrêt du serveur terminé
InnoDB: using atomic writes.
2021-11-01 16:51:17 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-11-01 16:51:17 0 [Note] InnoDB: Uses event mutexes
2021-11-01 16:51:17 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-11-01 16:51:17 0 [Note] InnoDB: Number of pools: 1
2021-11-01 16:51:17 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-11-01 16:51:17 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
2021-11-01 16:51:17 0 [Note] InnoDB: Completed initialization of buffer pool
2021-11-01 16:51:17 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-11-01 16:51:17 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-11-01 16:51:17 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-11-01 16:51:17 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2021-11-01 16:51:17 0 [Note] InnoDB: Waiting for purge to start
2021-11-01 16:51:17 0 [Note] InnoDB: 10.4.13 started; log sequence number 61488; transaction id 21
2021-11-01 16:51:17 0 [Note] InnoDB: Loading buffer pool(s) from c:\wamp64\bin\mariadb\mariadb10.4.13\data\ib_buffer_pool
2021-11-01 16:51:17 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-11-01 16:51:17 0 [Note] InnoDB: Buffer pool(s) load completed at 211101 16:51:17
2021-11-01 16:51:17 0 [Note] Server socket created on IP: '::'.
2021-11-01 16:51:17 0 [Note] Reading of all Master_info entries succeeded
2021-11-01 16:51:17 0 [Note] Added new Master_info '' to hash table
2021-11-01 16:51:17 0 [Note] wampmariadb64: ready for connections.
Version: '10.4.13-MariaDB' socket: '' port: 3307 mariadb.org binary distribution
--------------------------------------------------

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: Otomatic (Modérateur)
Date: 01 November 2021 à 18:22

Bonjour,

> cela n'a rien changé
Il n'y a aucune erreur dans tous les fichiers de log.

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

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: marc.vesin (---.w109-221.abo.wanadoo.fr)
Date: 02 November 2021 à 08:53

que faut-il faire ?


ou puis je trouver de l'aide (éventuellement payante) ?

Options: Répondre•Citer ce Message
Re: IMAP
Envoyé par: Otomatic (Modérateur)
Date: 02 November 2021 à 12:03

Bonjour,

Pour quoi faire exactement voulez-vous utiliser la fonction dl() ?

Avez-vous été voir la documentation afférente ? https://www.php.net/manual/fr/function.dl

Avez-vous vérifié que enable_dl est activé dans php.ini ?

Avez-vous bien compris la différence entre php.ini et phpForApache.ini ?

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

Options: Répondre•Citer ce Message


Aller à : Liste des Forums•Liste des messages•Recherche•Connexion
Désolé, seuls les utilisateurs connectés peuvent envoyer des messages dans ce forum.
Cliquer ici pour se connecter

design by jidePowered by Alter Way get firefoxget PHP