|
@@ -129,10 +129,6 @@ final class StreamContextFactory
|
|
|
$options['http']['header'] = self::fixHttpHeaderField($options['http']['header']);
|
|
|
}
|
|
|
|
|
|
- if (isset($options['http']['content']) && (is_array($options['http']['content']) || is_object($options['http']['content']))) {
|
|
|
- $options['http']['content'] = http_build_query($options['http']['content']);
|
|
|
- }
|
|
|
-
|
|
|
if (defined('HHVM_VERSION')) {
|
|
|
$phpVersion = 'HHVM ' . HHVM_VERSION;
|
|
|
} else {
|