History log of /PHP-5.4/main/php.h (Results 176 – 200 of 270)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 617266e3 23-May-2000 Andi Gutmans

- Virtual current working directory is now enabled
- Added support for mkdir()/rmdir() and more


# 521f03c1 23-May-2000 Andi Gutmans

- Support virtual unlink()


Revision tags: php-4.0.0
# 0f82e6de 19-May-2000 Zeev Suraski

Minor output mods


# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# e13285de 30-Apr-2000 Andi Gutmans

- Take Sascha's advice and create on V_OPEN() which replaces open().
- Unlike the other macros its argument has to have braces around it, for
- example, open(filename, flags) becomse V_OPEN((

- Take Sascha's advice and create on V_OPEN() which replaces open().
- Unlike the other macros its argument has to have braces around it, for
- example, open(filename, flags) becomse V_OPEN((filename, flags))
- Made small conversion to new Zend macros. The ugly (*foo)->value.str.val
- now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist
- single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).

show more ...


# f1d5167a 29-Apr-2000 Andi Gutmans

- Implement V_OPEN() V_OPEN_CREAT() and V_CREAT().
Next step is to substitute all open()'s and creat()'s in the PHP tree


# 1a8683f9 29-Apr-2000 Zeev Suraski

- Never mind. Seems like we're still missing the open() functionality


# aecae7c3 29-Apr-2000 Zeev Suraski

- Give VIRTUAL_DIR another try after testing it extensively on our web site


# 39aa59bd 27-Apr-2000 Zeev Suraski

More error handling work (still completely disabled)


# c0919bbd 20-Apr-2000 Andi Gutmans

- virtual_lstat() doesn't exist on Windows.


# 503bb3be 20-Apr-2000 Andi Gutmans

- Export strlcat()/strcpy() for Frank.
- Windows doesn't have lstat().


# 883bd2b1 20-Apr-2000 Zeev Suraski

- Fix virtual cwd bug
- Add more V_STAT() V_LSTAT() changes


# e40268d0 20-Apr-2000 Andi Gutmans

- Add missing V_STAT()


# 1665cba7 15-Apr-2000 Andi Gutmans

- Change PHP_ to V_ (directory & file functions)


# 7f543188 11-Apr-2000 Andi Gutmans

- Turn off VIRTUAL_DIR by default


# c981be0b 09-Apr-2000 Andi Gutmans

- Don't need to extern functions
- Use virtual_file_ex() in expand_filepath()


# 95f45d6c 08-Apr-2000 Andi Gutmans

- Make all CVS users use the new virtual dir support.
Will probably disable this for the release.


# f118d947 07-Apr-2000 Andi Gutmans

- This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it
should always be enabled.


# 89f99967 07-Apr-2000 Andi Gutmans

- Add wddx support to the default build


# d8e64d62 02-Apr-2000 Andi Gutmans

- This version of chdir_file should be compatible with the Apache one.


# 6a2da70f 02-Apr-2000 Andi Gutmans

- Virtual cwd compiles now (need to uncomment #define in php.h for it to
be enbaled right now).
It seems to work very basic stuff


# 9c3d6304 30-Mar-2000 Andi Gutmans

- Hopefully got most of them. We also need a chdir_file function like
for Apache.


# f9547241 30-Mar-2000 Andi Gutmans

- Fix another bug in session.c
- Start using the new PHP_GETCWD() and co. macros


Revision tags: PHP-4.0-RC1
# 863e6fd2 25-Mar-2000 Zeev Suraski

- Update dsp
- Remove unnecessary includes


# bb09ee95 12-Mar-2000 Sascha Schumann

Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.


1234567891011