History log of /PHP-7.4/ext/standard/basic_functions.h (Results 201 – 225 of 238)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_LIBZEND_TO_ZEND
# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# 8f17fbb9 16-Dec-1999 Andrei Zmievski

Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions.
@ Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions. (Andrei)


Revision tags: PRE_RETURN_REF_MERGE
# 1be7a8d4 14-Dec-1999 Andrei Zmievski

Moved function_exists() to Zend library.


# e911ee38 13-Dec-1999 Sascha Schumann

Make rand.c thread-safe.


# 61a6a926 12-Dec-1999 Sascha Schumann

Make filestat.c thread-safe


# d9258da4 12-Dec-1999 Sascha Schumann

@- Made pageinfo.c thread-safe (Sascha)


Revision tags: RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 3b515617 01-Dec-1999 Sascha Schumann

Make array.c thread-safe


# 6216edda 28-Nov-1999 Sascha Schumann

Make basic/string functions thread-safe


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 438addf3 13-Nov-1999 Andrei Zmievski

Split array functions into separate module.


Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 229a26a4 02-Nov-1999 Evan Klinger

(PHP getprotoby{name,number}) New Functions
@- Implemented getprotoby{name,number} (Evan)


# 92f6a8b2 01-Nov-1999 Andrei Zmievski

Added array_pad() function.
# Ignore multisort() for now.
@- Added array_pad() function. (Andrei)


# f7440c02 01-Nov-1999 Evan Klinger

(PHP getservby{name,port}) New functions.
@- Added new getservby{name,port} functions. (Evan)


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


# 21ce8b7c 26-Oct-1999 Andrei Zmievski

(PHP array_map) Away with it.


# ad84f02e 16-Oct-1999 Andi Gutmans

- Get windows version to compile again. No biggy if array_map is not #if 0'd
out even if it doesn't work.


# e74d81f2 15-Oct-1999 Andrei Zmievski

*** empty log message ***


# 738c3693 15-Oct-1999 Andrei Zmievski

@- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)


# ac997bb6 15-Oct-1999 Thies C. Arntzen

(is_resource, is_bool) new functions
@- Added is_resource(), is_bool() functions. (Thies)


# cb78ebc0 04-Oct-1999 Andrei Zmievski

Taken from PHP3 source.


# 23e8d176 01-Oct-1999 Andrei Zmievski

Added array_reverse() function.


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 8638a61d 21-Sep-1999 Thies C. Arntzen

added krsort() function


# 6735ebb2 20-Sep-1999 Andi Gutmans

- Move some more language specific functions over to Zend.
get_class() and friends.


# 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
# 4bb329ea 20-Sep-1999 Thies C. Arntzen

added array_count_values function.


# d3439023 04-Sep-1999 Rasmus Lerdorf

Catch a timeout and add user-level interface for connection handling


12345678910