php_curl
[email protected] (NOT_Skeletor)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Everyone was so helpful with my last problem, I thought I'd stick this one up. The chat app requires talking to the main server. I do this with REST calls which necessarily requires curl to function. The php-gtk install I took from the http://gtk.php.net for win32 doesn't have this as a module. So, I grabbed the binaries of php.5.2.4 which does. That works great, but of course, it doesn't have the php_gtk2.dll I tried to "marry" the two of them, but came across a stumbling block when trying to load the php_gtk.dll: Module compiled with module API=20060613, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match The same thing (but in reverse) happened when I tried to copy the php_curl.dll to the php-gtk build. So, how can I get cURL functionality into php-gtk? I have never compiled source to a windows binary (I'm a Linux guy, but I have to build this to deploy on Windows-based machines) so I'm not sure how to do it. I assume this is what is needed to get the thread-safety issue resolved. OR is someone able to compile this for me? I would be ever so grateful :) -- View this message in context: http://www.nabble.com/php_curl-tf4550784.html#a12986884 Sent from the Php - GTK - General mailing list archive at Nabble.com.