| 
 
  7.59.3 Installation 
 
 | Compilation CGI avec PHP (Unix) |  
mkdir <phpdir>/ext/ming
       cp php_ext/* <phpdir>/ext/ming
       cd <phpdir>
       ./buildconf 
       ./configure --with-ming <other config options>
       
 |   
 
       Compilez et installez PHP comme d'habitude.
       Redémarrez votre serveur web si nécessaire.
     
 
      Maintenant, soit vous ajoutez simplement  
extension=php_ming.so
  
      dans votre fichier  
php.ini
 , soit vous ajoutez la ligne 
       
dl('php_ming.so');
  au début de tous vos scripts qui
      utilisent Ming.
      
 |