Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove curl wrappers | Pierrick Charron | 2013-04-23 | 1 | -542/+0 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-12-21 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Update NEWS file Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers) CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST) Conflicts: ext/curl/interface.c ext/curl/tests/bug63363.phpt | ||||
| * | Fixed bug #63352 (Can't enable hostname validation when using curl stream ↵ | Pierrick Charron | 2012-12-21 | 1 | -2/+2 |
| | | | | | | | | wrappers) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-12-19 | 1 | -13/+9 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #55438 (Curlwapper is not sending http header randomly) | ||||
| * | Fixed bug #55438 (Curlwapper is not sending http header randomly) | Pierrick Charron | 2012-12-19 | 1 | -13/+9 |
| | | | | | | | | | | | | Since curl multi is used, it sometime happen that the resource is freed before the curl multi really execute the query. The patch will store the headers slist in the curlstream handle and free it only when the stream will be closed | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-09-28 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | * PHP-5.3: FD_ZERO file descriptors before calling curl_multi_fdset | ||||
| * | FD_ZERO file descriptors before calling curl_multi_fdset | Pierrick Charron | 2012-09-28 | 1 | -0/+4 |
| | | | | | | | | | | As per curl documentation http://curl.haxx.se/libcurl/c/curl_multi_fdset.html we need to FD_ZERO file descriptors before calling the curl_multi_fdset function | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -2/+2 |
|/ | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie ↵ | Jani Taskinen | 2010-01-19 | 1 | -2/+2 |
| | | | | emulation) | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Switching to TSRMLS_FETCH version | Felipe Pena | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()) | Felipe Pena | 2009-11-15 | 1 | -1/+1 |
| | | | | | (patch by Pierrick) | ||||
* | - Fixed bug #49052 (context option headers freed too early when using ↵ | Jani Taskinen | 2009-07-25 | 1 | -4/+12 |
| | | | | --with-curlwrappers) | ||||
* | MFH: Fixed compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -1/+1 |
| | | | | | # (see previous commit message) | ||||
* | MFH: - Fixed Bug #45092header HTTP context option not being used ↵ | Jani Taskinen | 2009-05-05 | 1 | -12/+39 |
| | | | | (--with-curlwrappers) | ||||
* | Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs under | Ilia Alshanetsky | 2009-02-23 | 1 | -2/+4 |
| | | | | | | | heavy load) # Patch by giuseppe bonacci | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Lazy EG(active_symbol_table) initialization | Dmitry Stogov | 2008-04-29 | 1 | -0/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-20 | 1 | -0/+5 |
| | |||||
* | MFH: missing part of the fix for #38844 | Antony Dovgal | 2006-09-15 | 1 | -0/+4 |
| | |||||
* | still output an error, even if there is no curl_easy_strerror() | Antony Dovgal | 2006-09-15 | 1 | -0/+2 |
| | |||||
* | MFH: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0) | Antony Dovgal | 2006-09-15 | 1 | -0/+2 |
| | |||||
* | Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers | Ilia Alshanetsky | 2006-08-30 | 1 | -0/+22 |
| | | | | | is used and ssl certificate is not verifiable). | ||||
* | Fixed condition | Ilia Alshanetsky | 2006-08-10 | 1 | -4/+4 |
| | |||||
* | Fixed overflow on 64bit systems in str_repeat() and wordwrap(). | Ilia Alshanetsky | 2006-08-10 | 1 | -2/+10 |
| | | | | | | | | Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are enabled. # Patches by Stefan E. | ||||
* | MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with ↵ | Antony Dovgal | 2006-08-01 | 1 | -2/+20 |
| | | | | curlwrappers enabled) | ||||
* | - only try to fetch stream context options if context is set | Michael Wallner | 2006-06-06 | 1 | -1/+1 |
| | |||||
* | - implement standard http stream wrapper options, fixes bug #34180 | Michael Wallner | 2006-05-25 | 1 | -26/+81 |
| | | | | | - skip empty headers in on_header_available() | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fix crash with e.g. stream_get_meta_data() | foobar | 2005-08-25 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Use user_agent ini setting if it's available. | Sara Golemon | 2004-08-31 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Route mkdir()/rmdir() via wrapper ops. | Sara Golemon | 2003-12-13 | 1 | -1/+3 |
| | | | | | | Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper | ||||
* | Route rename() via wrapper ops. | Sara Golemon | 2003-12-12 | 1 | -1/+2 |
| | | | | | | | Move current rename() code to main/streams/plain_wrapper.c Implement ftp/rename() Implement userstreams/rename() | ||||
* | Silence warning. | Ilia Alshanetsky | 2003-11-17 | 1 | -0/+2 |
| | |||||
* | Win32 build fixes | Edin Kadribasic | 2003-06-19 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Setup unlink() method in wrapper_ops structure, implement unlink in ↵ | Sara Golemon | 2003-05-14 | 1 | -1/+3 |
| | | | | plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops | ||||
* | WS & CS fixes | foobar | 2003-03-17 | 1 | -21/+15 |
| | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Commit these before Sterling renames the files again :-) | Wez Furlong | 2002-11-14 | 1 | -12/+5 |
| | | | | | | | | When curlstreams are enabled, registers a each supported protocol with PHP. "More Correctly" implement eof for curlstreams. Still not ready for anything like primetime. |