summaryrefslogtreecommitdiff
path: root/main/php_virtual_cwd.h
Commit message (Collapse)AuthorAgeFilesLines
* - Time to remove these two.Andi Gutmans2000-09-141-145/+0
|
* - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothingAndi Gutmans2000-09-031-0/+4
| | | | | is broken by this.
* - Remove another TSRM->Zend dependencyAndi Gutmans2000-09-021-4/+4
|
* Export IS_ABSOLUTE_PATH to the outside world.Sascha Schumann2000-08-271-0/+16
|
* - Try and fix problem with opening wrong file.Andi Gutmans2000-08-271-2/+2
|
* - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to theAndi Gutmans2000-08-201-1/+0
| | | | | - right directory so this shouldn't be needed anymore.
* const'ify virtual-cwd APISascha Schumann2000-08-201-5/+5
|
* Fix prototype of virtual_real_chdir_file.Sascha Schumann2000-08-201-1/+1
|
* Add virtual_real_chdir_file. Silly name for a useful function.Sascha Schumann2000-08-201-0/+1
|
* Including utime.h once is enough.Sascha Schumann2000-08-061-2/+0
|
* Add utime includeStanislav Malyshev2000-08-061-0/+8
|
* Include <utime.h> in php_virtual_cwd.h.Sascha Schumann2000-08-061-0/+4
|
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-061-0/+8
| | | | | | This should fix #5935 and #5904 @- Virtualize realpath, chmod, chown and utime (Stas)
* 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
|
* - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.Andi Gutmans2000-06-241-0/+19
| | | | | - Mutex popen() in Windows as the UNIX trick doesn't work there.
* - Start of popen() fix for UNIX. Still unclear what we'll do on Windows.Andi Gutmans2000-06-121-0/+1
|
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-041-0/+8
|
* - Virtual current working directory is now enabledAndi Gutmans2000-05-231-0/+2
| | | | | - Added support for mkdir()/rmdir() and more
* - Support virtual unlink()Andi Gutmans2000-05-231-0/+2
|
* ANSIfy declarations/prototypesSascha Schumann2000-05-161-2/+2
|
* Remove extra declarations of cwd_globals(_id)Sascha Schumann2000-05-161-2/+0
|
* - Reverse the patch until I have time to look at it. The global id shouldAndi Gutmans2000-05-161-0/+2
| | | | | be defined by ZEND_DECLARE_GLOBALS(cwd)
* - Commit Sascha's patch to the virtual_cwd code. Will test it on WindowsAndi Gutmans2000-05-161-2/+0
| | | | | soon.
* 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/+2
| | | | | Next step is to substitute all open()'s and creat()'s in the PHP tree
* - Export strlcat()/strcpy() for Frank.Andi Gutmans2000-04-201-0/+2
| | | | | - Windows doesn't have lstat().
* - Fix virtual cwd bugZeev Suraski2000-04-201-0/+1
| | | | | - Add more V_STAT() V_LSTAT() changes
* - Add missing V_STAT()Andi Gutmans2000-04-201-0/+9
|
* - Try and resolve the problem with current working directories not beingAndi Gutmans2000-04-101-0/+1
| | | | | set to the script directory
* - Don't need to extern functionsAndi Gutmans2000-04-091-0/+1
| | | | | - Use virtual_file_ex() in expand_filepath()
* - Fix const declaratirs in virtual cwdZeev Suraski2000-04-071-1/+1
| | | | | | @- Fixed a problem in include_once() with non constant arguments (Andi & Zeev, @ Zend Engine)
* Fix a problem with the virtual directory mechanism (corruption of the ↵Zeev Suraski2000-04-051-8/+12
| | | | filenames to open)
* - Create dtor functionAndi Gutmans2000-04-021-0/+1
|
* - This version of chdir_file should be compatible with the Apache one.Andi Gutmans2000-04-021-0/+1
|
* - Move to new Zend macrosAndi Gutmans2000-04-011-5/+6
|
* - PHP_WIN32 is not defined here use ZEND_WIN32Andi Gutmans2000-04-011-1/+1
|
* - More virtual_cwd workAndi Gutmans2000-04-011-1/+1
|
* - Make php_virtual_cwd compileAndi Gutmans2000-04-011-0/+10
|
* - Need zend.h for ZTSAndi Gutmans2000-04-011-0/+2
|
* - Intermediate commitAndi Gutmans2000-04-011-0/+40