History log of /PHP-5.5/main/php.h (Results 226 – 250 of 279)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ccb4b183 31-Dec-1999 Zeev Suraski

Happy new year (especially to Thies :)
- Zend branch patches merged in - get the PHP tree uptodate
- Clean


# 5b2ecc5b 30-Dec-1999 Sascha Schumann

Typedef socklen_t, if it is not available


Revision tags: PRE_ISSET_TYPE
# cc205c60 21-Dec-1999 Andrei Zmievski

Correct PHP's mime type.


Revision tags: PRE_LIBZEND_TO_ZEND
# 02d3b394 17-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 8abf7246 07-Dec-1999 Sam Ruby

Provide basis for shared libraries/dlls to contain internal extensions


Revision tags: PRE_RETURN_REF_PATCH
# f3622080 04-Dec-1999 Zeev Suraski

That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compatibility defines for 4.0


# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


# 85210ed9 27-Nov-1999 Zeev Suraski

Get Win32 to compile again


# 35b30a8d 26-Nov-1999 Sascha Schumann

Add reentrant versions of ctime, localtime, gmtime, asctime.

These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each

Add reentrant versions of ctime, localtime, gmtime, asctime.

These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each access (only if ZTS is used).

To initialize/destroy the used data structures, you need to call
reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after
sapi_shutdown().

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3
# 4bb5e353 17-Nov-1999 Sascha Schumann

Add post request startup handlers. These are called at the end of the
request startup function, and can use the initialized structures like
the symbol table.


Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 5f8f410e 14-Nov-1999 Stig Bakken

@Added tmpfile() function (Stig)
Removed the mkstemp stuff and added tmpfile() function instead.


# bcb2214e 13-Nov-1999 Sascha Schumann

Improve regex library selection. It lets user specify whether they want
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache

Improve regex library selection. It lets user specify whether they want
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache in combination with
Apache 1.3.x, the default is "apache".

show more ...


Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 63d47b77 08-Nov-1999 Stig Bakken

(PHP tempnam) now uses mkstemp() if available
@- tempnam() now uses mkstemp() if available (Stig)


# cf0868fe 30-Oct-1999 Rasmus Lerdorf

Clean up regex header file mess. php.h now explicitly includes php_regex.h
and php_regex.h figures out which regex header files to include and
defines symbols that prevents other stuff from

Clean up regex header file mess. php.h now explicitly includes php_regex.h
and php_regex.h figures out which regex header files to include and
defines symbols that prevents other stuff from including the wrong versions
of regex header files.

show more ...


# ea880d2b 27-Oct-1999 Thies C. Arntzen

moved output.c into ext/standart and made it thread-safe.
moved output-buffering related functions from basic_functions to output.c
Win32 project need to be updated to reflect new position.

moved output.c into ext/standart and made it thread-safe.
moved output-buffering related functions from basic_functions to output.c
Win32 project need to be updated to reflect new position.
# i'm not really happy with this solution, but it seemed the easiest one!
# the whole output code is a bit hard to understand...
@- Output-Buffering system is now Thread-Safe. (Thies)

show more ...


# db69449d 15-Oct-1999 Andrei Zmievski

Update mergesort() proto.


# 86e031d9 15-Oct-1999 Andrei Zmievski

Added mergesort.c from FreeBSD.


# b5c3c7bf 15-Oct-1999 Thies C. Arntzen

files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf an

files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf and file-upload stuff to match the new requirements.
@- Cleaned up File-Module (Thies)

show more ...


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 96a19593 20-Sep-1999 Andi Gutmans

- Internal functions which are basic language functions should be in Zend
and not in PHP. I.e. strlen(), each(), error_reporting(), count(),
get_class_name().


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# 328d08bd 15-Sep-1999 Thies C. Arntzen

HASH_OF is usable enough (i hate duplicating macros all over the place)


# 1740e6ee 15-Sep-1999 Stig Bakken

Clean up the strlcat/strlcpy checks.


# 61a3c147 14-Sep-1999 Andi Gutmans

Add strlcpy/strlcat to the build process


# a1784083 12-Sep-1999 Zeev Suraski

Time to do that - rename the output layer prefix


# bcb00207 04-Sep-1999 Rasmus Lerdorf

Forgot one


# ce4e09da 04-Sep-1999 Zeev Suraski

This was actually intentional... put it back in and improve


12345678910>>...12