summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Added glob() support for windows.Edin Kadribasic2002-05-191-0/+4
* - Fix portability issues with empty results on Linux and FreeBSD, add safe_modeMarkus Fischer2002-05-181-14/+22
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-54/+24
* added fnmatch() and glob() functionsHartmut Holzgraefe2002-03-211-0/+40
* (PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILEJames E. Flemer2002-03-061-1/+1
* (PHP opendir) Added safe_mode checks on path.James E. Flemer2002-03-031-0/+4
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
* protos fixes by Wolfgang DrewsThies C. Arntzen2002-01-031-5/+5
* chdir: corrected proto, converted to zend_parse_parametersZak Greant2001-12-301-8/+7
* chroot: corrected prototype, converted to zend_parse_parametersZak Greant2001-12-301-8/+6
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-6/+6
* Enable chroot() only if SAPI is CGI.foobar2001-09-121-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-5/+5
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-1/+1
* - More object macrosAndi Gutmans2001-07-291-3/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-21/+4
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* o Fixed Bug #12121: chdir and safe_modeJames E. Flemer2001-07-131-1/+1
* add PLS_FETCH();Thies C. Arntzen2001-06-201-0/+1
* Fix for #11570Rasmus Lerdorf2001-06-201-0/+3
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-4/+4
* - Remove leak from opendir() under Windows. Maybe readdir.c should beAndi Gutmans2001-04-291-0/+3
* - Fix bug Bug id #5987. It could be fixed by changing readdir.c but IAndi Gutmans2001-04-291-2/+6
* Constand should be case sensitive.Sean Bright2001-04-091-1/+1
* Fix whitespace (use tabs).Jon Parise2001-04-091-4/+4
* Stop SIGSEGV on Apache startup. Patch from <adam@indexdata.dk>Sean Bright2001-04-091-1/+1
* @Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig)Stig Bakken2001-04-081-0/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* There might be more systems which do not support chroot, so we checkSascha Schumann2001-02-151-1/+1
* - chroot does not work on windowsDerick Rethans2001-02-151-0/+4
* - Added an extra chdir("/"); as sugested by SaschaDerick Rethans2001-02-141-0/+7
* - Added the chroot function for changing root in a script.Derick Rethans2001-02-141-0/+24
* - Make all places use MAXPATHLEN in the same way. It includes theAndi Gutmans2000-12-161-1/+1
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-2/+2
* - Fix buildAndi Gutmans2000-11-041-1/+1
* fix #7573Thies C. Arntzen2000-11-041-2/+10
* update my email.Thies C. Arntzen2000-10-291-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+3
* Fixed crash (bus error) in readdir() and session cleanup when compiledfoobar2000-10-181-1/+1
* Fix readdir bug in libc5Stanislav Malyshev2000-09-071-1/+1
* - Fix dir.cZeev Suraski2000-09-011-1/+1
* Solaris/x86 insists of having a large buffer for storing the result ofSascha Schumann2000-09-011-2/+2