I am working with Exchange Web Service (2007) using php-ews. Its dependencies say "cURL with NTLM support (7.23.0+ recommended)" but in the server we have an old Xampp with cURL 7.21 and my code doesn't work. In local I have cURL 7.42 and my code works perfectly. We have a lot of things in the server so Is possible update only the cURL library?? or use cURL from windows (CLI)??
Asked
Active
Viewed 2,289 times
1
-
Did you ever consider updating xampp ? If curl is old other components might be old too and expose you to security risks. – Marged Jan 07 '16 at 15:38
-
yes. I know. I consider that but the company doesn't want to update all the server yet because is a lot of data. Only cURL for that code. – andandara Jan 07 '16 at 16:39
-
Show us your code and someone might be able to tell you if and how – Marged Jan 07 '16 at 16:42
1 Answers
0
My solution was download the next portable Xampp version and copy "php_curl.dll" from the php folder to my old php folder (replacing the old dll.) and, of course, restart Apache. If the php_curl version is very new the dll is not going to work (Xampp configurations problems) so is important to use only the next version.

andandara
- 13
- 8