Re: [PHP-DEV] longopts in basic_functions.c:1521

2002-10-21 Thread Melvyn Sopacua
At 04:04 10/22/2002 +0900, Moriyoshi Koizumi wrote: ./buildconf needed ? [EMAIL PROTECTED] ~/cvs/php4 $ history [...] 513 export MAKE=gmake 514 ./buildconf 515 ./configure-cmd.sh 516 gmake 517 vi ext/standard/basic_functions.c Look at the code: #ifdef HAVE_GETOPT_LONG struct

Re: [PHP-DEV] longopts in basic_functions.c:1521

2002-10-21 Thread Moriyoshi Koizumi
./buildconf needed Moriyoshi Melvyn Sopacua <[EMAIL PROTECTED]> wrote: > Hi, > > Current CVS doesn't compile for me, cause longopts isn't protected > with an #ifdef HAVE_GETOPT_LONG and an alternate approach. > > /home/msopacua/cvs/php4/ext/standard/basic_functions.c: In function > `zif_getop

Re: [PHP-DEV] longopts in basic_functions.c:1521

2002-10-21 Thread Melvyn Sopacua
On Tue, 22 Oct 2002, Moriyoshi Koizumi wrote: > I missed the point... No worries, do you know how hard it is to hit a point? :) > BTW that seems to have been fixed now. Yep, saw that and tried and worked. Thanx Hartmut. > > Moriyoshi > > > > Melvyn Sopacua <[EMAIL PROTECTED]> wrote: > > >

Re: [PHP-DEV] longopts in basic_functions.c:1521

2002-10-21 Thread Moriyoshi Koizumi
I missed the point... BTW that seems to have been fixed now. Moriyoshi Melvyn Sopacua <[EMAIL PROTECTED]> wrote: > At 04:04 10/22/2002 +0900, Moriyoshi Koizumi wrote: > > >./buildconf needed > > ? > [EMAIL PROTECTED] ~/cvs/php4 > $ history > [...] >513 export MAKE=gmake >514 ./buil