176 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Felipe Pena f8ee7db001 - Fixed bug #49108 (2nd scan_dir produces seg fault) 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Hannes Magnusson 336cb15d69 MFH: - Changed opendir/dir/scandir to use default context when no context argument is passed. (Sara) 18 years ago
Arnaud Le Blanc a12b6846e5 MFH: clear stat cache in chroot() 18 years ago
Arnaud Le Blanc 6e20eba4f4 MFH: Fixed #45181 (chdir() should clear relative entries in stat cache) 18 years ago
Felipe Pena 44f1ef210d - MFH: New parameter parsing API 18 years ago
Antony Dovgal 28a22396d4 MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 18 years ago
Dmitry Stogov 99933df5e2 closeder/readdir/rewinddir must work only with directories 18 years ago
Felipe Pena 84a8bb038a MFH: New way for check void parameters 18 years ago
Antony Dovgal d4fd7c1059 MFH: apply better fix 18 years ago
Antony Dovgal 391da778fb MFH: fix memory corruption due to double destruction of default dir handle 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky 07a3423f17 Don't show file names being examined 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Ilia Alshanetsky 47950d10cf Fixed regression in glob() when enforcing safe_mode/open_basedir checks on 19 years ago
Ilia Alshanetsky 72f910c012 Fixed possible buffer overflows inside the fnmatch() and glob() functions 19 years ago
Jani Taskinen 8ab9984707 MFH:- Fixed bug #42365 (glob() crashes with invalid flags) 19 years ago
Antony Dovgal aaa16ad82b initialize glob struct 19 years ago
Dmitry Stogov 506bd484dc Better fix for bug #41655 19 years ago
Ilia Alshanetsky bab1ce1429 Fixed bug #41693 (scandir() allows empty directory names). 19 years ago
Scott MacVicar 34d1d2eed0 Fix ZTS build 19 years ago
Ilia Alshanetsky 06b4c66f02 Fixed bug #41655 (open_basedir bypass via glob()) 19 years ago
Ilia Alshanetsky 34928eeeca strncpy > strlcpy 19 years ago
Dmitry Stogov 933c26de41 Fixed bug #39367 (clearstatcache() doesn't clear realpath cache) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Ilia Alshanetsky 9230cf3da6 Fixed missing open_basedir check inside chdir() function. 20 years ago
Marcus Boerger 5a69b29082 - Warning fixes by Steph 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar d0a54af4c5 MFH: Nuke php3 legacy 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Hartmut Holzgraefe 55b5376d19 Support for GLOB_ERR so that glob() reports permission problems (Bug #28355) 21 years ago
Hartmut Holzgraefe d5adc7ceff thinko fix (E_COMMIT_AFTER_MIDNIGHT) 21 years ago
Hartmut Holzgraefe 4440d3897e Removed bogus fix for bug #28355 (it was dead code anyway) 21 years ago
Ilia Alshanetsky bd0d48f7a5 Fixed compiler warning. 21 years ago
Ilia Alshanetsky c7b931d80d Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). 21 years ago
Ard Biesheuvel 5232a5afea 64-bit bugsquash party 22 years ago
Ilia Alshanetsky ceb70dbc68 Fixed bug #28668 (glob() does not work with relative paths on Windows). 22 years ago
Ilia Alshanetsky 9c1e668593 Fixed bug #28649 (Proper glob() return value on Linux when there are no 22 years ago
Ilia Alshanetsky 1842676706 Fixed bug #28355 (glob() does not return error on Linux when it does not 22 years ago
Ilia Alshanetsky 468e834ef1 Fixed bug #28289 (incorrect resolving of relative paths by glob() in 22 years ago
Ilia Alshanetsky 88058e5715 Fixed bug #27498 (bogus safe_mode error on nonexistent directories for 22 years ago
Sara Golemon d9d38900b6 context parameter for opendir() and dir() 22 years ago
Ard Biesheuvel 81f05c18f5 Wordsize fixes 22 years ago
Sara Golemon 6d10371ec6 'Bug Fix': scandir, being a new function in PHP5 should have always been wrapper aware. 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Moriyoshi Koizumi cca80292fe This check's always necessary. 23 years ago
Moriyoshi Koizumi 13f16d5690 MFB(r-1.109.2.12): A possible fix for bug #26026 23 years ago
Hartmut Holzgraefe 075e66cc08 signed/unsigned compiler warning fixes 23 years ago
Ilia Alshanetsky 0917a7f62f Fixed bug #25583 (Incorrect handling of paths starting with / on win32 23 years ago
Marcus Boerger 54df2e14b4 Use correct macro 23 years ago