History log of /PHP-5.5/main/php.h (Results 151 – 175 of 279)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 4ada3dd3 07-Dec-2000 Sascha Schumann

Hardcode all functions which are mentioned in the Large File Support Spec

http://ewe3.sas.com/standards/large.file/specs/api+.007.html


# 1f934084 02-Dec-2000 Sascha Schumann

Noone defines PACKAGE/VERSION anymore.


Revision tags: php-4.0.4RC3
# 66d8f798 17-Nov-2000 Sascha Schumann

PHP does not care about inline at all, so get rid of this block.


# 9866d899 02-Nov-2000 Sascha Schumann

Namespace protect mergesort (caused conflict on Darwin).


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 204f4adc 07-Sep-2000 Andi Gutmans

- Smarter detection of MAXPATHLEN


# 341a0d46 04-Sep-2000 Andi Gutmans

- Found my bug and managed to move the V_* macros to TSRM


# 6c6471b1 03-Sep-2000 Andi Gutmans

- Move to virtual cwd in TSRM


Revision tags: php-4.0.2
# 0b8ca80e 27-Aug-2000 Andi Gutmans

- Remove some unused stuff.


# 989203cf 27-Aug-2000 Andi Gutmans

- Test commit msg. This is Andi and it seems to come from Zeev.


# 1f7b7352 27-Aug-2000 Zeev Suraski

- Forgot to fix non-ZTS CHDIR_FILE macro


# 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.


12345678910>>...12