ID: 10640
Updated by: sbergmann
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Operating system:
PHP Version: 4.0 Latest CVS (03/05/2001)
Assigned To:
Comments:
dbeu Mon Apr 30 02:57:16 2001 EDT
Modified files:
/php4/ext/curl curl.c
Log:
fix win32 build
Previous Comments:
---------------------------------------------------------------------------
[2001-05-03 13:36:16] [EMAIL PROTECTED]
apart from the other errors, the constants aren't set anywhere in the source of
php_curl nor libcurl.
Deleting intermediate files and output files for project 'curl - Win32 Release_TS'.
--------------------Configuration: curl - Win32 Release_TS--------------------
Compiling...
curl.c
D:compilephpphp4-200105030645extcurlcurl.c(357) : error C2065: 'executor_globals' :
undeclared identifier
D:compilephpphp4-200105030645extcurlcurl.c(357) : error C2223: left of
'->function_table' must point to struct/union
D:compilephpphp4-200105030645extcurlcurl.c(359) : warning C4047: 'function' : 'struct
_zval_struct ** ' differs in levels of indirection from 'struct _zval_struct *'
D:compilephpphp4-200105030645extcurlcurl.c(359) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 2
D:compilephpphp4-200105030645extcurlcurl.c(360) : warning C4047: 'function' : 'struct
_zval_struct *' differs in levels of indirection from 'const int '
D:compilephpphp4-200105030645extcurlcurl.c(360) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 4
D:compilephpphp4-200105030645extcurlcurl.c(360) : warning C4047: 'function' : 'int '
differs in levels of indirection from 'struct _zval_struct *[3]'
D:compilephpphp4-200105030645extcurlcurl.c(360) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 5
D:compilephpphp4-200105030645extcurlcurl.c(360) : error C2198: 'call_user_function' :
too few actual parameters
D:compilephpphp4-200105030645extcurlcurl.c(398) : error C2223: left of
'->function_table' must point to struct/union
D:compilephpphp4-200105030645extcurlcurl.c(400) : warning C4047: 'function' : 'struct
_zval_struct ** ' differs in levels of indirection from 'struct _zval_struct *'
D:compilephpphp4-200105030645extcurlcurl.c(400) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 2
D:compilephpphp4-200105030645extcurlcurl.c(401) : warning C4047: 'function' : 'struct
_zval_struct *' differs in levels of indirection from 'const int '
D:compilephpphp4-200105030645extcurlcurl.c(401) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 4
D:compilephpphp4-200105030645extcurlcurl.c(401) : warning C4047: 'function' : 'int '
differs in levels of indirection from 'struct _zval_struct *[2]'
D:compilephpphp4-200105030645extcurlcurl.c(401) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 5
D:compilephpphp4-200105030645extcurlcurl.c(401) : error C2198: 'call_user_function' :
too few actual parameters
D:compilephpphp4-200105030645extcurlcurl.c(433) : error C2223: left of
'->function_table' must point to struct/union
D:compilephpphp4-200105030645extcurlcurl.c(435) : warning C4047: 'function' : 'struct
_zval_struct ** ' differs in levels of indirection from 'struct _zval_struct *'
D:compilephpphp4-200105030645extcurlcurl.c(435) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 2
D:compilephpphp4-200105030645extcurlcurl.c(436) : warning C4047: 'function' : 'struct
_zval_struct *' differs in levels of indirection from 'const int '
D:compilephpphp4-200105030645extcurlcurl.c(436) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 4
D:compilephpphp4-200105030645extcurlcurl.c(436) : warning C4047: 'function' : 'int '
differs in levels of indirection from 'struct _zval_struct *[3]'
D:compilephpphp4-200105030645extcurlcurl.c(436) : warning C4024: 'call_user_function'
: different types for formal and actual parameter 5
D:compilephpphp4-200105030645extcurlcurl.c(436) : error C2198: 'call_user_function' :
too few actual parameters
D:compilephpphp4-200105030645extcurlcurl.c(523) : error C2065:
'CURLOPT_WRITEFUNCTIONDATA' : undeclared identifier
D:compilephpphp4-200105030645extcurlcurl.c(525) : error C2065:
'CURLOPT_READFUNCTIONDATA' : undeclared identifier
D:compilephpphp4-200105030645extcurlcurl.c(661) : error C2065:
'CURLOPT_HEADERFUNCTIONDATA' : undeclared identifier
Error executing xicl6.exe.
php_curl.dll - 10 error(s), 18 warning(s)
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10640&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]