summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Removed safe_modeKalle Sommer Nielsen2010-04-261-8/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49108 (2nd scan_dir produces seg fault)Felipe Pena2009-07-301-1/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: - Changed opendir/dir/scandir to use default context when no context arg...Hannes Magnusson2008-12-091-6/+2
* MFH: clear stat cache in chroot()Arnaud Le Blanc2008-08-111-1/+1
* MFH: Fixed #45181 (chdir() should clear relative entries in stat cache)Arnaud Le Blanc2008-08-111-0/+10
* - MFH: New parameter parsing APIFelipe Pena2008-07-241-6/+7
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-0/+2
* closeder/readdir/rewinddir must work only with directoriesDmitry Stogov2008-06-111-0/+15
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* MFH: apply better fixAntony Dovgal2008-03-051-3/+5
* MFH: fix memory corruption due to double destruction of default dir handleAntony Dovgal2008-03-051-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Don't show file names being examinedIlia Alshanetsky2007-11-141-1/+1
* 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