Antony Dovgal wrote:
#include "config.h" @@ -2457,7 +2457,7 @@
while (icnt > 0) { if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): - iconv(self->cd, &ps, &icnt, &pd, &ocnt)) == (size_t)-1) { + iconv(self->cd, (char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { #if ICONV_SUPPORTS_ERRNO switch (errno) { case EILSEQ:
I'm afraid it doesn't make much sense.
Please have a look at http://marc.theaimsgroup.com/?l=php-dev&m=106279777611117&w=2
and consider reverting.
Moriyoshi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php