Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
f754f8a9
Commit
f754f8a9
authored
Sep 05, 2016
by
Carsten Rose
Browse files
Update README.md
parent
40d904de
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f754f8a9
...
...
@@ -9,15 +9,19 @@ Installation
*
See also: http://dev.mysql.com/downloads/connector/php-mysqlnd/
*
If there is a error message "Call to undefined method mysqli_stmt::get_result()",
`php5-mysqlnd`
is not installed or not active.
*
The following functions are used and are only available with the native driver:
```
bash
mysqli::get_result
(
important
)
,
mysqli::fetch_all
(
nice
to have
)
```
*
Ubuntu:
sudo apt-get install php5-mysqlnd
sudo php5enmod mysqlnd
sudo service apache2 restart
```
bash
sudo
apt-get
install
php5-mysqlnd
sudo
php5enmod mysqlnd
sudo
service apache2 restart
```
*
Install extension as regular.
*
In
`typo3conf/ext/qfq`
rename
`config.examle.ini`
to
`config.ini`
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment