Release the HHVM async mysql extension
commit51f5d8bb83aff6747ad4523e07f61d84330c9d2b
authorFred Emmott <fredemmott@fb.com>
Sat, 14 Feb 2015 00:04:48 +0000 (13 16:04 -0800)
committerSara Golemon <sgolemon@fb.com>
Tue, 17 Feb 2015 00:59:56 +0000 (16 16:59 -0800)
tree8cfdde0f08108e8535e5f702b9bf92b0d12d26d5
parent3776a5f3cc10eb483eab732819a72d2ef2145fa6
Release the HHVM async mysql extension

Summary: - cmake changes
 - move extension from facebook
 - move the HHI files
 - license headers

Reviewed By: @jwatzman

Differential Revision: D1843120
12 files changed:
CMake/FindRE2.cmake [new file with mode: 0644]
CMake/HPHPFindLibs.cmake
CMake/Options.cmake
hphp/hack/hhi/ext_async_mysql.hhi [new file with mode: 0644]
hphp/runtime/ext/async_mysql/config.cmake [new file with mode: 0644]
hphp/runtime/ext/async_mysql/ext_async_mysql.cpp [new file with mode: 0644]
hphp/runtime/ext/async_mysql/ext_async_mysql.h [new file with mode: 0644]
hphp/runtime/ext/async_mysql/ext_async_mysql.php [new file with mode: 0644]
hphp/runtime/ext/async_mysql/ext_async_mysql_exceptions.php [new file with mode: 0644]
hphp/runtime/ext/async_mysql/ext_mysqlrow.php [new file with mode: 0644]
hphp/runtime/ext/ext.h
third-party