Skip to content

Commit 8de4b27

Browse files
authored
Remove obsolete upgrade note (#7138)
| Q | A |------------- | ----------- | Type | documentation | Fixed issues | N/A #### Summary The workaround documented in this upgrade note has been reverted in #6623.
1 parent 266d3e6 commit 8de4b27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

UPGRADE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,7 @@ and `::dropUniqueConstraint()` respectively instead.
398398
## Support for new PDO subclasses on PHP 8.4
399399

400400
On PHP 8.4, if you call `getNativeConnection()` on a connection established through one of the PDO drivers,
401-
you will get an instance of the new PDO subclasses, e.g. `Pdo\Mysql` or `Pdo\Ppgsql` instead of just `PDO`.
402-
403-
However, this currently does not apply to persistent connections.
404-
See https://github.com/php/php-src/issues/16314 for details.
401+
you will get an instance of the new PDO subclasses, e.g. `Pdo\Mysql` or `Pdo\Pgsql` instead of just `PDO`.
405402

406403
## Minor BC break: incompatible query cache format
407404

0 commit comments

Comments
 (0)