Build php with thttpd

Posted on Updated on

Steps:

  1. build php with configuration –with-thttpd=<thttpd_src_folder>
    ./configure –with-thttpd=<thttpd_src_folder>
    make all; make install
  2. in thttpd source folder
    ./configure
    make all; make install

Remarks:

  • php5.x with thttpd –> 3.xMB
  • php4.x with thttpd –> 1.xMB

Reference:
http://www.phpe.net/manual/install.linux.php

發表留言