]> granicus.if.org Git - php/commit
Fix bug #51068 (glob:// do not support current path relative)
authorAhmed Abdou <email@ahmed.ro>
Tue, 29 Jan 2019 07:59:45 +0000 (08:59 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 11 Feb 2019 14:50:27 +0000 (15:50 +0100)
commitec28d4c247ef3c7ab9af41ff6e26b802694492b2
tree78b22541c8ab70c598a6d5509ead5e41ee0b9c38
parentfe4d7248cc09cf4d4f7b289e6db8299e8d7ac6d2
Fix bug #51068 (glob:// do not support current path relative)

Fix DirectoryIterator glob://* current path relative queries
NEWS
ext/spl/spl_directory.c
ext/spl/tests/bug51068.phpt [new file with mode: 0644]
main/streams/glob_wrapper.c