]> granicus.if.org Git - php/commit
Moved the scandir code into it's own files so that it can be used by other
authorIlia Alshanetsky <iliaa@php.net>
Mon, 27 Jan 2003 20:39:31 +0000 (20:39 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 27 Jan 2003 20:39:31 +0000 (20:39 +0000)
commitd59d500af7204cf419d91553dccfc2ff0069ca65
tree4a7db0482e34008067657447c3e5c1cc19e34215
parente4ec7372e951f11c1d5696605858e404434782a9
Moved the scandir code into it's own files so that it can be used by other
OSes where libc does not have a native scandir() implementation.
configure.in
main/php_ini.c
main/php_scandir.c [new file with mode: 0644]
main/php_scandir.h [new file with mode: 0644]
win32/readdir.c
win32/readdir.h