History log of /PHP-7.1/main/php.h (Results 201 – 225 of 319)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 39770d99 27-Aug-2000 Andi Gutmans

- Try and fix problem with opening wrong file.


# 2eb8688f 27-Aug-2000 Sascha Schumann

Refine PHP_STRLCPY comment


# 365edadd 27-Aug-2000 Sascha Schumann

Add PHP_STRLCPY macro. This macro should be used in new code instead of
strlcpy/strlcat which are intended for fixing broken code.


# c542f9a3 24-Aug-2000 Zeev Suraski

- Fix IMAP build problem
- Allow external DLLs to use warn_not_available


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 8e0ae5d1 21-Aug-2000 Sascha Schumann

Cleaning up some mess


# c7999595 20-Aug-2000 Andi Gutmans

- Change PHP_SEPARATOR to PHP_DIR_SEPARATOR


# c8b8a908 20-Aug-2000 Sascha Schumann

Provide PHP_SEPARATOR which expands to the default directory separator
on the target platform.


# c86ec8b1 20-Aug-2000 Sascha Schumann

Add virtual_real_chdir_file. Silly name for a useful function.


# 26300a8e 10-Aug-2000 Andi Gutmans

- Move compat macros to php3_compat.h


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 10f30009 06-Aug-2000 Stanislav Malyshev

fix stupid bug


# c756ae2d 06-Aug-2000 Andi Gutmans

Virtualize realpath, chmod, chown and utime
This should fix #5935 and #5904
@- Virtualize realpath, chmod, chown and utime (Stas)


# a8f0c5a3 06-Aug-2000 Rasmus Lerdorf

decouple this check just in case we hit a weird system that has one
and not the other. And we specifically check for this, so we should
use the information.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 16017f6d 02-Jul-2000 Sascha Schumann

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either an

Change header protection macros to conform to standard.

Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"

All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.

show more ...


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 4b5e7d66 24-Jun-2000 Andi Gutmans

- Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.
- Mutex popen() in Windows as the UNIX trick doesn't work there.


# 719d995a 12-Jun-2000 Andi Gutmans

- On UNIX support popen() which works with current working directory
- when in VIRTUAL_DIR mode.


# 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


12345678910>>...13