Re: [PHP-DEV] [PATCH] to reflect installation values unknown at build time on Win32

2002-04-30 Thread Sebastian Bergmann
"Preston L. Bannister" wrote: > There are values known at compile time on Unix that are *not* known > at compile time on Win32. Rather than compile in something misleading > (and very likely wrong), better to *not* supply a value. I'd like to rename the file to config.w32.h.in and let MSVC ren

[PHP-DEV] [PATCH] to reflect installation values unknown at build time on Win32

2002-04-30 Thread Preston L. Bannister
There are values known at compile time on Unix that are *not* known at compile time on Win32. Rather than compile in something misleading (and very likely wrong), better to *not* supply a value. Index: ext/standard/info.c === RCS f