Hi there,
I would like to compile PHP-CLI with some options.
In linux i would normally do :
$ tar -xvzf php-5.1.2.tar.gz
$ cd php-5.1.2/
$ ./configure --disable-libxml --disable-dom --disable-simplexml --disable-xml --disable-xmlreader
$ make
$ make install
What about OpenWRT ? i have tried to use ./configure but it didn't work.
Any ideas please ?