Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - More fixes | Andi Gutmans | 2000-04-05 | 1 | -4/+12 | |
| | ||||||
* | - Fix | Andi Gutmans | 2000-04-05 | 1 | -4/+1 | |
| | ||||||
* | Fix a problem with the virtual directory mechanism (corruption of the ↵ | Zeev Suraski | 2000-04-05 | 1 | -10/+16 | |
| | | | | filenames to open) | |||||
* | - Create dtor function | Andi Gutmans | 2000-04-02 | 1 | -2/+15 | |
| | ||||||
* | - This version of chdir_file should be compatible with the Apache one. | Andi Gutmans | 2000-04-02 | 1 | -0/+18 | |
| | ||||||
* | - A bit more cleanups. | Andi Gutmans | 2000-04-02 | 1 | -16/+20 | |
| | | | | | | - Need to implement virtual_chdir_file() to replace chdir_file() in sapi/apache so that we can start testing apache and debug it. | |||||
* | - Virtual cwd compiles now (need to uncomment #define in php.h for it to | Andi Gutmans | 2000-04-02 | 1 | -1/+1 | |
| | | | | | | be enbaled right now). It seems to work very basic stuff | |||||
* | - Move to new Zend macros | Andi Gutmans | 2000-04-01 | 1 | -9/+5 | |
| | ||||||
* | - PHP_WIN32 is not defined here use ZEND_WIN32 | Andi Gutmans | 2000-04-01 | 1 | -5/+5 | |
| | ||||||
* | - More virtual_cwd work | Andi Gutmans | 2000-04-01 | 1 | -2/+24 | |
| | ||||||
* | - Make php_virtual_cwd compile | Andi Gutmans | 2000-04-01 | 1 | -0/+7 | |
| | ||||||
* | - | Andi Gutmans | 2000-04-01 | 1 | -1/+0 | |
| | ||||||
* | - Intermediate commit | Andi Gutmans | 2000-04-01 | 1 | -26/+42 | |
| | ||||||
* | - Support getcwd() semantics. | Andi Gutmans | 2000-03-25 | 1 | -3/+27 | |
| | | | | | - We need to change this whole business to work with ZTS globals | |||||
* | - Quick fopen() support. The code needs some cleaning up and we might | Andi Gutmans | 2000-03-19 | 1 | -2/+25 | |
| | | | | | | need to think of performance issues with the strdup()'s (definitely use strndup() and maybe try to do with less string copies). | |||||
* | - Fix Win32 compile | Andi Gutmans | 2000-03-17 | 1 | -0/+1 | |
| | ||||||
* | - Last one for today. | Andi Gutmans | 2000-03-16 | 1 | -2/+12 | |
| | ||||||
* | - Allow passing of a verify function. This way we can easily create | Andi Gutmans | 2000-03-16 | 1 | -5/+21 | |
| | | | | | chdir() and expandpath() wrappers. | |||||
* | Cleanup | Sascha Schumann | 2000-03-16 | 1 | -3/+2 | |
| | ||||||
* | Merge in local changes | Sascha Schumann | 2000-03-16 | 1 | -38/+50 | |
| | ||||||
* | - php_is_dir_ok() should work on Windows now. | Andi Gutmans | 2000-03-16 | 1 | -2/+5 | |
| | ||||||
* | - Fix a leak (I think) | Andi Gutmans | 2000-03-16 | 1 | -5/+6 | |
| | ||||||
* | - Make it compile on Windows. | Andi Gutmans | 2000-03-16 | 1 | -4/+11 | |
| | ||||||
* | Use old_state | Sascha Schumann | 2000-03-16 | 1 | -1/+1 | |
| | ||||||
* | (php_check_dots) we don't need len | Sascha Schumann | 2000-03-16 | 1 | -3/+1 | |
| | ||||||
* | virtual_chdir: | Sascha Schumann | 2000-03-16 | 1 | -35/+146 | |
| | | | | | | | | | * added error handling * fixed the special case where there were more DIRECTORY_UPs than directory parts (i.e. cwd is d:\foo and path is ../..) * no spaces between # and preprocessor directive - breaks some compilers # added directory-existence check (not activated) | |||||
* | - Add initial virtual_getcwd() and virtual_chdir() for discussing with the | Andi Gutmans | 2000-03-16 | 1 | -0/+112 | |
rest of the folks |