Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Time to remove these two. | Andi Gutmans | 2000-09-14 | 1 | -145/+0 |
| | |||||
* | - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing | Andi Gutmans | 2000-09-03 | 1 | -0/+4 |
| | | | | | is broken by this. | ||||
* | - Remove another TSRM->Zend dependency | Andi Gutmans | 2000-09-02 | 1 | -4/+4 |
| | |||||
* | Export IS_ABSOLUTE_PATH to the outside world. | Sascha Schumann | 2000-08-27 | 1 | -0/+16 |
| | |||||
* | - Try and fix problem with opening wrong file. | Andi Gutmans | 2000-08-27 | 1 | -2/+2 |
| | |||||
* | - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to the | Andi Gutmans | 2000-08-20 | 1 | -1/+0 |
| | | | | | - right directory so this shouldn't be needed anymore. | ||||
* | const'ify virtual-cwd API | Sascha Schumann | 2000-08-20 | 1 | -5/+5 |
| | |||||
* | Fix prototype of virtual_real_chdir_file. | Sascha Schumann | 2000-08-20 | 1 | -1/+1 |
| | |||||
* | Add virtual_real_chdir_file. Silly name for a useful function. | Sascha Schumann | 2000-08-20 | 1 | -0/+1 |
| | |||||
* | Including utime.h once is enough. | Sascha Schumann | 2000-08-06 | 1 | -2/+0 |
| | |||||
* | Add utime include | Stanislav Malyshev | 2000-08-06 | 1 | -0/+8 |
| | |||||
* | Include <utime.h> in php_virtual_cwd.h. | Sascha Schumann | 2000-08-06 | 1 | -0/+4 |
| | |||||
* | Virtualize realpath, chmod, chown and utime | Andi Gutmans | 2000-08-06 | 1 | -0/+8 |
| | | | | | | This should fix #5935 and #5904 @- Virtualize realpath, chmod, chown and utime (Stas) | ||||
* | 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 |
| | |||||
* | - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested. | Andi Gutmans | 2000-06-24 | 1 | -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 Gutmans | 2000-06-12 | 1 | -0/+1 |
| | |||||
* | add opendir to VIRTUAL_DIR | Stanislav Malyshev | 2000-06-04 | 1 | -0/+8 |
| | |||||
* | - Virtual current working directory is now enabled | Andi Gutmans | 2000-05-23 | 1 | -0/+2 |
| | | | | | - Added support for mkdir()/rmdir() and more | ||||
* | - Support virtual unlink() | Andi Gutmans | 2000-05-23 | 1 | -0/+2 |
| | |||||
* | ANSIfy declarations/prototypes | Sascha Schumann | 2000-05-16 | 1 | -2/+2 |
| | |||||
* | Remove extra declarations of cwd_globals(_id) | Sascha Schumann | 2000-05-16 | 1 | -2/+0 |
| | |||||
* | - Reverse the patch until I have time to look at it. The global id should | Andi Gutmans | 2000-05-16 | 1 | -0/+2 |
| | | | | | 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 | -2/+0 |
| | | | | | soon. | ||||
* | 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/+2 |
| | | | | | Next step is to substitute all open()'s and creat()'s in the PHP tree | ||||
* | - Export strlcat()/strcpy() for Frank. | Andi Gutmans | 2000-04-20 | 1 | -0/+2 |
| | | | | | - Windows doesn't have lstat(). | ||||
* | - Fix virtual cwd bug | Zeev Suraski | 2000-04-20 | 1 | -0/+1 |
| | | | | | - Add more V_STAT() V_LSTAT() changes | ||||
* | - Add missing V_STAT() | Andi Gutmans | 2000-04-20 | 1 | -0/+9 |
| | |||||
* | - Try and resolve the problem with current working directories not being | Andi Gutmans | 2000-04-10 | 1 | -0/+1 |
| | | | | | set to the script directory | ||||
* | - Don't need to extern functions | Andi Gutmans | 2000-04-09 | 1 | -0/+1 |
| | | | | | - Use virtual_file_ex() in expand_filepath() | ||||
* | - Fix const declaratirs in virtual cwd | Zeev Suraski | 2000-04-07 | 1 | -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 Suraski | 2000-04-05 | 1 | -8/+12 |
| | | | | filenames to open) | ||||
* | - Create dtor function | Andi Gutmans | 2000-04-02 | 1 | -0/+1 |
| | |||||
* | - This version of chdir_file should be compatible with the Apache one. | Andi Gutmans | 2000-04-02 | 1 | -0/+1 |
| | |||||
* | - Move to new Zend macros | Andi Gutmans | 2000-04-01 | 1 | -5/+6 |
| | |||||
* | - PHP_WIN32 is not defined here use ZEND_WIN32 | Andi Gutmans | 2000-04-01 | 1 | -1/+1 |
| | |||||
* | - More virtual_cwd work | Andi Gutmans | 2000-04-01 | 1 | -1/+1 |
| | |||||
* | - Make php_virtual_cwd compile | Andi Gutmans | 2000-04-01 | 1 | -0/+10 |
| | |||||
* | - Need zend.h for ZTS | Andi Gutmans | 2000-04-01 | 1 | -0/+2 |
| | |||||
* | - Intermediate commit | Andi Gutmans | 2000-04-01 | 1 | -0/+40 |