Skip to content

Commit

Permalink
Replied changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Oct 23, 2019
1 parent 6a7136d commit dc9c7a3
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC34_PrepAndExec.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Validates that a prepared statement can be successfully executed more than once.
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC42_FetchField.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ retrieving fields from a table including rows with all supported SQL types (28 t
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC43_FetchData.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Fetch Field Data Test verifies the data retrieved via sqlsrv_get_field
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC44_FetchArray.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ by checking all fetch type modes.
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC45_FetchObject.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Verifies data retrieval via "sqlsrv_fetch_object".
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC46_FetchNextResult.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Verifies the functionality of "sqlsrv_next_result"
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC48_FetchScrollable.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Verifies data retrieval with scrollable result sets.
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
4 changes: 3 additions & 1 deletion test/functional/sqlsrv/TC51_StreamRead.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ can be successfully retrieved as streams.
--ENV--
PHPT_EXEC=true
--SKIPIF--
<?// locale must be set before 1st connection
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
?>
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC55_StreamScrollable.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Verifies the streaming behavior with scrollable resultsets.
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/test_stream_large_data.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
streaming large amounts of data into a database and getting it out as a string exactly the same.
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif.inc');
Expand Down

0 comments on commit dc9c7a3

Please sign in to comment.