Re: [PHP-DEV] 3.0.13-cvs win32 compilation errors From: Jim Winstead (jimw <email protected>)
Date: 08/08/99

Shane Caraveo wrote:
> Hi everyone,
>
> A few notes on problems in current cvs win32 compilation with msvc6.
>
> parsedate needs to include malloc.h for win32

I don't see this problem when I compile.

> odbc header is missing HashTable *conns in the UODBC_MODULE structure.

It looks like Andreas made this break with the changes in
http://cvs.php.net/cvsweb.cgi/functions/unified_odbc.c.diff?r1=1.108&r2=1.109

(Which is billed as a "Small fix for host variable type in
odbc_execute", which probably means more got checked in than was
intended.)

I'll leave it for Andreas to fix.

> language-scanner.lex uses _php3_sock_set_def_chunk_size which is defined
> in fsock.h, but not included in lex, so it wont compile.

This just gave a warning for me, but I fixed it.

Jim

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>