Commit 62d5269
committed
Suppress zend_signals warnings
When running the tests in a debug build, I started seeing the following error:
```
Warning: zend_signal: handler was replaced for signal (X) after startup in
Unknown on line 0
```
At the time of writing, I have no clue what is causing the issue, but I
started looking at the PDO Firebird driver and this issue was fixed
there as well. See:
php/php-src@a9253b0
This patch does the exact same thing.1 parent c5780ef commit 62d5269
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
762 | 767 | | |
763 | 768 | | |
764 | 769 | | |
| |||
0 commit comments