Re: [PATCH] fixes #26194

php.internals

Frank M. Kromann

22 years ago
Take a look at iconv.h line 80 #define iconv libiconv This line is the problem I'll change the php_iconv.h file to include. - Frank That will fix it
> > On 2003/11/22, at 6:30, Derick Rethans wrote: > > > On Fri, 21 Nov 2003, Steph wrote: > > > >> Works on my box (no idea how sane this is, or what it may break on > >> other > >> systems, please handle like barbed wire). > > > > I think I know why this might happen... perhaps "iconv" is defined as > > macro on windhoos. Can you please see if get_defined_functions() does > > something weird? (Tip: only load the iconv ext other wise there are
too

Moriyoshi Koizumi

22 years ago
On 2003/11/22, at 14:08, Frank M. Kromann wrote:
> Take a look at iconv.h line 80 > > #define iconv libiconv > > This line is the problem I'll change the php_iconv.h file to include.
You must be right. Seems I overlooked that stuff totally though I recognised the evil #define is there. I'll commit a patch for this shortly if you don't mind. Thanks. Moriyoshi

Steph

22 years ago
erm, I did ... but that line wasn't the thing that broke this. (ZEND_FENTRY was.)