« System.Windows.Forms in Mono | Home | Set of patches to allow PHP-GTK2 to compile with PHP6 (incomplete) »
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 | 1 Comment »
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 […]