hhvm-ext-uv icon indicating copy to clipboard operation
hhvm-ext-uv copied to clipboard

HHVM libuv extension

Results 2 hhvm-ext-uv issues
Sort by recently updated
recently updated
newest added

``` In file included from /steel/Sources/hhvm-ext-uv/src/ext.h:6:0, from /steel/Sources/hhvm-ext-uv/src/ext.cpp:1: /steel/Sources/hhvm-ext-uv/src/util.h: In function ‘HPHP::ObjectData* HPHP::makeObject(const HPHP::String&, HPHP::Array, bool)’: /steel/Sources/hhvm-ext-uv/src/util.h:18:53: error: conversion from ‘HPHP::ObjectData*’ to non-scalar type ‘HPHP::Object’ requested Object o = ret...

Currently it supports TCP connections, would be nicer to have unix socket support as well.