History log of /PHP-7.2/ (Results 251 – 275 of 83797)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
199eb2b110-Jun-2019 Dmitry Stogov

Fixed possible misalignment in 32-bit build.

65ada39309-Jun-2019 Peter Kokot

Extend wildcard files section in EditorConfig [ci skip]

Changes:
- Trim trailing whitespace for all files except patches. There isn't
really any practical reason to not trim the tr

Extend wildcard files section in EditorConfig [ci skip]

Changes:
- Trim trailing whitespace for all files except patches. There isn't
really any practical reason to not trim the trailing whitespace in all
other files. Binary files or phpt files that include trailing
whitespace as part of the test should be manually set in editors/IDEs
or by disabling the editorconfig for particular editing.
- Add *.ac, *.d, *.l, *.skl, *.re, *.wsdl, *.dtd, *.html, *.rng, *.xml,
*.xsd, *.xsl, buildconf, and Makefile* files settings.

Closes #4156

show more ...

10b208f207-Jun-2019 Dmitry Stogov

Restored NEWS entry

d7c7522b07-Jun-2019 Nikita Popov

Enable STRICT_TRANS_TABLES in new test

The part testing error cases relies on this.

83cdb89f07-Jun-2019 Dmitry Stogov

Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)

7d1aa75306-Mar-2019 Cameron Porter

Fixed bug #38546

Properly support binding boolean parameters with emulated prepared
statements disabled. Also add the necessary mysqlnd support for
MYSQL_TYPE_TINY.

2df3294206-Jun-2019 Christoph M. Becker

Fix test regarding Unix Domain Sockets on Windows

Recent Windows versions actually support Unix Domain Sockets. Cf.
<https://github.com/curl/curl/pull/3939>.

f4474e5705-Jun-2019 Joe Watkins

fix flaky posix test

a3e6b50404-Jun-2019 Nikita Popov

Fixed bug #78050

This is a backport of a9821255612a99f9773c3601ff1914de4e7a7e32.

2d3bc71e04-Jun-2019 Nikita Popov

Reload tsrmls_id in release builds as well

If TSRM is shut down and started again (something that phpdbg does),
then tsrmls_id needs to be reloaded everywhere. As tsrmls_id
update is

Reload tsrmls_id in release builds as well

If TSRM is shut down and started again (something that phpdbg does),
then tsrmls_id needs to be reloaded everywhere. As tsrmls_id
update is a rare operation, doing that shouldn't be a problem.

show more ...

ac60007b03-Jun-2019 Nikita Popov

Clear errors after SSL_CTX_load_verify_locations()

We report our own errors here. Make sure these don't clog up the
error queue.

2e02579402-Jun-2019 Jakub Zelenka

Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)

It also fixes invalid setting of tag length

59b0b38d01-Jun-2019 Anatol Belski

Update SDK version for AppVeyor

ee153deb01-Jun-2019 Anatol Belski

Change ZPP only if compiled with ICU >= 64

b01d9fda31-May-2019 Nikita Popov

Update tests for ICU 64

(cherry picked from commit 8a8bc5c4529223ecf4f421b1bed03618f7394335)

d293f6dc31-May-2019 Anatol Belski

Fix var name

Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1, php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28
8b53c72320-Feb-2018 Craig Duncan

Add a test for bug #65672

dc586bff20-Feb-2018 Craig Duncan

Ensure the internal properties cannot be overwritten

5d67271d28-May-2019 Craig Duncan

Add tests for DatePeriod properties

3051147029-May-2019 Remi Collet

add NEWS entries for sec fix

7821cc3b29-May-2019 Joe Watkins

disabled functions must not have return type

59dfaa3f28-May-2019 Nikita Popov

Fix type inference of SEND_UNPACK with empty array

An empty array will not be turned into an array of references.
This violated the invariant than an array has values iff it has
keys.

5533f24928-May-2019 Joe Watkins

bump version after release

fbb6a27228-May-2019 Stanislav Malyshev

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix bug #77967 - Bypassing open_basedir restrictions via file uris


c34895e828-May-2019 Stanislav Malyshev

Fix bug #77967 - Bypassing open_basedir restrictions via file uris

1...<<11121314151617181920>>...3352