mirror of
https://github.com/php/php-src.git
synced 2026-04-13 02:52:48 +02:00
We work around a strlen() optimization bug in GCC 8[1] by checking whether the used GCC exhibits the broken behavior, and if so by disabling `optimize-strlen`. [1] <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86914>
10 lines
409 B
Plaintext
10 lines
409 B
Plaintext
PHP NEWS
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
?? ??? ????, PHP 7.4.0alpha1
|
|
|
|
- Standard:
|
|
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
|
|
stream_socket_client). (Ville Hukkamäki)
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|