History log of /PHP-7.1/ext/standard/basic_functions.c (Results 951 – 975 of 1271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 01ac2005 23-Mar-2001 Romolo Manfredini

Added target ownership check in function copy for safe_mode operations


# 90f3e09f 22-Mar-2001 Sean Bright

Fixed prototype.


# e2495451 21-Mar-2001 Sean Bright

Fix for bug #9698.
# Anyone that can think of a way to fix long2ip(), feel free.


Revision tags: php-4.0.5RC2
# d9aa966a 19-Mar-2001 Andrei Zmievski

@- Added array_map() function that applies a callback to the elements
@ of given arrays and returns the result. It can also be used with a
@ null callback to transpose arrays. (Andrei)


# 770c6612 16-Mar-2001 Andrei Zmievski

@- Added array_filter(), which allows filtering of array elements via
@ the specified callback. (Andrei)


# 88f41b4e 16-Mar-2001 foobar

This has got to be the last one..


Revision tags: php-4.0.5RC1
# d73ef124 12-Mar-2001 Andrei Zmievski

@- Added array_reduce(), which allows iterative reduction of an array
@ to a single value via a callback function. (Andrei)
- Added array_reduce(), which allows iterative reduction of an arr

@- Added array_reduce(), which allows iterative reduction of an array
@ to a single value via a callback function. (Andrei)
- Added array_reduce(), which allows iterative reduction of an array
to a single value via a callback function.
- Fixed usage of zend_is_callable() in PCRE.

show more ...


# 6795032c 11-Mar-2001 foobar

HAVE_BINDLIB --> HAVE_LIBBIND


# 8d677828 09-Mar-2001 Andrei Zmievski

@- Fixed argument checking for call_user_func* functions and allowed
@ specifying array($obj, 'method') syntax for call_user_func_array. (Andrei)


# 0117c784 04-Mar-2001 Zeev Suraski

this function will never return true...


# 80cdb812 02-Mar-2001 Andrei Zmievski

@- Forced call_user_method() and call_user_method_array() to take the
@ object argument by reference. (Andrei)
* Forced call_user_method() and call_user_method_array() to take the
obje

@- Forced call_user_method() and call_user_method_array() to take the
@ object argument by reference. (Andrei)
* Forced call_user_method() and call_user_method_array() to take the
object argument by reference.
* Also cleaned up the protos for those functions and brought
call_user_method_array() into functional equivalence with
call_user_method().

show more ...


# 95b3347d 26-Feb-2001 Sascha Schumann

Provide proper function aliases, if the sendmail functions
don't exist.

Submitted by: Nadir Amra <amra@us.ibm.com>


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# a40ee1f1 24-Feb-2001 Sascha Schumann

Actually compile on systems without syslog.

PR: #9412


# 1424e363 20-Feb-2001 Andrei Zmievski

Rename to array_search().


# 1888a98a 20-Feb-2001 Jason Greene

Moved the core of in_array into the function php_search_array, which is called by
in_array and search_array (new)

@ Added search_array which works similar to in_array but returns
@ t

Moved the core of in_array into the function php_search_array, which is called by
in_array and search_array (new)

@ Added search_array which works similar to in_array but returns
@ the key instead of a boolean. (jason@php.net)

show more ...


# 637e8e14 15-Feb-2001 Sascha Schumann

There might be more systems which do not support chroot, so we check
for the existence of it.

Additionally, if chroot is not supported, the warn_not_available function
is invoked now.


# 8cef8a9c 15-Feb-2001 Derick Rethans

- chroot does not work on windows


# 4a54a15f 14-Feb-2001 Derick Rethans

- Added the chroot function for changing root in a script.
#- This can be usefull when using PHP in a shell environment, or when PHP
# runs as CGI which needs a little more security


# bf846182 05-Feb-2001 Zeev Suraski

Fix Windows build


# 5355703c 05-Feb-2001 Andrei Zmievski

Allow calling static methods via call_user_method_* functions.


# 83cf6629 21-Jan-2001 Rasmus Lerdorf

@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus


# 457888ac 17-Jan-2001 Sean Bright

Put these back where they belong. They weren't necessary unless ZTS and
HAVE_LOCALECONV were both defined.


# a588d655 17-Jan-2001 Sean Bright

Added string comparison function strcoll(). It uses the current locale to
do the comparisons.
@- Added localeconv() and strcoll() functions for localization. (Sean)


# 40f35242 14-Jan-2001 Sean Bright

Added localeconv() function. Operates similarly to localeconv() defined in
locale.h. Should work well under non-ZTS as well as ZTS.


1...<<31323334353637383940>>...51