Re: [PHP-DEV] pcre build problems

2007-02-20 Thread Chris Malton
Oops, No I'm not used to building php from CVS. I'll create a shell script that calls the following in the right order for me: cvs update ./cvsclean ./configure --my-options make make test Then we'll see what happens! Rebuilding with ./cvsclean run! Chris Hannes Magnusson wrote: Did you

Re: [PHP-DEV] pcre build problems

2007-02-20 Thread Antony Dovgal
On 02/20/2007 11:49 PM, Chris Malton wrote: Oops, No I'm not used to building php from CVS. I'll create a shell script that calls the following in the right order for me: cvs update ./cvsclean insert ./buildconf here ./configure --my-options make make test Then we'll see what happens!