summaryrefslogtreecommitdiff
path: root/main/php_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothingAndi Gutmans2000-09-031-0/+2
* - Remove another TSRM->Zend dependencyAndi Gutmans2000-09-021-4/+13
* - Get rid of unused code and stop including PHP's win95nt.hAndi Gutmans2000-09-021-65/+2
* Export IS_ABSOLUTE_PATH to the outside world.Sascha Schumann2000-08-271-11/+0
* - This should be more efficient.Andi Gutmans2000-08-271-2/+2
* - Try and fix problem with opening wrong file.Andi Gutmans2000-08-271-2/+6
* - Checking for ".." isn't enough. include_once() could mess up even if bothAndi Gutmans2000-08-201-25/+22
* - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to theAndi Gutmans2000-08-201-10/+0
* const'ify virtual-cwd APISascha Schumann2000-08-201-5/+5
* Add virtual_real_chdir_file. Silly name for a useful function.Sascha Schumann2000-08-201-0/+20
* fix return code for virtual_file_exStanislav Malyshev2000-08-081-1/+1
* Replace min() - not everyone has itStanislav Malyshev2000-08-061-10/+1
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-061-0/+77
* - Update .dsp'sZeev Suraski2000-07-291-4/+8
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-1/+3
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
* - Fix problem with VIRTUAL_DIR and relative paths containing ..Andi Gutmans2000-06-281-3/+24
* - Fix bug with VIRTUAL_DIR, .., and symlinks.Andi Gutmans2000-06-271-0/+12
* - Fix bug in virtual dir under Windows when using absolute paths withoutZeev Suraski2000-06-261-1/+1
* - Forgot to remove commentAndi Gutmans2000-06-241-1/+1
* - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.Andi Gutmans2000-06-241-4/+49
* - virtual_fopen() should fail on empty pathAndi Gutmans2000-06-151-0/+4
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-121-1/+1
* - Start of popen() fix for UNIX. Still unclear what we'll do on Windows.Andi Gutmans2000-06-121-0/+34
* - Fix bug in virtual_file_ex when the resulting path is the root.Andi Gutmans2000-06-101-0/+7
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-041-0/+15
* chdir returns -1 on error, so should V_CHDIRStanislav Malyshev2000-06-041-2/+2
* - License is at 2.02Andi Gutmans2000-05-291-1/+1
* Clean up EXIF code and give up on extracting the embedded thumbnail forRasmus Lerdorf2000-05-291-0/+25
* Creat is creat is creat, no openZeev Suraski2000-05-291-1/+1
* - Virtual current working directory is now enabledAndi Gutmans2000-05-231-7/+36
* - Support virtual unlink()Andi Gutmans2000-05-231-0/+15
* ANSIfy declarations/prototypesSascha Schumann2000-05-161-2/+2
* - Reverse the patch until I have time to look at it. The global id shouldAndi Gutmans2000-05-161-4/+1
* - Commit Sascha's patch to the virtual_cwd code. Will test it on WindowsAndi Gutmans2000-05-161-1/+4
* s/strtok_r/php_strtok_r/Sascha Schumann2000-05-041-4/+4
* php_reentrancy.h is needed for strtok_rSascha Schumann2000-05-011-0/+1
* Fix virtual_open() by adding ellipseSascha Schumann2000-04-301-1/+1
* - Implement V_OPEN() V_OPEN_CREAT() and V_CREAT().Andi Gutmans2000-04-291-0/+48
* - Missed second argumentZeev Suraski2000-04-211-1/+1
* - Fix last fix for WindowsAndi Gutmans2000-04-211-1/+1
* - Small fix to virtual_Chdir_file() to include the trailing slash whenAndi Gutmans2000-04-211-0/+3
* - Export strlcat()/strcpy() for Frank.Andi Gutmans2000-04-201-0/+4
* - Fix virtual cwd bugZeev Suraski2000-04-201-5/+38
* - Add missing V_STAT()Andi Gutmans2000-04-201-0/+16
* - Try and resolve the problem with current working directories not beingAndi Gutmans2000-04-101-0/+7
* - Don't need to extern functionsAndi Gutmans2000-04-091-1/+1
* - Fix const declaratirs in virtual cwdZeev Suraski2000-04-071-9/+9
* - Not needed anymoreAndi Gutmans2000-04-051-1/+0
* - More fixesAndi Gutmans2000-04-051-4/+12