[PATCH] round 3

php.internals

Steph

21 years ago
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

Derick Rethans

21 years ago
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 needed is the #define HAVE_STRCOLL in zend_config.w32.h Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

Steph

21 years ago
Yesterday that was a 'wrong fix' too :) Please can you at least commit that so that the win32 build works as advertised at least? You can worry about the mystery of other systems breaking later.