History log of /PHP-8.0/ (Results 76 – 100 of 99768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b43e494324-Apr-2022 Michael Voříšek

Prepare for Windows CI with Github Actions

26499f5306-Oct-2022 Ilija Tovilo

Add empty default params to nightly linux matrix

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations

> For each obje

Add empty default params to nightly linux matrix

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations

> For each object in the include list, the key:value pairs in the object will be
> added to each of the matrix combinations if none of the key:value pairs
> overwrite any of the original matrix values.

Hopefully this change can avoid that.

show more ...

499fbcd629-Sep-2022 George Peter Banyard

Actually fix GH-9583

The issue is that PS(mod)->s_validate_sid is always defined for user modules, thus we need to check that the actual callable is set
Add another regression test to en

Actually fix GH-9583

The issue is that PS(mod)->s_validate_sid is always defined for user modules, thus we need to check that the actual callable is set
Add another regression test to ensure current working behaviour is not broken (which was by the previous incorrect fix)

Closes GH-9638

show more ...

072dc3c805-Oct-2022 Dmitry Stogov

Fix typo

ed652a5103-Oct-2022 Dmitry Stogov

Fix register allocation (missing store)

This fixes oss-fuzz #52022

5ca4113303-Oct-2022 Dmitry Stogov

Fix abstract trace consisency for FE_FETCH instruction

33375e9201-Oct-2022 Arnaud Le Blanc

[ci skip] NEWS

80232de001-Oct-2022 Arnaud Le Blanc

Return immediately when FD_SETSIZE is exceeded (#9602)

c58241a023-May-2022 Andy Postnikov

Make socket path shorter for ext/sockets/tests/socket_cmsg_{rights|credentials}.phpt

When running in CI it fails when path/address is longer 108

b0cc5ed930-Sep-2022 Remi Collet

add missing CVEs

257f108929-Sep-2022 David Carlier

fix php_init_crypt_r/php_shutdown_crypt_r signatures warning.

8e1cef4329-Sep-2022 Jakub Zelenka

Do not check X-Powered-By header in FPM tester if expose_php off

Closes GH-9508

1ed4303929-Sep-2022 Jakub Zelenka

Improve CS in FPM Tester Response

f3dba7e629-Sep-2022 Ilija Tovilo

[skip ci ] Rename matrix-include output on old branches

Otherwise we have a discrepancy of the output name between
master:nightly.yml and branch:nightly_matrix.php.

d16b5d3829-Sep-2022 Derick Rethans

Updated to version 2022.4 (2022d)

f49709a529-Sep-2022 Ilija Tovilo

Skip Symfony preloading for PHP-8.0

e6a822d427-Sep-2022 Athos Ribeiro

Revert unintended test expectation change

Commit fbe3059 included an unintended change to the test which checks if
dns_get_record populates its additional parameter. This patch reverts

Revert unintended test expectation change

Commit fbe3059 included an unintended change to the test which checks if
dns_get_record populates its additional parameter. This patch reverts
such change.

The issue was not detected by the CIs because their tests run in
the --offline mode, and the test in question needs internet connection.

Closes GH-9625.

show more ...

f518ae5027-Sep-2022 Ilija Tovilo

And also update the branch ref...

03a48b1227-Sep-2022 Ilija Tovilo

Fix PHP-8.0 skipping for community steps

github.ref refers to master here, even for other branches.

809176da27-Sep-2022 Christoph M. Becker

Fix new bug81726.phpt for PHP 8.0

The error message has slightly changed, so we adapt our expectations.

1e8fa66004-Sep-2022 Jakub Zelenka

Rework FPM tests logging for better debugging

3477499d27-Sep-2022 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix regression introduced by fixing bug 81726


432bf19627-Sep-2022 Christoph M. Becker

Fix regression introduced by fixing bug 81726

When a tar phar is created, `phar_open_from_fp()` is also called, but
since the file has just been created, none of the format checks can

Fix regression introduced by fixing bug 81726

When a tar phar is created, `phar_open_from_fp()` is also called, but
since the file has just been created, none of the format checks can
succeed, so we continue to loop, but must not check again for the
format. Therefore, we bring back the old `test` variable.

Closes GH-9620.

show more ...

8b11525424-Sep-2022 George Peter Banyard

Fix GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() method

def8c8d127-Sep-2022 Derick Rethans

Merge branch 'PHP-7.4' into PHP-8.0


12345678910>>...3991