Darathor
Citation :
But : Ce FIX corrige un problème de dépassement mémoire lorsque les résultats de recherche sont trop nombreux.
Auteur : Darathor (darathor@free.fr)
Version : 1.0 (28/01/2007)
Compatibilité phpBB : 2.0.22
Dans "search.php" :
Code :
#
# Trouver
#
}
else if ( $search_id == 'unanswered' )
#
# Ajouter avant
#
// DEBUT FIX Avoid memory overflow in search
// This (big) array is not used after this point, so free the the memory to avoid overflow.
$search_id_chunks = false;
// FIN FIX Avoid memory overflow in search