On 4/23/07, Davide Bernard <dbernard@xxxxxxx> wrote:
I am very new to PHP. Can anyone tell me how do I compile my php 5 code?
First you should tell us which operating system you are using, is it windows or is it linux? If it's windows you'd be better off using the binary. If you're using linux,you might want to check out a binary release first, else compiling is also quite simple. Extract tarball. ./configure make make install that will do it :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php