Sujet : Bug Hoa Console!
Rapidement, (j'ai pas trop le temps)
Fichier: Framework/Library/Console/Environment/Window.php
Ligne: 123
Remplacer: if(0 != preg_match('#;\s+([0-9]+)\s+columns;#', $out, $match))
Par: if(false !== preg_match('#;\s+([0-9]+)\s+columns;#', $out, $match))
Voilà en tout cas ça a résolu des problèmes comme ceci:
~/Developpement/Hoa_Framework$ ./Data/Bin/hoa
Warning: wordwrap() expects parameter 2 to be long, string given in /home/joris/Developpement/Hoa_Framework/Framework/Library/Console/Interface/Text.php on line 362
Warning: wordwrap() expects parameter 2 to be long, string given in /home/joris/Developpement/Hoa_Framework/Framework/Library/Console/Core/Io.php on line 204
Warning: wordwrap() expects parameter 2 to be long, string given in /home/joris/Developpement/Hoa_Framework/Framework/Library/Console/Core/Io.php on line 204
Warning: wordwrap() expects parameter 2 to be long, string given in /home/joris/Developpement/Hoa_Framework/Framework/Library/Console/Core/Io.php on line 204
Warning: wordwrap() expects parameter 2 to be long, string given in /home/joris/Developpement/Hoa_Framework/Framework/Library/Console/Core/Io.php on line 204
Voilà en espérant que ça roule pour la suite, parce que bientôt plus de connexion internet ![]()
tcho