Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Rasmus Lerdorf
Olivier Hill wrote: > Sorry to deviate from the original subjet, but could bug #33529 be > related to another sapi_get_stat() problem or just the way Apache > handles fstats? I have not enough inner working knowledge of the ZE to > track the bug down. I don't see how it could be related, no. -Ras

Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Olivier Hill
Hello Rasmus, Sorry to deviate from the original subjet, but could bug #33529 be related to another sapi_get_stat() problem or just the way Apache handles fstats? I have not enough inner working knowledge of the ZE to track the bug down. Sincerely, Olivier On 7/17/05, Rasmus Lerdorf <[EMAIL PROT

Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Rasmus Lerdorf
Olivier Hill wrote: > On 7/17/05, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > >>3:47pm colo:~> apxs -q CFLAGS >>-DLINUX=22 -DEAPI -DTARGET="apache" -DHAVE_SET_DUMPABLE >>-DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -O1 -g -Wall >>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 >> >>Anybod

Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Olivier Hill
On 7/17/05, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > > 3:47pm colo:~> apxs -q CFLAGS > -DLINUX=22 -DEAPI -DTARGET="apache" -DHAVE_SET_DUMPABLE > -DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -O1 -g -Wall > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > > Anybody see a better way to

[PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Rasmus Lerdorf
I spent a couple of hours today tracking down some very odd things I was seeing calling sapi_get_stat() from an extension. The symptom was that the stat struct I was getting back looked messed up and shifted, as if there was a binary compatibility mismatch. I chased a number of things until I rea