Dmitry Stogov schrieb:
> dmitry                Fri Feb  3 16:30:09 2006 UTC
> 
>   Modified files:              (Branch: PHP_5_1)
>     /php-src  NEWS 
>     /php-src/sapi/cgi cgi_main.c fastcgi.c 
>   Log:
>   Fixed bug #36158 (SIGTERM is not handled correctly when running as a 
> FastCGI server)

c:\home\php\php-5.1\sapi\cgi\fastcgi.c(635) : error C2275: 'HANDLE' :
illegal us
e of this type as an expression
        c:\programme\microsoft visual studio
8\vc\platformsdk\include\winnt.h(33
4) : see declaration of 'HANDLE'
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(635) : error C2146: syntax error :
missin
g ';' before identifier 'pipe'
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(635) : error C2065: 'pipe' :
undeclared i
dentifier
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(635) : warning C4047: '=' : 'int'
differs
 in levels of indirection from 'HANDLE'
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(636) : error C2275: 'OVERLAPPED' :
illega
l use of this type as an expression
        c:\programme\microsoft visual studio
8\vc\platformsdk\include\winbase.h(
238) : see declaration of 'OVERLAPPED'
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(636) : error C2146: syntax error :
missin
g ';' before identifier 'ov'
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(636) : error C2065: 'ov' :
undeclared ide
ntifier
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(639) : error C2224: left of
'.hEvent' mus
t have struct/union type
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(640) : warning C4022:
'ConnectNamedPipe'
: pointer mismatch for actual parameter 1
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(640) : warning C4133: 'function' :
incomp
atible types - from 'int *' to 'LPOVERLAPPED'
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(643) : error C2224: left of
'.hEvent' mus
t have struct/union type
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(643) : warning C4022:
'WaitForSingleObjec
t' : pointer mismatch for actual parameter 1
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(643) : error C2198:
'WaitForSingleObject'
 : too few arguments for call
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(645) : error C2224: left of
'.hEvent' mus
t have struct/union type
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(645) : error C2198: 'CloseHandle' :
too f
ew arguments for call
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(653) : error C2224: left of
'.hEvent' mus
t have struct/union type
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(653) : error C2198: 'CloseHandle' :
too f
ew arguments for call
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(654) : warning C4022:
'ImpersonateNamedPi
peClient' : pointer mismatch for actual parameter 1
c:\home\php\php-5.1\sapi\cgi\fastcgi.c(655) : warning C4022:
'DisconnectNamedPip
e' : pointer mismatch for actual parameter 1
NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio
8\VC\BIN\cl.ex
e"' : return code '0x2'

-- 
Sebastian Bergmann                      http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to