summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.67.2'.SVN Migration2001-08-131-357/+0
* 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
* Fixed opendir() thoroughlyZeev Suraski2000-06-291-4/+5
* Fixed a bug in opendir(), which prevented readdir() from working properly ifZeev Suraski2000-06-271-9/+25
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-5/+5
* Fix Win32 buildZeev Suraski2000-06-041-1/+0
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-041-1/+1
* chdir returns 0 on success, compare against itStanislav Malyshev2000-06-041-1/+1
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-231-5/+5
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-3/+3
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-3/+3
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-16/+0
* zorro does a Z - egon does an e?Thies C. Arntzen2000-02-241-1/+1