On 22.02.2016 at 19:26, Crefelean Nicolae wrote: > It looks like the 'n' fopen flag was never documented on php.net/fopen > although it was mentioned in the v5.3.0 ChangeLog and there's no information > of being removed since. Please take a look at it. > http://php.net/ChangeLog-5.php#5.3.0
Thanks for pointing out this issue. However, this mailing list is for discussing and maintaining the php.net web infrastructure, and as such isn't an appropriate place to report (documentation) bugs. Please file a report on <https://bugs.php.net/>. TIA BTW: the `n` flag is still supported (if O_NONBLOCK is supported by the platform), see <https://github.com/php/php-src/blob/php-7.0.3/main/streams/plain_wrapper.c#L97-L101>. -- Christoph M. Becker -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
