Skip to content
Snippets Groups Projects
Commit 05e249e8 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect php.net link.

parent 43387c12
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,7 @@ function __construct($dsn, $username, $password, $driver_options = array()) {
* PDO::FETCH_OBJ, PDO::FETCH_NUM, or a string representing the name of a
* class. If a string is specified, each record will be fetched into a new
* object of that class. The behavior of all other values is defined by PDO.
* See http://www.php.net/PDOStatement-fetch
* See http://php.net/manual/pdostatement.fetch.php
* - return: Depending on the type of query, different return values may be
* meaningful. This directive instructs the system which type of return
* value is desired. The system will generally set the correct value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment