From 09bf078e8ea5aa6cee6d8afe53f8754e09b4f5a3 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 12 Jul 2011 17:54:14 +0000 Subject: [PATCH] fix build git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313180 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sqlsrv/functions/sqlsrv-prepare.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/sqlsrv/functions/sqlsrv-prepare.xml b/reference/sqlsrv/functions/sqlsrv-prepare.xml index 9abc5e4fb5..65e4401f0f 100644 --- a/reference/sqlsrv/functions/sqlsrv-prepare.xml +++ b/reference/sqlsrv/functions/sqlsrv-prepare.xml @@ -116,7 +116,7 @@ SendStreamParamsAtExec &true; or &false; (the default is &true;) - Configures the driver to send all stream data at execution (&true), + Configures the driver to send all stream data at execution (&true;), or to send stream data in chunks (&false;). By default, the value is set to &true;. For more information, see sqlsrv_send_stream_data.