Compdigitec Labs

« | Home | »

How to build a CLI interpreter of PHP in Linux

By admin | January 23, 2009

After you have installed the related development packages (eg libmysqlclient15-dev for MySQL support), configure PHP with the following options:

‐‐prefix=/usr ‐‐enable-debug ‐‐with-openssl ‐‐with-zlib ‐‐with-curl ‐‐enable-ftp ‐‐with-gettext ‐‐with-mhash ‐‐with-mysql ‐‐enable-sockets ‐‐enable-soap ‐‐with-tidy ‐‐enable-zip ‐‐with-xsl ‐‐disable-cgi

If you found this article helpful or useful, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful or interesting articles!

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: Linux, PHP | 3 Comments »

3 Responses to “How to build a CLI interpreter of PHP in Linux”

  1. How to build a CLI interpreter of PHP in Linux | PHP-Blog.com Says:
    January 24th, 2009 at 00:52

    […] post: How to build a CLI interpreter of PHP in Linux Related ArticlesBookmarksTags PHP PHP is a computer scripting language. Originally […]

  2. white rabbit mushroom Says:
    April 4th, 2025 at 00:34

    … [Trackback]

    […] Read More here on that Topic: compdigitec.com/labs/2009/01/23/how-to-build-a-cli-interpreter-of-php-in-linux/ […]

  3. mijn hor Says:
    April 17th, 2025 at 12:00

    … [Trackback]

    […] Read More on that Topic: compdigitec.com/labs/2009/01/23/how-to-build-a-cli-interpreter-of-php-in-linux/ […]

Comments