summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* No C++ comments and extra tabs.foobar2003-06-041-3/+3
* handle return value for "no matches" on systems that don't returnHartmut Holzgraefe2003-06-031-3/+8
* fixed FMRThies C. Arntzen2003-05-051-2/+2
* Fixed compiler warning.Ilia Alshanetsky2003-02-271-1/+1
* scandir -> php_scandir, alphasort -> php_alphasortfoobar2003-02-191-6/+4
* Added scandir() function, which allows quick retrieval of all files &Ilia Alshanetsky2003-01-281-0/+75
* Fixed bug #21597 (made glob() understand windows paths)Edin Kadribasic2003-01-271-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Verify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn'tMelvyn Sopacua2002-12-231-0/+3
* ws fixfoobar2002-11-151-2/+2
* Added PATH_SEPARATOR constantStig Bakken2002-11-141-4/+7
* Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()John Coggeshall2002-11-131-0/+6
* readdir() was returning NULL instead of FALSE when used on an invalidRasmus Lerdorf2002-10-071-1/+3
* Kill a few more warningsRasmus Lerdorf2002-10-041-0/+2
* It must be GLOB_NOCHECK instead of GLOB_NOMATCH.Yasuo Ohgaki2002-09-281-1/+1
* wsfoobar2002-09-271-1/+1
* /tmp/cvsmLUuXQHartmut Holzgraefe2002-09-271-2/+9
* No need to define GLOB_NOMATCH.Yasuo Ohgaki2002-09-271-1/+0
* - GLOB_NOMATCH and GLOB_NOESCAPE are only defined in win32/glob.hJan Lehnardt2002-09-261-0/+2
* Remove dupYasuo Ohgaki2002-09-261-1/+0
* Fix ZTS build. Fix warning.Sebastian Bergmann2002-09-261-2/+0
* fix windows buildHartmut Holzgraefe2002-09-261-1/+1
* glob should now be ZTS/open_basedir/safe_mode aware (finally)Hartmut Holzgraefe2002-09-261-7/+40
* ws fixfoobar2002-09-111-5/+6
* php_error_docrefMarcus Boerger2002-08-241-6/+5
* Missing protoRasmus Lerdorf2002-08-131-1/+1
* dir() returns an instantiated object, not a class.Rasmus Lerdorf2002-08-131-1/+1
* Fixed bug #14657 (patch by Steph Fox)Edin Kadribasic2002-07-291-1/+0
* Unify error messagesDerick Rethans2002-07-081-5/+5
* Added glob() support for windows.Edin Kadribasic2002-05-191-0/+4
* - Fix portability issues with empty results on Linux and FreeBSD, add safe_modeMarkus Fischer2002-05-181-14/+22
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-54/+24
* added fnmatch() and glob() functionsHartmut Holzgraefe2002-03-211-0/+40
* (PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILEJames E. Flemer2002-03-061-1/+1
* (PHP opendir) Added safe_mode checks on path.James E. Flemer2002-03-031-0/+4
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
* protos fixes by Wolfgang DrewsThies C. Arntzen2002-01-031-5/+5
* chdir: corrected proto, converted to zend_parse_parametersZak Greant2001-12-301-8/+7
* chroot: corrected prototype, converted to zend_parse_parametersZak Greant2001-12-301-8/+6
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-6/+6
* Enable chroot() only if SAPI is CGI.foobar2001-09-121-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-5/+5
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-1/+1
* - More object macrosAndi Gutmans2001-07-291-3/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-21/+4
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1