provo a eseguire i test PHPUnit nella mia nuova macchina ed ottengo questo errore:Fatal Error - Troppi file aperti
PHP Fatal error: Uncaught exception 'UnexpectedValueException' with message 'RecursiveDirectoryIterator::__construct(/usr/lib/php/pear/File/Iterator): failed to open dir: Too many open files' in /usr/lib/php/pear/File/Iterator/Factory.php:114
Lo stesso codice sulla vecchia macchina gestito bene ...
Nuovo ambiente della macchina: Versione PHP: PHP 5.3.21 (CLI) Older: PHP 5.3.14
uscita PHPUnit ogni volta:
................EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE 65/66 (98%)
E
Time: 34 seconds, Memory: 438.50Mb
There were 50 errors:
1) XXXXXXXXXXX
PHP Fatal error: Uncaught exception 'UnexpectedValueException' with message 'RecursiveDirectoryIterator::__construct(/usr/lib/php/pear/File/Iterator): failed to open dir: Too many open files' in /usr/lib/php/pear/File/Iterator/Factory.php:114
stai dimenticando di chiamare 'fclose'? – h2ooooooo
fclose? scusa ma non capisco il tuo consiglio – Mauro