summaryrefslogtreecommitdiff
path: root/main/php_virtual_cwd.c
Commit message (Collapse)AuthorAgeFilesLines
* - Time to remove these two.Andi Gutmans2000-09-141-743/+0
|
* - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothingAndi Gutmans2000-09-031-0/+2
| | | | | is broken by this.
* - 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
| | | | | | | - Post 4.0.2 it's time to move the whole opened_path and virtual stuff - to emalloc() and friends including some alloca() improvements where - possible but I don't want to break anything before
* - 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
| | | | | | - names didn't include ".." but were referenced different directories which - were symlinked to each other.
* - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to theAndi Gutmans2000-08-201-10/+0
| | | | | - right directory so this shouldn't be needed anymore.
* 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
| | | | | | This should fix #5935 and #5904 @- Virtualize realpath, chmod, chown and utime (Stas)
* - Update .dsp'sZeev Suraski2000-07-291-4/+8
| | | | | - Make non ZTS Win32 build again
* 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
| | | | | - drive letter
* - 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
| | | | | - Mutex popen() in Windows as the UNIX trick doesn't work there.
* - 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
| | | | | - when in VIRTUAL_DIR mode.
* - 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
| | | | | | now. Will return to it when I find some real specs on it. Also added a couple of missing copyright headers
* Creat is creat is creat, no openZeev Suraski2000-05-291-1/+1
|
* - Virtual current working directory is now enabledAndi Gutmans2000-05-231-7/+36
| | | | | - Added support for mkdir()/rmdir() and more
* - 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
| | | | | be defined by ZEND_DECLARE_GLOBALS(cwd)
* - Commit Sascha's patch to the virtual_cwd code. Will test it on WindowsAndi Gutmans2000-05-161-1/+4
| | | | | soon.
* 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
| | | | | Next step is to substitute all open()'s and creat()'s in the PHP tree
* - 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
| | | | | the file is in the root directory.
* - Export strlcat()/strcpy() for Frank.Andi Gutmans2000-04-201-0/+4
| | | | | - Windows doesn't have lstat().
* - Fix virtual cwd bugZeev Suraski2000-04-201-5/+38
| | | | | - Add more V_STAT() V_LSTAT() changes
* - 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
| | | | | set to the script directory
* - Don't need to extern functionsAndi Gutmans2000-04-091-1/+1
| | | | | - Use virtual_file_ex() in expand_filepath()
* - Fix const declaratirs in virtual cwdZeev Suraski2000-04-071-9/+9
| | | | | | @- Fixed a problem in include_once() with non constant arguments (Andi & Zeev, @ Zend Engine)
* - Not needed anymoreAndi Gutmans2000-04-051-1/+0
|