From b96499ff003f2edfba8a5f802b47a3d1e82c54e5 Mon Sep 17 00:00:00 2001 From: v-dareck Date: Thu, 16 Feb 2017 13:56:02 -0800 Subject: [PATCH] Update PHPT comment. --- test/sqlsrv/sqlsrv_bind_param_out_string.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sqlsrv/sqlsrv_bind_param_out_string.phpt b/test/sqlsrv/sqlsrv_bind_param_out_string.phpt index 3c4d21c4..9829233b 100644 --- a/test/sqlsrv/sqlsrv_bind_param_out_string.phpt +++ b/test/sqlsrv/sqlsrv_bind_param_out_string.phpt @@ -12,7 +12,8 @@ if( $conn === false ) { } $conn = null; -// with unixODBC 2.3.4 + connection pooling the NVARCHAR(1) section below may seg fault +// with unixODBC 2.3.4 + connection pooling the NVARCHAR(1) section older versions may error as +// unixODBC error returns behave differently with connection pooling. $conn = sqlsrv_connect($serverName, $connectionInfo); if( $conn === false ) { die( print_r( sqlsrv_errors(), true ));