History log of /PHP-7.4/ext/standard/basic_functions.c (Results 151 – 175 of 1360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fd5e0dc3 24-Aug-2015 Xinchen Hui

Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't working)


Revision tags: php-5.6.13RC1, php-7.0.0RC1
# 0d7159d2 15-Aug-2015 Tjerk Meesters

Fixed #70157 parse_ini_string() segmentation fault with INI_SCANNER_TYPED


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# e811770a 25-Jul-2015 Remi Collet

Fix #70112 RFE Allow dirname to go up various times


Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 73773c21 15-Jul-2015 Rasmus Lerdorf

unserialize() takes a 2nd optional arg and it can't be a bool


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# f2249bf9 30-Jun-2015 Rasmus Lerdorf

php_uname has an optional arg


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 01ceb0f7 29-Jun-2015 Rasmus Lerdorf

2nd arg of sprintf is optional


# 7ceb4747 25-Jun-2015 Rasmus Lerdorf

3rd arg to stream_set_timeout is optional
ignore_user_abort() should take a bool not a string


Revision tags: php-5.6.11RC1, php-5.5.27RC1
# 56b0d6f3 24-Jun-2015 Rasmus Lerdorf

Wrong arginfo on assert
(not adding types, just fixing a missing arg)


Revision tags: php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1
# 75286ece 21-May-2015 Anatol Belski

fix handling VAR vs VAR= in putenv

using _putenv_s eliminates behavior diff in TS/NTS


Revision tags: php-5.5.25, php-5.6.9
# f69b30ea 13-May-2015 Dmitry Stogov

Partial revert of 6a819bba40661a9a8d7080994cb2f24b73c5d46c.


Revision tags: php-5.4.41, php-5.6.9RC1
# 6a819bba 29-Apr-2015 Julien Pauli

Fix for #66048


# be9b2a95 10-May-2015 Stanislav Malyshev

Fixed bug #69418 - more s->p fixes for filenames


Revision tags: php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# 5f1b83e9 21-Feb-2015 Leigh

Improve CSPRNG implementation


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# bc54d139 13-Feb-2015 SammyK

Initial implementation for CSPRNG API


# 49cf7c5d 23-Apr-2015 Dmitry Stogov

Don't propogate "fake" EX(called_scope) and EX(This) into each internal function.
They need quite seldom and it's cheaper to get them from corresponfing upper stack frame.


# 8d219f53 14-Apr-2015 Masaki Kagaya

apply a patch


# ea09a9fa 01-Apr-2015 Dmitry Stogov

Convert fatal errors into EngineExceptions
Make zval_update_constant_ex(), zval_update_constant(), zend_update_class_constants() and zend_ast_evaluate() return SUCCESS or FAILURE.


# fd01b47b 29-Mar-2015 Ferenc Kovacs

Implemented FR #55716 - Add an option to pass a custom stream context


# 2accf544 29-Mar-2015 Anatol Belski

ifdef win only api


# 43457f96 29-Mar-2015 Kalle Sommer Nielsen

Drop old VC support (VC <= 9), for dns.c, this means that DNS_TYPE_NAPTR always is available


# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x


# 6632684e 17-Mar-2015 Stanislav Malyshev

Fix bug #69207 - move_uploaded_file allows nulls in path


# 1291d6bb 17-Mar-2015 Stanislav Malyshev

Fix bug #69207 - move_uploaded_file allows nulls in path


# 2dec2163 10-Mar-2015 Daniel Lowrey

Revert "Add stream_socket_crypto_info() function"

This reverts commit 13acb7ec653c543c56437ed417c3889fbf54f608.

With the added capability to negotiate application layer protocols

Revert "Add stream_socket_crypto_info() function"

This reverts commit 13acb7ec653c543c56437ed417c3889fbf54f608.

With the added capability to negotiate application layer protocols
via the TLS ALPN extension userland needs a method to access the
negotiated protocol on a given stream. The reverted commit added
a new stream_socket_crypto_info() function for this purpose.

This original approach was discarded in favor of using the
already-existing stream_get_meta_data() API which specifically
exists for just such purposes and requires the addition of no new
functions.

show more ...


12345678910>>...55