We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc17bfa commit 8a4171aCopy full SHA for 8a4171a
UPGRADING
@@ -38,6 +38,10 @@ PHP 7.4 UPGRADE NOTES
38
interpreted as an opening PHP tag. Previously it was interpreted either as
39
`<? php` and resulted in a syntax error (with short_open_tag=1) or was
40
interpreted as a literal `<?php` string (with short_open_tag=0).
41
+ . When using include/require on a stream, stream_set_option() will be invoked
42
+ with the STREAM_OPTION_READ_BUFFER option. Custom stream wrapper
43
+ implementations may need to implement the stream_set_option() method to
44
+ avoid a warning (always returning false is a sufficient implementation).
45
46
- BCMath:
47
. BCMath functions will now warn if a non well-formed number is passed, such
0 commit comments