summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* MFH:- Fixed bug #45161 (Reusing a curl handle leaks memory)Jani Taskinen2008-12-172-7/+34
* MFHJani Taskinen2008-12-174-4/+40
* Fixed missing initialization of uses when copying a curl handleIlia Alshanetsky2008-12-091-0/+1
* Added test for bug #46739Mikko Koppanen2008-12-051-0/+13
* Fixes bug #46739Mikko Koppanen2008-12-041-0/+5
* Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops).Ilia Alshanetsky2008-11-302-3/+34
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-3/+3
* Fixed bug #46696 (cURL fails in upload files with specified content-type)Ilia Alshanetsky2008-11-271-2/+22
* - new naming and allow libcurl static buildPierre Joye2008-11-191-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-18/+0
* - MFH: fix build with all curl versions, even very old (thx Felipe for having...Pierre Joye2008-11-111-1/+121
* fix buildJani Taskinen2008-11-111-88/+1
* - MFH: make the curl phpinfo more verbosePierre Joye2008-11-101-1/+88
* MFH:Felipe Pena2008-11-071-1/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+18
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-18/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* - fix zlib detection and enable features available in 7.18.1Pierre Joye2008-08-241-4/+7
* - MFH: fix zlib detection (shared/static) and add zlib_a supportPierre Joye2008-08-051-2/+3
* MFH: fix copy/paste error (patch by Mikko)Antony Dovgal2008-07-291-2/+2
* Support for closuresDmitry Stogov2008-07-171-0/+35
* - MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return s...Felipe Pena2008-07-121-2/+4
* Testfest task 93. Written by Sebastian Deutsch.David Soria Parra2008-06-226-0/+222
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-211-36/+34
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+3
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* New param parsing APIIlia Alshanetsky2008-02-071-9/+8
* MFB: Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.Ilia Alshanetsky2008-01-061-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can resultIlia Alshanetsky2007-12-181-1/+1
* MFHAntony Dovgal2007-12-042-6/+10
* MFH: - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)Jani Taskinen2007-11-161-3/+5
* MFH: Fix typo and remove dots in error messagesHannes Magnusson2007-10-131-3/+3
* MFH: fix CURLOPT_TIMEOUT_MS supportMichael Wallner2007-10-031-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: add CURLINFO_PRIVATE & CURLOPT_PRIVATEAntony Dovgal2007-07-041-0/+5
* - fix typoMichael Wallner2007-05-251-1/+1
* MFH(r-1.112) Add CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS option cons...Sara Golemon2007-05-221-0/+12
* - first check the SSL lib string in libcurl and then the headerMichael Wallner2007-05-211-36/+37
* - fix compile/linker agnostic runpath switchMichael Wallner2007-05-191-1/+1
* - fixed bug #41358: configure cannot determine libcurl's SSL lib as of v7.16.2Michael Wallner2007-05-161-26/+57
* MFH: add CURLOPT_FTP_CREATE_MISSING_DIRSAntony Dovgal2007-04-231-2/+4
* TypoMartin Kraemer2007-03-141-1/+1
* Off by ! in the url control char check for file:/// urlsRasmus Lerdorf2007-03-091-1/+1
* MFH: fix leakAntony Dovgal2007-02-231-2/+4
* MFHAntony Dovgal2007-01-191-1/+1
* MFH: fix #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2)Antony Dovgal2007-01-191-0/+4
* MFH: Add CURLOPT_TCP_NODELAY constantSara Golemon2007-01-091-0/+2
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
* Don't forget to free url structureIlia Alshanetsky2006-12-261-0/+1