Changes between Initial Version and Version 1 of Ticket #16855, comment 25
- Timestamp:
- 03/23/2011 02:59:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16855, comment 25
initial v1 2 2 3 3 {{{ 4 do_action( 'http_api_curl_info', $handle); 5 curl_close( $handle ); 4 do_action( 'http_api_curl_info', $handle); 6 5 }}} 7 6 8 ?7 directly after calling the curl_exec ? 9 8 10 9 This would provide the url e.g. with http://su.pr/16IDwy: … … 39 38 }}} 40 39 41 which is pretty handy. 40 which is pretty handy. Which means : even if open_basedir is set I can still retrieve the url.