#
517f8002 |
| 22-Dec-2012 |
Pierrick Charron |
CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST) Fixed bug #63795
|
Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9 |
|
#
e54970aa |
| 21-Nov-2012 |
Xinchen Hui |
Unused variable copystr copystr is declared again blow
|
Revision tags: php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1 |
|
#
f68f31f1 |
| 25-Oct-2012 |
John Jawed (JJ) |
Notice if CURLOPT_SSL_VERIFYHOST is set to true
|
#
3b85d09d |
| 25-Oct-2012 |
John Jawed (JJ) |
Notice if CURLOPT_SSL_VERIFYHOST is set to true
|
Revision tags: php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1 |
|
#
70713a27 |
| 22-Sep-2012 |
Pierrick Charron |
Add CURLOPT_READDATA which was removed by mistake I did a check and this is the only one which was removed by mistake. No other constants are available in 5.4 branch and not in master
|
Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1 |
|
#
dd9478e6 |
| 27-Aug-2012 |
Felipe Pena |
- Fixed compiler warnings
|
#
101fd2d3 |
| 26-Aug-2012 |
Pierrick Charron |
Fix bad version for CURLINFO_CERTINFO CURLINFO_CERTINFO is available since 7.19.1. The cURL extension allow to use it since this same version but the internal function create_certinf
Fix bad version for CURLINFO_CERTINFO CURLINFO_CERTINFO is available since 7.19.1. The cURL extension allow to use it since this same version but the internal function create_certinfo used internally for CURLINFO_CERTINFO usage is only usable for version greater than 7.19.1 which will cause problem if the user is using the 7.19.1 cURL version
show more ...
|
#
9ab45d3e |
| 25-Aug-2012 |
Pierrick Charron |
Add missing constants in cURL
|
#
e5ff3f18 |
| 24-Aug-2012 |
Pierrick Charron |
Update bad versions for cURL constants This was updated according to the cURL symbol tables located here : http://curl.haxx.se/libcurl/c/symbols-in-versions.html
|
#
4c83ecc7 |
| 24-Aug-2012 |
Pierrick Charron |
Fixed bug #62912 (CURLINFO_PRIMARY_IP is not exposed) CURLINFO_PRIMARY_* and CURLINFO_LOCAL_* where available in curl_getinfo but the constant itself was not exposed to php userland
|
#
9cf01394 |
| 16-Aug-2012 |
Pierrick Charron |
Fixed bug #62839 curl_copy_handle segfault with CURLOPT_FILE. The refcount was incremented before the assignement.
|
Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15 |
|
#
c819cf9d |
| 09-Jul-2012 |
Xinchen Hui |
Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false) this bc break is caused by the fix for #61948
|
Revision tags: php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2 |
|
#
60c47285 |
| 27-May-2012 |
Your Name |
VIM uses spaces as tabs and that doesn't comply with the coding standard. I think I'd fixed it so it's using real tabs now.
|
#
0667da8c |
| 27-May-2012 |
Your Name |
Removed syslog.h. That should never have been commited.
|
#
d41fb16a |
| 27-May-2012 |
Your Name |
Fixed the libcurl version checking for CURLOPT_MAIL_AUTH
|
#
f75c1ed2 |
| 27-May-2012 |
Your Name |
Added support for CURLOPT_MAIL_AUTH
|
Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3 |
|
#
19632ae7 |
| 05-May-2012 |
Xinchen Hui |
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
|
#
035ce937 |
| 05-May-2012 |
Xinchen Hui |
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
|
Revision tags: php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5 |
|
#
e4ca0ed0 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
#
8775a375 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
#
4e198252 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
#
066879fd |
| 23-Dec-2011 |
Pierrick Charron |
Coding standards
|
Revision tags: php-5.3.9RC4, php-5.4.0RC4 |
|
#
4b14c11d |
| 14-Dec-2011 |
Pierrick Charron |
Unregister appropriate curl wrappers
|
#
e37506bd |
| 14-Dec-2011 |
Pierrick Charron |
Remove dead code # curl_version_info was introduced in 7.10 and the PHP requirement is 7.10.5
|
Revision tags: php-5.3.9RC3, php-5.4.0RC3 |
|
#
9e567e29 |
| 06-Dec-2011 |
Pierre Joye |
- fix the fix, wrong endif pos
|