]> granicus.if.org Git - php/commit
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
authorFelipe Pena <felipe@php.net>
Tue, 22 Jul 2008 14:09:24 +0000 (14:09 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 22 Jul 2008 14:09:24 +0000 (14:09 +0000)
commitfdfbfb96a14f46aa7ff457d97e713725c0e69e32
tree966f191df49221395fdda380b986c8e210dab797
parentcb3bc158076026430722bb408c736496b1c88277
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
14 files changed:
ext/standard/file.c
ext/standard/fsock.c
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/tests/file/fscanf_variation10.phpt
ext/standard/tests/file/fscanf_variation16.phpt
ext/standard/tests/file/fscanf_variation22.phpt
ext/standard/tests/file/fscanf_variation29.phpt
ext/standard/tests/file/fscanf_variation35.phpt
ext/standard/tests/file/fscanf_variation4.phpt
ext/standard/tests/file/fscanf_variation41.phpt
ext/standard/tests/file/fscanf_variation47.phpt
main/php_streams.h
sapi/cli/php_cli.c