History log of /PHP-5.5/main/php.h (Results 176 – 200 of 279)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 02c42362 12-Jun-2000 Andi Gutmans

- Start of popen() fix for UNIX. Still unclear what we'll do on Windows.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# d180634e 08-Jun-2000 Sascha Schumann

Add PHP_BROKEN_SPRINTF check here.

Also remove unnecessary #ifdef's for PACKAGE and VERSION.


# 5af7dff7 04-Jun-2000 Stanislav Malyshev

add opendir to VIRTUAL_DIR


# 06388f51 02-Jun-2000 Zeev Suraski

Use the new error code
@- Added set_error_handler() to allow custom error handling functions,
@ instead of the built-in error handling code (Zeev, Zend Engine)
@- Renamed user_error() to

Use the new error code
@- Added set_error_handler() to allow custom error handling functions,
@ instead of the built-in error handling code (Zeev, Zend Engine)
@- Renamed user_error() to trigger_error(); user_error() remains
@ defined for compatibility (Zeev, Zend Engine)

show more ...


# ae1043ba 29-May-2000 Hartmut Holzgraefe

warn_not_available() will be used by other modules besides
ext/standard in the (very near) future


# 949574d0 29-May-2000 Zeev Suraski

Remove stale reference to .h file


# fb39eda0 27-May-2000 Hartmut Holzgraefe

a second (cleaner?) try on warnings about unsupported functions


# afccb586 27-May-2000 Andi Gutmans

- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these
- functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()


# 69d1e788 26-May-2000 Hartmut Holzgraefe

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
inst

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
instead of just beeing undefined
i had already changed this in 'gd', now this is doing it for 'standard'

show more ...


# 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()


12345678910>>...12