Changed the value type for db2_autocommit from bool to int

This commit is contained in:
Sergei Morozov 2018-11-22 15:21:59 -08:00
parent 98e2bfd2ec
commit a99a22da79
No known key found for this signature in database
GPG Key ID: 374EADAF543AE995
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ function db2_pconnect ($database, $username, $password, array $options = null) {
* A valid database connection resource variable as returned from
* db2_connect or db2_pconnect.
* </p>
* @param bool $value <p>
* @param int $value <p>
* One of the following constants:
* DB2_AUTOCOMMIT_OFF
* <p>