On Tue, 6 May 2003, Sascha Schumann wrote:
> http://schumann.cx/patch-fd-lexer4
>
> changes over version 2:
>
> - zend.h is included, so that we get access to the right set
> of HAVE_*
>
> - TSRMLS_* preprocessor macros were dropped, because they
> conflicted with TSRM.h
>
> - closesocket is used on Win32 for closing sockets
>
> - the INI system uses zend_file_handle_dtor, so we don't need
> to maintain two implementations of the same function
Compiles on win32 out of the box now. A few benign warnings:
zend_ini_scanner.c(1221) : warning C4013: 'read' undefined; assuming
extern returning int
zend_language_scanner.l(200) : warning C4013: 'close' undefined; assuming
extern returning int
zend_language_scanner.c(5398) : warning C4013: 'read' undefined; assuming
extern returning int
Edin