No it doesn't, because there are other items in PHP that rely on
HAVE_STRCOLL and need it to be defined where it currently is.  So it needs
to be redefined in zend_config.w32.h for Zend files, where this is its only
occurrence.

> -----Original Message-----
> From: Frank M. Kromann [mailto:[EMAIL PROTECTED]
> Sent: 13 September 2004 19:46
> To: [EMAIL PROTECTED]
> Subject: [PHP-DEV] HAVE_STRCOLL problem
>
>
> Hello Everyone,
>
> HAVE_STRCOLL is defined in config.w32.h and used in zend_operators.h|c.
> This causes the string_locale_compare_function() to be undefined at link
> time.
>
> moving #define HAVE_STRCOLL 1 to zend_config.w32.h slves the problem.
>
> - Frank
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to