PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Настройка во время выполнения> <Установка и настройка
Last updated: Fri, 28 Nov 2008

view this page in

Установка

Пример #1 built into PHP (Unix)

    mkdir <phpdir>/ext/ming
    cp php_ext/* <phpdir>/ext/ming
    cd <phpdir>
    ./buildconf 
    ./configure --with-ming <other config options>
Build and install PHP as usual, restart web server if necessary.

Now either just add extension=php_ming.so to your php.ini file, or put dl('php_ming.so'); at the head of all of your Ming scripts.



add a note add a note User Contributed Notes
Установка
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites