]> granicus.if.org Git - php/commit
Allow win32 people to fopen($filename, 'rt') to explicitly chose text-mode
authorWez Furlong <wez@php.net>
Wed, 21 May 2003 12:02:55 +0000 (12:02 +0000)
committerWez Furlong <wez@php.net>
Wed, 21 May 2003 12:02:55 +0000 (12:02 +0000)
commitf41f376213e7f8c8d301cdf69336dc3e0833251c
treed2aee114ad1ee783ca3d7e8f70e2b7dbb9cc5c29
parentcbd712e8c970eb1e07f91f72e379050218beb98c
Allow win32 people to fopen($filename, 'rt') to explicitly chose text-mode
files again.

The functionality was accidentally dropped when we introduced our own fopen
mode string parser.
main/streams.c