History log of /php-src/ext/standard/basic_functions.c (Results 151 – 175 of 1635)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# fdfc7ea9 13-Aug-2019 Nikita Popov

Don't return persistent string from get_cfg_var()

This is not thread-safe.

# ccf79547 12-Aug-2019 inem0o

Add crypt() function's stub

Closes GH-4515.

# fb363f7f 12-Aug-2019 inem0o

add syslog arginfo stubs

# 1376f61a 11-Aug-2019 inem0o

Add crc32 stub

# b98bc5bd 10-Aug-2019 inem0o

Add base64_encode / base64_decode stubs

Closes GH-4504.

# d9e2d185 10-Aug-2019 Nikita Popov

Add some basic_functions stubs

Revision tags: php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3
# 33886f71 18-Jun-2019 Nikita Popov

Generate arginfo from PHP stub files

Signature stubs for internal functions are specified in xyz.stub.php,
from which we generate actual arginfo structures in xyz_arginfo.h.
This fil

Generate arginfo from PHP stub files

Signature stubs for internal functions are specified in xyz.stub.php,
from which we generate actual arginfo structures in xyz_arginfo.h.
This file then needs to be included in the implementation appropriately.

Arginfo from stubs can be regenerated using scripts/dev/gen_stub.php.
However, this should also automatically happen when the stub file is
modified.

show more ...

# 36db71df 22-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 964de035 12-Jul-2019 Nikita Popov

Deprecate restore_include_path()

# b3668aab 12-Jul-2019 Nikita Popov

Deprecate convert_cyr_string()

# 4e190691 11-Jul-2019 Nikita Popov

Deprecate is_real() function

# b1cdf066 11-Jul-2019 Nikita Popov

Deprecate money_format()

# 4e4d8a4a 11-Jul-2019 Nikita Popov

Deprecate hebrevc()

# e9e2fa4a 11-Jul-2019 Nikita Popov

Deprecate ezmlm_hash()

# b2ea507b 11-Jul-2019 Nikita Popov

Deprecate get_magic_quotes_gpc() and get_magic_quotes_runtime()

# 3faa903d 16-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 49bac9b7 16-Jul-2019 Nikita Popov

Introduce zend_stream_init_filename()

Avoid more ad-hoc initialization of zend_file_handle structures.

# 7f994990 27-Jun-2019 Peter Kokot

Merge branch 'PHP-7.4'

* PHP-7.4:
Remove HAVE_STRCOLL check


# 638c2176 23-Jun-2019 Peter Kokot

Remove HAVE_STRCOLL check

The strcoll function is defined in the C89 standard and should be
on today's systems always available via the <string.h> header.

https://port70.net/~ns

Remove HAVE_STRCOLL check

The strcoll function is defined in the C89 standard and should be
on today's systems always available via the <string.h> header.

https://port70.net/~nsz/c/c89/c89-draft.html#4.11.4.3

- Remove also SKIPIF strcoll check in test

show more ...

Revision tags: php-7.3.7RC2, php-7.2.20RC2
# 3d759e11 16-Jun-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Use uint64_t for time_sleep_until calculations


# 4befe320 16-Jun-2019 Nikita Popov

Use uint64_t for time_sleep_until calculations

Revision tags: php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1
# d3ed9d81 05-Jun-2019 Nikita Popov

Make sure array_splice() always returns an array

Return an array even if the return value isn't used. This allows us
to add the arginfo return type.

# 7686b0b8 05-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16
# a31f4642 26-Feb-2019 Nikita Popov

Allow exceptions in __toString()

RFC: https://wiki.php.net/rfc/tostring_exceptions

And convert some object to string conversion related recoverable
fatal errors into Error excep

Allow exceptions in __toString()

RFC: https://wiki.php.net/rfc/tostring_exceptions

And convert some object to string conversion related recoverable
fatal errors into Error exceptions.

Improve exception safety of internal code performing string
conversions.

show more ...

# 192170a3 29-May-2019 Gabriel Caruso

Add return type to some array_* functions

12345678910>>...66