Convert ext/standard/network to HNI
commitda6328e48fb0e54dce944bf18d8540109efa688e
authorSimon Welsh <simon@simon.geek.nz>
Thu, 10 Apr 2014 01:09:50 +0000 (9 18:09 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 11 Apr 2014 04:44:25 +0000 (10 21:44 -0700)
treece9cdfd89ff9e406c23dadd72e187dedd709a653
parenta8d4aa1226320733a0f07e54b34c3a7701b1cf74
Convert ext/standard/network to HNI

Closes #2340

Reviewed By: @ptarjan

Differential Revision: D1267808

Pulled By: @alexmalyshev
15 files changed:
hphp/runtime/debugger/debugger_client.cpp
hphp/runtime/ext/ext.h
hphp/runtime/ext/ext_network.h [deleted file]
hphp/runtime/ext/ext_soap.cpp
hphp/runtime/ext/ext_socket.cpp
hphp/runtime/ext/ext_socket.h
hphp/runtime/ext/mysql/mysql_common.cpp
hphp/runtime/ext/std/ext_std.h
hphp/runtime/ext/std/ext_std_network.cpp [moved from hphp/runtime/ext/ext_network.cpp with 87% similarity]
hphp/runtime/ext/std/ext_std_network.h [new file with mode: 0644]
hphp/runtime/ext/std/ext_std_network.php [new file with mode: 0644]
hphp/runtime/ext/stream/ext_stream.cpp
hphp/system/idl/network.idl.json [deleted file]
hphp/test/ext/test_fastcgi.cpp
hphp/test/slow/invalid_argument/1381.php