History log of /PHP-8.1/UPGRADING (Results 876 – 900 of 1208)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 791c87ae 06-Aug-2014 Ferenc Kovacs

Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option"

This reverts commit a51bf0cadf7862d10b2cc19cae2c991d24d670b1.

# a51bf0ca 04-Aug-2014 Daniel Lowrey

Add SO_REUSEPORT + SO_BROADCAST support via socket stream context option

# d6cf8be0 01-Aug-2014 Andrea Faulds

NEWS and UPGRADING

# b5003c3a 26-Jun-2014 Stanislav Malyshev

more extensive note on unserialize() change

# 1b8d4695 09-Jun-2014 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
add news
Bug 49898 __getCookies() method implementation


# 9b5d56fd 09-Jun-2014 Stanislav Malyshev

add news

# e1609762 05-Jun-2014 Remi Collet

Merge branch 'PHP-5.6'

* PHP-5.6:
drop exec perm on doc files


# 6a5d5d1d 05-Jun-2014 Remi Collet

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
drop exec perm on doc files


# e31b51f9 05-Jun-2014 Remi Collet

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
drop exec perm on doc files


# 56c9e22c 05-Jun-2014 Remi Collet

drop exec perm on doc files

# 2f9766fd 12-May-2014 Yasuo Ohgaki

Update UPGRADING according to bug fix

# 27f5957e 07-May-2014 Daniel Lowrey

Bug #67224: stream_socket_enable_crypto()

- Allow crypto_method context value in stream_socket_enable_crypto()
- As of 5.6.x stream crypto type may be specified in the SSL context,

Bug #67224: stream_socket_enable_crypto()

- Allow crypto_method context value in stream_socket_enable_crypto()
- As of 5.6.x stream crypto type may be specified in the SSL context,
making the $crypto_type parameter to stream_socket_enable_crypto()
optional. This commit checks for a crypto type in the context prior
to erroring out.
- Update NEWS/UPGRADING

show more ...


# e0b9e524 01-May-2014 Bob Weinand

Merge branch 'PHP-5.6'


# d27b76a7 01-May-2014 Bob Weinand

Fixed numbering in UPGRADING file

# b93d040d 18-Apr-2014 Anatol Belski

UPGRADING note about bug #67072

# 3586d14b 18-Apr-2014 Anatol Belski

UPGRADING note about bug #67072

# 53c68811 18-Apr-2014 Anatol Belski

UPGRADING note about bug #67072

# 05dac1d0 16-Apr-2014 Anatol Belski

updated UPGRADING

# ba038302 16-Apr-2014 Anatol Belski

updated UPGRADING

# a3eafe53 13-Apr-2014 Bob Weinand

Added UPGRAING notice for bug #66015 in BC break section

# 91aa9fbb 05-Apr-2014 Kalle Sommer Nielsen

Remove call_user_method() and call_user_method_array() from master, long time deprecated in favour of call_user_func*().

# d0e31730 19-Mar-2014 Tjerk Meesters

Updated UPGRADING to add three changes

# d613b0ac 19-Mar-2014 Adam Harvey

Restore NEWS and UPGRADING for hash_equals().

# a28389b2 17-Mar-2014 Yasuo Ohgaki

Fixed typo in UPGRADING and modified php.ini-* description for encoding related changes

# 42562ee9 28-Feb-2014 Nikita Popov

Add support for PCRE marks

If a MARK is set then it will be returned in the $matches array
unter key "MARK". If no MARK is used or passed, the key will not
be set.

1...<<31323334353637383940>>...49