mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
removing ^M char
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221057 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
285b21ee90
commit
ba198c7693
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.db2-set-option">
|
||||
<refnamediv>
|
||||
<refname>db2_set_option</refname>
|
||||
|
@ -386,7 +386,7 @@ $conn_string .= "HOSTNAME=$hostname;PORT=$port;PROTOCOL=$protocol;";
|
|||
$conn_string .= "UID=$username;PWD=$password;";
|
||||
|
||||
/* Obtain Connection Resource */
|
||||
$conn = db2_connect($conn_string, '', '');
|
||||
$conn = db2_connect($conn_string, '', '');
|
||||
|
||||
/* Create the associative options array with valid key-value pairs */
|
||||
$options = array('autocommit' => DB2_AUTOCOMMIT_OFF,
|
||||
|
|
Loading…
Reference in a new issue