History log of /php-src/ext/standard/basic_functions.c (Results 126 – 150 of 1635)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# fee94da1 28-Oct-2019 Máté Kocsis

Add stubs for directory and file functions

# 6719d3e7 29-Oct-2019 Nikita Popov

Add Z_PARAM_STRING/ARRAY_OR_NULL convenience macros

Revision tags: php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1
# e35bdb49 02-Oct-2019 Nikita Popov

Add fdiv() function

The fdiv() function is part of the fmod() / intdiv() family. It
implements a floating-point division with IEEE-754 semantics.
That is, division by zero is conside

Add fdiv() function

The fdiv() function is part of the fmod() / intdiv() family. It
implements a floating-point division with IEEE-754 semantics.
That is, division by zero is considered well-defined and does not
trigger any kind of diagnostic. Instead one of INF, -INF or NAN
will be returned, depending on the case.

This is in preparation for throwing DivisionByZeroError from the
standard division operator.

show more ...

# 95181553 07-Oct-2019 Gabriel Caruso

Add missing zend_parse_parameters_none() checks

Closes GH-4796.

# c9d4696f 07-Oct-2019 Nikita Popov

Merge branch 'PHP-7.4'


# f085bddb 07-Oct-2019 Nikita Popov

Fix number of required arguments in arginfo

* pack() only requires one argument
* stream_context_set_option() only requires two arguments
* ReflectionMethod::getClosure() accepts no

Fix number of required arguments in arginfo

* pack() only requires one argument
* stream_context_set_option() only requires two arguments
* ReflectionMethod::getClosure() accepts no args for static methods
* DOMDocument::createProcessingInstruction() only requires one arg
* DOMImplementation::createDocument() only requires two arguments
* DOMDocument::importNode() only requires one arg
* mysql_get_client_version() doesn't accept any args,
despite what the docs say...

show more ...

# ef9736e0 07-Oct-2019 theodorejb

Convert string function arginfo to PHP stubs

# 647b1c7f 07-Oct-2019 Nikita Popov

Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()

As ZPP now throws, it makes no sense to specify an explicit return
value.

Revision tags: php-7.4.0RC3
# 1cde9e85 30-Sep-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.2.23
# 1806ce9c 24-Sep-2019 Nikita Popov

Add max_depth option to unserialize()

Add a max_depth option to unserialize and an unserialize_max_depth
ini setting, which can be used to control the depth limit. The
default value

Add max_depth option to unserialize()

Add a max_depth option to unserialize and an unserialize_max_depth
ini setting, which can be used to control the depth limit. The
default value is 4096.

This option is intended to prevent stack overflows during the
unserialization of deeply nested structures.

This fixes bug #78549 and addresses oss-fuzz #17581, #17589, #17664,
and #17788.

show more ...

# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.

Revision tags: php-7.3.10
# 96840a28 18-Sep-2019 Nikita Popov

Add debugging code to usleep()

To see if intermittent CI failures are caused by a signal interrupt.

Revision tags: php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# d2210dc2 25-Aug-2019 Burak Çakırel

Add assert arginfo stubs

Closes GH-4619.

# d5f42d68 26-Aug-2019 Theodore Brown

Convert remaining array function arginfo to PHP stubs

# b9c961e1 25-Aug-2019 Olumide Samson

Add some header and html function stub

Revision tags: php-7.4.0beta4
# baeb10d7 19-Aug-2019 inem0o

Add sha1 arginfo stubs

# 8150c65a 19-Aug-2019 inem0o

Add pageinfo arginfo stubs

# b7c4d8e8 19-Aug-2019 inem0o

Add metaphone arginfo stubs

# ff7900f5 16-Aug-2019 inem0o

Add md5 arginfo stubs

# f795bdfd 16-Aug-2019 inem0o

Add lcg arginfo stubs

# f1eca428 16-Aug-2019 inem0o

Add ftok arginfo stubs

# e2b0fb94 14-Aug-2019 Theodore Brown

Add hrtime arginfo stubs

Revision tags: php-7.2.22RC1, php-7.3.9RC1
# ffffaf12 11-Aug-2019 jason-liew

add some stubs for array func in basic_functions

# 8c927442 13-Aug-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 1dc88ff6 13-Aug-2019 Islam Israfilov

Add inet_ntop and inet_pton stubs

12345678910>>...66