@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Diviner: Remove mention of old MySQL driver

Summary:
rP23a49eb4 and rP7d8c84a7 bumped the required PHP version from 5.2.3 to 7.2.25.
The old, non-mysqlnd driver was removed in PHP 7.0.0 according to https://www.php.net/manual/en/intro.mysql.php

Refs T16235

Test Plan: Run `./bin/diviner generate`, go to http://phorge.localhost/book/contrib/article/database/#php-drivers

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16235

Differential Revision: https://we.phorge.it/D26316

+2 -2
+2 -2
src/docs/contributor/database.diviner
··· 18 18 PHP Drivers 19 19 =========== 20 20 21 - Phorge supports [[ https://www.php.net/book.mysql | MySQL ]] and 22 - [[ https://www.php.net/book.mysqli | MySQLi ]] PHP extensions. 21 + Phorge supports the [[ https://www.php.net/book.mysqli | MySQLi ]] PHP 22 + extension. 23 23 24 24 Databases 25 25 =========