RE: [PHP-DEV] [PATCH] round 3

2004-09-14 Thread Steph
Sent: 14 September 2004 17:21 > To: Steph > Cc: internals > Subject: Re: [PHP-DEV] [PATCH] round 3 > > > On Tue, 14 Sep 2004, Steph wrote: > > > Moved #if a few paces to the left on Wez's advice. Fussy old > compilers ;) > > > > Still does the same job

Re: [PHP-DEV] [PATCH] round 3

2004-09-14 Thread Derick Rethans
On Tue, 14 Sep 2004, Steph wrote: > Moved #if a few paces to the left on Wez's advice. Fussy old compilers ;) > > Still does the same job (fixes win32 build and all builds where there is no > strcoll), only this time without breaking otherwise happy builds. It's still wrong. The only change need

[PHP-DEV] [PATCH] round 3

2004-09-14 Thread Steph
Moved #if a few paces to the left on Wez's advice. Fussy old compilers ;) Still does the same job (fixes win32 build and all builds where there is no strcoll), only this time without breaking otherwise happy builds. - Steph Index: Zend/zend_config.w32.h ==