summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* apply better fix, so that the default handle would be closed when closing its...Antony Dovgal2008-03-051-3/+5
* fix memory corruption due to double destruction of default dir handleAntony Dovgal2008-03-051-2/+2
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFB: Fixed regression in glob() when enforcing safe_mode/open_basedir checksIlia Alshanetsky2007-09-191-14/+21
* MFB: Fixed possible buffer overflows inside the fnmatch() and glob()Ilia Alshanetsky2007-09-051-0/+5
* - Fixed bug #42365 (glob() crashes with invalid flags)Jani Taskinen2007-08-221-4/+31
* MFB: initialize glob structAntony Dovgal2007-07-161-0/+1
* add missing include and fix warningAntony Dovgal2007-06-261-0/+1
* (forgotten part of fix)Dmitry Stogov2007-06-251-1/+1
* Better fix for bug #41655Dmitry Stogov2007-06-251-7/+6
* Fix ZTS buildScott MacVicar2007-06-121-0/+1
* MFB: Fixed bug #41655 (open_basedir bypass via glob())Ilia Alshanetsky2007-06-121-9/+13
* MFBIlia Alshanetsky2007-05-291-1/+1
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-221-0/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: Fixed missing open_basedir check inside chdir() function.Ilia Alshanetsky2006-10-041-1/+3
* Update glob() for PHP6Sara Golemon2006-10-021-3/+19
* Switch opendir/chroot/chdir to new path_param API and upgrade scandir() for PHP6Sara Golemon2006-10-021-48/+41
* add missing parameter to opendir() and fix segfaultAntony Dovgal2006-09-231-1/+1
* PHP6 UpdatesSara Golemon2006-09-221-22/+65
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-6/+1
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-051-3/+3
* Unicode supportDmitry Stogov2005-08-231-6/+9
* - 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