Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Time to remove these two. | Andi Gutmans | 2000-09-14 | 1 | -743/+0 |
| | |||||
* | - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing | Andi Gutmans | 2000-09-03 | 1 | -0/+2 |
| | | | | | is broken by this. | ||||
* | - Remove another TSRM->Zend dependency | Andi Gutmans | 2000-09-02 | 1 | -4/+13 |
| | |||||
* | - Get rid of unused code and stop including PHP's win95nt.h | Andi Gutmans | 2000-09-02 | 1 | -65/+2 |
| | |||||
* | Export IS_ABSOLUTE_PATH to the outside world. | Sascha Schumann | 2000-08-27 | 1 | -11/+0 |
| | |||||
* | - This should be more efficient. | Andi Gutmans | 2000-08-27 | 1 | -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 Gutmans | 2000-08-27 | 1 | -2/+6 |
| | |||||
* | - Checking for ".." isn't enough. include_once() could mess up even if both | Andi Gutmans | 2000-08-20 | 1 | -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 the | Andi Gutmans | 2000-08-20 | 1 | -10/+0 |
| | | | | | - right directory so this shouldn't be needed anymore. | ||||
* | const'ify virtual-cwd API | Sascha Schumann | 2000-08-20 | 1 | -5/+5 |
| | |||||
* | Add virtual_real_chdir_file. Silly name for a useful function. | Sascha Schumann | 2000-08-20 | 1 | -0/+20 |
| | |||||
* | fix return code for virtual_file_ex | Stanislav Malyshev | 2000-08-08 | 1 | -1/+1 |
| | |||||
* | Replace min() - not everyone has it | Stanislav Malyshev | 2000-08-06 | 1 | -10/+1 |
| | |||||
* | Virtualize realpath, chmod, chown and utime | Andi Gutmans | 2000-08-06 | 1 | -0/+77 |
| | | | | | | This should fix #5935 and #5904 @- Virtualize realpath, chmod, chown and utime (Stas) | ||||
* | - Update .dsp's | Zeev Suraski | 2000-07-29 | 1 | -4/+8 |
| | | | | | - Make non ZTS Win32 build again | ||||
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 1 | -1/+3 |
| | |||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | - Fix problem with VIRTUAL_DIR and relative paths containing .. | Andi Gutmans | 2000-06-28 | 1 | -3/+24 |
| | |||||
* | - Fix bug with VIRTUAL_DIR, .., and symlinks. | Andi Gutmans | 2000-06-27 | 1 | -0/+12 |
| | |||||
* | - Fix bug in virtual dir under Windows when using absolute paths without | Zeev Suraski | 2000-06-26 | 1 | -1/+1 |
| | | | | | - drive letter | ||||
* | - Forgot to remove comment | Andi Gutmans | 2000-06-24 | 1 | -1/+1 |
| | |||||
* | - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested. | Andi Gutmans | 2000-06-24 | 1 | -4/+49 |
| | | | | | - Mutex popen() in Windows as the UNIX trick doesn't work there. | ||||
* | - virtual_fopen() should fail on empty path | Andi Gutmans | 2000-06-15 | 1 | -0/+4 |
| | |||||
* | - On UNIX support popen() which works with current working directory | Andi Gutmans | 2000-06-12 | 1 | -1/+1 |
| | | | | | - when in VIRTUAL_DIR mode. | ||||
* | - Start of popen() fix for UNIX. Still unclear what we'll do on Windows. | Andi Gutmans | 2000-06-12 | 1 | -0/+34 |
| | |||||
* | - Fix bug in virtual_file_ex when the resulting path is the root. | Andi Gutmans | 2000-06-10 | 1 | -0/+7 |
| | |||||
* | add opendir to VIRTUAL_DIR | Stanislav Malyshev | 2000-06-04 | 1 | -0/+15 |
| | |||||
* | chdir returns -1 on error, so should V_CHDIR | Stanislav Malyshev | 2000-06-04 | 1 | -2/+2 |
| | |||||
* | - License is at 2.02 | Andi Gutmans | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Clean up EXIF code and give up on extracting the embedded thumbnail for | Rasmus Lerdorf | 2000-05-29 | 1 | -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 open | Zeev Suraski | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | - Virtual current working directory is now enabled | Andi Gutmans | 2000-05-23 | 1 | -7/+36 |
| | | | | | - Added support for mkdir()/rmdir() and more | ||||
* | - Support virtual unlink() | Andi Gutmans | 2000-05-23 | 1 | -0/+15 |
| | |||||
* | ANSIfy declarations/prototypes | Sascha Schumann | 2000-05-16 | 1 | -2/+2 |
| | |||||
* | - Reverse the patch until I have time to look at it. The global id should | Andi Gutmans | 2000-05-16 | 1 | -4/+1 |
| | | | | | be defined by ZEND_DECLARE_GLOBALS(cwd) | ||||
* | - Commit Sascha's patch to the virtual_cwd code. Will test it on Windows | Andi Gutmans | 2000-05-16 | 1 | -1/+4 |
| | | | | | soon. | ||||
* | s/strtok_r/php_strtok_r/ | Sascha Schumann | 2000-05-04 | 1 | -4/+4 |
| | |||||
* | php_reentrancy.h is needed for strtok_r | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Fix virtual_open() by adding ellipse | Sascha Schumann | 2000-04-30 | 1 | -1/+1 |
| | |||||
* | - Implement V_OPEN() V_OPEN_CREAT() and V_CREAT(). | Andi Gutmans | 2000-04-29 | 1 | -0/+48 |
| | | | | | Next step is to substitute all open()'s and creat()'s in the PHP tree | ||||
* | - Missed second argument | Zeev Suraski | 2000-04-21 | 1 | -1/+1 |
| | |||||
* | - Fix last fix for Windows | Andi Gutmans | 2000-04-21 | 1 | -1/+1 |
| | |||||
* | - Small fix to virtual_Chdir_file() to include the trailing slash when | Andi Gutmans | 2000-04-21 | 1 | -0/+3 |
| | | | | | the file is in the root directory. | ||||
* | - Export strlcat()/strcpy() for Frank. | Andi Gutmans | 2000-04-20 | 1 | -0/+4 |
| | | | | | - Windows doesn't have lstat(). | ||||
* | - Fix virtual cwd bug | Zeev Suraski | 2000-04-20 | 1 | -5/+38 |
| | | | | | - Add more V_STAT() V_LSTAT() changes | ||||
* | - Add missing V_STAT() | Andi Gutmans | 2000-04-20 | 1 | -0/+16 |
| | |||||
* | - Try and resolve the problem with current working directories not being | Andi Gutmans | 2000-04-10 | 1 | -0/+7 |
| | | | | | set to the script directory | ||||
* | - Don't need to extern functions | Andi Gutmans | 2000-04-09 | 1 | -1/+1 |
| | | | | | - Use virtual_file_ex() in expand_filepath() | ||||
* | - Fix const declaratirs in virtual cwd | Zeev Suraski | 2000-04-07 | 1 | -9/+9 |
| | | | | | | @- Fixed a problem in include_once() with non constant arguments (Andi & Zeev, @ Zend Engine) | ||||
* | - Not needed anymore | Andi Gutmans | 2000-04-05 | 1 | -1/+0 |
| |