summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Fixed regression in glob() when enforcing safe_mode/open_basedir checks onIlia Alshanetsky2007-09-191-18/+25
* Fixed possible buffer overflows inside the fnmatch() and glob() functionsIlia Alshanetsky2007-09-041-0/+5
* MFH:- Fixed bug #42365 (glob() crashes with invalid flags)Jani Taskinen2007-08-221-5/+33
* initialize glob structAntony Dovgal2007-07-161-0/+1
* Better fix for bug #41655Dmitry Stogov2007-06-251-9/+9
* Fixed bug #41693 (scandir() allows empty directory names).Ilia Alshanetsky2007-06-141-0/+5
* Fix ZTS buildScott MacVicar2007-06-121-0/+1
* Fixed bug #41655 (open_basedir bypass via glob())Ilia Alshanetsky2007-06-121-11/+17
* strncpy > strlcpyIlia Alshanetsky2007-02-241-1/+1
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-221-1/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed missing open_basedir check inside chdir() function.Ilia Alshanetsky2006-10-041-1/+1
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Support for GLOB_ERR so that glob() reports permission problems (Bug #28355)Hartmut Holzgraefe2005-06-121-5/+12
* thinko fix (E_COMMIT_AFTER_MIDNIGHT)Hartmut Holzgraefe2005-06-121-1/+0
* Removed bogus fix for bug #28355 (it was dead code anyway)Hartmut Holzgraefe2005-06-121-3/+0
* Fixed compiler warning.Ilia Alshanetsky2005-02-231-1/+1
* Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).Ilia Alshanetsky2005-02-221-1/+1
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-1/+1
* Fixed bug #28668 (glob() does not work with relative paths on Windows).Ilia Alshanetsky2004-06-071-4/+3
* Fixed bug #28649 (Proper glob() return value on Linux when there are noIlia Alshanetsky2004-06-061-1/+1
* Fixed bug #28355 (glob() does not return error on Linux when it does notIlia Alshanetsky2004-05-111-0/+4
* Fixed bug #28289 (incorrect resolving of relative paths by glob() inIlia Alshanetsky2004-05-091-2/+4
* Fixed bug #27498 (bogus safe_mode error on nonexistent directories forIlia Alshanetsky2004-03-161-1/+1
* context parameter for opendir() and dir()Sara Golemon2004-03-011-9/+15
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* 'Bug Fix': scandir, being a new function in PHP5 should have always been wrap...Sara Golemon2004-01-281-41/+12
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* This check's always necessary.Moriyoshi Koizumi2003-10-291-2/+0
* MFB(r-1.109.2.12): A possible fix for bug #26026Moriyoshi Koizumi2003-10-291-1/+1
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+2
* Fixed bug #25583 (Incorrect handling of paths starting with / on win32Ilia Alshanetsky2003-09-201-0/+5
* Use correct macroMarcus Boerger2003-08-021-1/+1
* Fixed GLOB_ONLYDIR to work on GNU libc based system.Ilia Alshanetsky2003-07-231-2/+8
* CS & WS fixesfoobar2003-07-141-30/+14
* make sure operator precedence is not playing tricks on usHartmut Holzgraefe2003-07-041-1/+1
* VCWD awareness and (hopefully) windows compile fixHartmut Holzgraefe2003-07-031-2/+2
* PHP glob() will now emulate GLOB_ONLYDIR on non-GNU systemsHartmut Holzgraefe2003-07-031-4/+25
* updating license information in the headers.James Cox2003-06-101-3/+3
* 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