Update util.cpp

This commit is contained in:
v-kaywon 2017-03-28 09:37:11 -07:00 committed by GitHub
parent 8fa17294ec
commit 4057a9210d

View file

@ -680,6 +680,8 @@ PHP_FUNCTION( sqlsrv_get_config )
namespace {
// Workaround for name collision problem between the SQLSRV and PDO_SQLSRV drivers on Mac
// Place get_error_message into the anonymous namespace in util.cpp
sqlsrv_error_const* get_error_message( unsigned int sqlsrv_error_code ) {
sqlsrv_error_const *error_message = NULL;