@@ -61,7 +61,7 @@ PHP 7.1 UPGRADE NOTES
61
61
. Fixes to random number generators mean that mt_rand() now produces a
62
62
different sequence of outputs to previous versions. If you relied on
63
63
mt_srand() to produce a deterministic sequence, it can be called using
64
- mt_srand($seed, MT_RAND_PHP) to produce old the sequences.
64
+ mt_srand($seed, MT_RAND_PHP) to produce the old sequences.
65
65
. URL rewriter has been improved.
66
66
. Use dedicated buffer for Session module rewrite and User rewrite.
67
67
. Full path URL rewrite is supported. Allowed domain can be specified.
@@ -122,7 +122,7 @@ PHP 7.1 UPGRADE NOTES
122
122
123
123
- Reflection:
124
124
. The behavior of ReflectionMethod::invoke() and ::invokeArgs() has been
125
- aligned, what causes slightly different behavior than before for some
125
+ aligned, which causes slightly different behavior than before for some
126
126
pathological cases.
127
127
. ReflectionType::__toString() will now return the type name with a leading
128
128
"?" if it is nullable. To retrieve the type name without leading "?" the new
@@ -268,7 +268,7 @@ PHP 7.1 UPGRADE NOTES
268
268
269
269
- DBA:
270
270
. Data modification functions (e.g.: dba_insert()) now throw an instance of
271
- Error instead of triggering a catchable fatal error if the key is does not
271
+ Error instead of triggering a catchable fatal error if the key does not
272
272
contain exactly two elements.
273
273
274
274
- DOM:
0 commit comments