File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ PHP NEWS
181181 . getenv() and putenv() now raises a ValueError when the first argument
182182 contains null bytes. (Weilin Du)
183183 . Improved explode() ValueError message when $separator is empty; suggests
184- using str_split() or mb_str_split(). (diegoasales)
184+ str_split() or mb_str_split(). (diegoasales)
185185
186186- Streams:
187187 . Added so_keepalive, tcp_keepidle, tcp_keepintvl and tcp_keepcnt stream
Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ PHP 8.6 UPGRADE NOTES
193193 constants).
194194
195195- Standard:
196- . explode() ValueError message when $separator is empty now suggests using
197- str_split() or mb_str_split() to split a string into characters .
196+ . explode() ValueError message when $separator is empty now suggests
197+ str_split() or mb_str_split().
198198
199199========================================
2002006. New Functions
You can’t perform that action at this time.
0 commit comments