Open woodworker opened 11 years ago
How do you get the response headers when curlwrappers are enabled?
i will test it (i recompiled my php at the moment without curlwrappers) but the first thing what comes to my mind is the stream context and stream_get_meta_data
curlwrappers are removed altogether in php 5.5
The $http_response_header variable will be just used without checking. but if there is php with curlwrappers enabled this variable is not set
Sample: https://github.com/kriswallsmith/assetic/blob/master/src/Assetic/Asset/HttpAsset.php#L73