summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-31/+31
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-31/+31
| |\
| | * Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-101-31/+31
| * | Bump yearXinchen Hui2015-01-151-1/+1
| |/
| * fixed glob() edge case on windows, ref bug #47358Anatol Belski2014-08-141-0/+7
| * - fix bug #47358, glob returns error, should be empty array()Pierre Joye2014-08-141-3/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | fixed glob() edge case on windows, ref bug #47358Anatol Belski2013-08-191-0/+7
* | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-01-081-3/+1
|\ \
| * \ - fix bug #47358, glob returns error, should be empty array()Pierre Joye2013-01-081-3/+1
| |\ \ | | |/ | |/|
| | * - fix bug #47358, glob returns error, should be empty array()Pierre Joye2013-01-081-3/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+12
| | * - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+9
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
|/ /
* | - Year++Felipe Pena2011-01-011-1/+1
* | Implemented FR #53407 (make scandir()'s directory sorting optional).Adam Harvey2010-11-261-1/+7
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+9
* | 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