Re: [PHP-DEV] Critical typedef redefinitions

2005-01-02 Thread Wez Furlong
We only support the MSVC compiler and libc under windows (there are plenty of quirks and assumptions made about it for the win32 build). Changing that typedef is slightly tricky; I left it as it was because there were compilation problems using older versons of MSVC and the platform SDK, and this

Re: [PHP-DEV] extract(EXTR_REFS) and pass-by-reference

2005-01-02 Thread Marcus Boerger
Hello Moriyoshi, Hello Andi Sunday, January 2, 2005, 7:35:05 AM, you wrote: > Hi there, > I'm now looking into the three extract() bugs related to > each other, namely bug #25708, bug #29493 and bug #31213. > It turned out after all that these problems are caused > by a inevitable zval separati

[PHP-DEV] Critical typedef redefinitions

2005-01-02 Thread David Strauss
Hi! There is a small problem in cgi_main.c preventing it to be compiled properly with some compilers. WS2tcpip.h will get included into cgi_main.c by following inclusion chain: cgi_main.c <- php_standard.h <- fsock.h <- php_network.h <- WS2tcpip.h Since php.h is included several lines before, so