Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE |
|
#
57caba14 |
| 04-Dec-2008 |
Mikko Koppanen |
Fixes bug #46739 |
Revision tags: php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7 |
|
#
fdc286ab |
| 30-Nov-2008 |
Ilia Alshanetsky |
Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops). |
Revision tags: php-5.2.7RC5 |
|
#
7d4fd3fd |
| 27-Nov-2008 |
Dmitry Stogov |
Fixed bug #46409 (__invoke method called outside of object context when using array_map) |
#
d741138a |
| 27-Nov-2008 |
Ilia Alshanetsky |
Fixed bug #46696 (cURL fails in upload files with specified content-type) |
Revision tags: php-5.2.7RC4 |
|
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE |
|
#
5fc86e02 |
| 11-Nov-2008 |
Pierre Joye |
- MFH: fix build with all curl versions, even very old (thx Felipe for having found all versions info) |
#
5493b4b7 |
| 11-Nov-2008 |
Jani Taskinen |
fix build |
#
dcdf00bd |
| 10-Nov-2008 |
Pierre Joye |
- MFH: make the curl phpinfo more verbose |
Revision tags: php-5.2.7RC3 |
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change |
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro |
Revision tags: php-5.2.7RC2 |
|
#
1d5ba8bb |
| 21-Oct-2008 |
Arnaud Le Blanc |
MFH: initialize optional vars |
Revision tags: php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1 |
|
#
d9abccb3 |
| 29-Jul-2008 |
Antony Dovgal |
MFH: fix copy/paste error (patch by Mikko) |
Revision tags: php-4.4.9RC1 |
|
#
75db10f9 |
| 12-Jul-2008 |
Felipe Pena |
- MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned)) |
#
2618a282 |
| 21-Jun-2008 |
Alexey Zakhlestin |
updated to the new parameter-parsing api |
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
87eb2a9e |
| 07-Feb-2008 |
Ilia Alshanetsky |
New param parsing API |
#
e24c17f9 |
| 06-Jan-2008 |
Ilia Alshanetsky |
MFB: Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz. |
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2. |
Revision tags: php-4.4.8RC1 |
|
#
d5d2b863 |
| 18-Dec-2007 |
Ilia Alshanetsky |
Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can result in a crash) |
#
cce49d01 |
| 04-Dec-2007 |
Antony Dovgal |
MFH |
Revision tags: RELEASE_1_2_3 |
|
#
5bf4d6d8 |
| 16-Nov-2007 |
Jani Taskinen |
MFH: - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL) |
Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
ccce08e6 |
| 13-Oct-2007 |
Hannes Magnusson |
MFH: Fix typo and remove dots in error messages |
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
2448b05b |
| 03-Oct-2007 |
Michael Wallner |
MFH: fix CURLOPT_TIMEOUT_MS support |
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) |
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
86a022f7 |
| 04-Jul-2007 |
Antony Dovgal |
MFH: add CURLINFO_PRIVATE & CURLOPT_PRIVATE patch by Andrey A. Belashkov |
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1 |
|
#
5040dbd5 |
| 22-May-2007 |
Sara Golemon |
MFH(r-1.112) Add CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS option constants |