On plante sur différents fichier et type de fonctions :
[11-Apr-2014 09:00:31 Europe/Paris] PHP Fatal error: Out of memory (allocated 4718592) (tried to allocate 1076438 bytes) in D:\SERVEURWEB\EaseIT\EbicsSecurity.inc.php on line 1015
$UnZipped=ZEbicsGetOutputPtr($p, "UnZipped", $encoderOut); // Cette fonction rajoute une chaine décompressée dans un fichier
[11-Apr-2014 09:00:46 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:00:50 Europe/Paris] PHP Fatal error: Out of memory (allocated 2621440) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
$contents = fread($handle, TAILLE_BUFFER);
[11-Apr-2014 09:00:51 Europe/Paris] PHP Fatal error: Out of memory (allocated 7077888) (tried to allocate 1352328 bytes) in D:\SERVEURWEB\fonctions\fct_diverses.php on line 407
$Donnees_decomp = gzuncompress($Donnees);
[11-Apr-2014 09:01:32 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:01:40 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:01:48 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:01:53 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:02:01 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:02:07 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:02:10 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:02:11 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:02:13 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:02:18 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:02:21 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 1048577 bytes) in D:\SERVEURWEB\fonctions\fonctions.php on line 1078
[11-Apr-2014 09:03:38 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 927310 bytes) in D:\SERVEURWEB\Webservices\fonctions\WS_extrait_FDL.php on line 103
[11-Apr-2014 09:03:44 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 757310 bytes) in D:\SERVEURWEB\Webservices\fonctions\WS_extrait_FDL.php on line 103
1 2 3 4 5
| $client = new SoapClient($wsdl_extrait,
array('location' => $URL_WS_Transfert_local,
'local_cert' => $local_cert,
'passphrase' => $passphrase, 'trace' => 1));
103 ==> $result = $client->restituerReleve($str_simplexml_header); |
[11-Apr-2014 09:04:13 Europe/Paris] PHP Fatal error: Out of memory (allocated 1572864) (tried to allocate 884647 bytes) in D:\SERVEURWEB\Webservices\fonctions\WS_extrait_FDL.php on line 103
Coté Apache j'ai eu ca :
[Fri Apr 11 09:05:16 2014] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Apr 11 09:05:19 2014] [notice] Apache/2.2.25 (Win32) PHP/5.4.17 mod_ssl/2.2.25 OpenSSL/0.9.8y configured -- resuming normal operations
[Fri Apr 11 09:05:19 2014] [notice] Server built: Jul 10 2013 01:52:12
[Fri Apr 11 09:05:19 2014] [notice] Parent: Created child process 4608
[Fri Apr 11 09:05:21 2014] [notice] Child 4608: Child process is running
[Fri Apr 11 09:05:21 2014] [notice] Child 4608: Acquired the start mutex.
[Fri Apr 11 09:05:21 2014] [notice] Child 4608: Starting 150 worker threads.
[Fri Apr 11 09:05:21 2014] [notice] Child 4608: Starting thread to listen on port 80.
[Fri Apr 11 09:05:21 2014] [notice] Child 4608: Starting thread to listen on port 80.
[Fri Apr 11 09:05:21 2014] [notice] Child 4608: Starting thread to listen on port 443.
[Fri Apr 11 09:05:21 2014] [notice] Child 4608: Starting thread to listen on port 443.
Partager