1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00
Files
archived-php-src/main
Nikita Popov 24a19cc232 Suppress stream errors in mysqlnd
mysqlnd currently sets error_reporting=0 to suppress errors while
writing to streams. Unfortunately these errors are still visible
to userland error handlers, which is a source of confusion.
See for example https://bugs.php.net/bug.php?id=80412.

Instead add a stream flag that suppresses the emission of
read/write errors in the first place, and set it in mysqlnd.

I think it might be useful to have this option for userland as
well in the future, but for now this is just an internal
mechanism.

Closes GH-6458.
2020-11-30 15:06:28 +01:00
..
2020-11-30 15:06:28 +01:00
2019-02-03 21:03:00 +01:00
2020-06-08 10:38:45 +02:00
2020-01-27 13:32:51 +01:00
2020-09-11 14:49:07 +02:00
2020-01-27 13:32:51 +01:00
2020-10-21 10:07:07 +02:00
2020-06-08 10:38:45 +02:00
2020-03-26 11:49:27 +01:00
2020-09-28 22:55:37 -07:00
2020-06-29 17:47:21 +02:00
2020-08-05 18:40:23 +02:00
2020-06-08 10:38:45 +02:00