php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10640 php_curl.dll
Submitted: 2001-05-03 13:36 UTC Modified: 2001-05-07 12:49 UTC
From: cynic@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (03/05/2001) OS: NT 5 SP 1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cynic@php.net
New email:
PHP Version: OS:

 

 [2001-05-03 13:36 UTC] cynic@php.net
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:\compile\php\php4-200105030645\ext\curl\curl.c(357) : error C2065: 'executor_globals' : undeclared identifier
D:\compile\php\php4-200105030645\ext\curl\curl.c(357) : error C2223: left of '->function_table' must point to struct/union
D:\compile\php\php4-200105030645\ext\curl\curl.c(359) : warning C4047: 'function' : 'struct _zval_struct ** ' differs in levels of indirection from 'struct _zval_struct *'
D:\compile\php\php4-200105030645\ext\curl\curl.c(359) : warning C4024: 'call_user_function' : different types for formal and actual parameter 2
D:\compile\php\php4-200105030645\ext\curl\curl.c(360) : warning C4047: 'function' : 'struct _zval_struct *' differs in levels of indirection from 'const int '
D:\compile\php\php4-200105030645\ext\curl\curl.c(360) : warning C4024: 'call_user_function' : different types for formal and actual parameter 4
D:\compile\php\php4-200105030645\ext\curl\curl.c(360) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'struct _zval_struct *[3]'
D:\compile\php\php4-200105030645\ext\curl\curl.c(360) : warning C4024: 'call_user_function' : different types for formal and actual parameter 5
D:\compile\php\php4-200105030645\ext\curl\curl.c(360) : error C2198: 'call_user_function' : too few actual parameters
D:\compile\php\php4-200105030645\ext\curl\curl.c(398) : error C2223: left of '->function_table' must point to struct/union
D:\compile\php\php4-200105030645\ext\curl\curl.c(400) : warning C4047: 'function' : 'struct _zval_struct ** ' differs in levels of indirection from 'struct _zval_struct *'
D:\compile\php\php4-200105030645\ext\curl\curl.c(400) : warning C4024: 'call_user_function' : different types for formal and actual parameter 2
D:\compile\php\php4-200105030645\ext\curl\curl.c(401) : warning C4047: 'function' : 'struct _zval_struct *' differs in levels of indirection from 'const int '
D:\compile\php\php4-200105030645\ext\curl\curl.c(401) : warning C4024: 'call_user_function' : different types for formal and actual parameter 4
D:\compile\php\php4-200105030645\ext\curl\curl.c(401) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'struct _zval_struct *[2]'
D:\compile\php\php4-200105030645\ext\curl\curl.c(401) : warning C4024: 'call_user_function' : different types for formal and actual parameter 5
D:\compile\php\php4-200105030645\ext\curl\curl.c(401) : error C2198: 'call_user_function' : too few actual parameters
D:\compile\php\php4-200105030645\ext\curl\curl.c(433) : error C2223: left of '->function_table' must point to struct/union
D:\compile\php\php4-200105030645\ext\curl\curl.c(435) : warning C4047: 'function' : 'struct _zval_struct ** ' differs in levels of indirection from 'struct _zval_struct *'
D:\compile\php\php4-200105030645\ext\curl\curl.c(435) : warning C4024: 'call_user_function' : different types for formal and actual parameter 2
D:\compile\php\php4-200105030645\ext\curl\curl.c(436) : warning C4047: 'function' : 'struct _zval_struct *' differs in levels of indirection from 'const int '
D:\compile\php\php4-200105030645\ext\curl\curl.c(436) : warning C4024: 'call_user_function' : different types for formal and actual parameter 4
D:\compile\php\php4-200105030645\ext\curl\curl.c(436) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'struct _zval_struct *[3]'
D:\compile\php\php4-200105030645\ext\curl\curl.c(436) : warning C4024: 'call_user_function' : different types for formal and actual parameter 5
D:\compile\php\php4-200105030645\ext\curl\curl.c(436) : error C2198: 'call_user_function' : too few actual parameters
D:\compile\php\php4-200105030645\ext\curl\curl.c(523) : error C2065: 'CURLOPT_WRITEFUNCTIONDATA' : undeclared identifier
D:\compile\php\php4-200105030645\ext\curl\curl.c(525) : error C2065: 'CURLOPT_READFUNCTIONDATA' : undeclared identifier
D:\compile\php\php4-200105030645\ext\curl\curl.c(661) : error C2065: 'CURLOPT_HEADERFUNCTIONDATA' : undeclared identifier
Error executing xicl6.exe.

php_curl.dll - 10 error(s), 18 warning(s)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-07 12:49 UTC] sbergmann@php.net
dbeu            Mon Apr 30 02:57:16 2001 EDT

  Modified files:              
    /php4/ext/curl      curl.c 
  Log:
  fix win32 build

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC