J'ai trouvé des posts très intéressant sur le phar :
Je n'arrive pas à archiver, dans mon php.ini j'ai activer php_phar.dll, mais quand je vais dans le répertoire /PHP/php5.3.0/ext/ je ne trouve pas ce fichier.
Et impossible de le trouver à part à un endroit : http://windows.php.net/snapshots/
Merci Windows !!! 
Bon je vais téléchargé PHP http://snaps.php.net/ sur un VM après manger.
Pour le moment j'ai test le code :
<?php
$phar = new Phar(__DIR__ . '/wiki.phar.php');
$phar->addFile('/Wiki/Wiki.php');
et j'ai ça comme erreur :
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'creating archive "C:/wamp/www/Start_Hoa/Framework/Module/wiki.phar.php" disabled by INI setting' in C:\wamp\www\Start_Hoa\Framework\Module\convertorPhar.php:3 Stack trace: #0 C:\wamp\www\Start_Hoa\Framework\Module\convertorPhar.php(3): Phar->__construct('C:\wamp\www\Sta...') #1 {main} thrown in C:\wamp\www\Start_Hoa\Framework\Module\convertorPhar.php on line 3
Dernière fois dit par Ecureuil Virtuel (27 May. 2010 19:28)
" L'imagination est plus importante que la connaissance. La connaissance est limitée alors que l'imagination englobe le monde entier, stimule le progrès, suscite l'évolution. " -
Life in the cloud ::
Getting Started with Hoa - Hoa débutant