History log of /PHP-8.0/ (Results 26 – 50 of 99768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c2737b4003-Jan-2023 Gabriel Caruso

[ci skip] Next release will be 8.0.28

4ce48e9a03-Jan-2023 Gabriel Caruso

[ci skip] Prepare for PHP 8.0.27 GA

cf5dac0719-Dec-2022 Christoph M. Becker

Skip newly added test on 32bit platforms

That bug didn't affect 32bit platforms, and besides, it is rather
unlikely that allocating a 2GB string works on such platforms.

05c3513719-Dec-2022 Stanislav Malyshev

Add NEWS

5f90134b19-Dec-2022 Stanislav Malyshev

Make build work with newer OpenSSL

921b681331-Oct-2022 Christoph M. Becker

Fix #81740: PDO::quote() may return unquoted string

`sqlite3_snprintf()` expects its first parameter to be `int`; we need
to avoid overflow.

72da2b0222-Nov-2022 Petr Sumbera

php-fpm: fix Solaris port events.mechanism

Closes GH-9959.

4bdfce6c21-Nov-2022 George Wang

Use __atomic_xxxx() instead of __sync_xxxx() for lsapi.

cdc0a8b013-Nov-2022 Ilija Tovilo

Add wordpress to community build

Closes GH-9942

db2d32f430-Oct-2022 Jakub Zelenka

Introduce TEST_FPM_EXTENSION_DIR for FPM tests with shared extensions

da54664111-Nov-2022 Ilija Tovilo

[skip ci] Skip function JIT in nightly for ASAN

This avoids the 6h timeout.

ac50830108-Nov-2022 Sara Golemon

Bump for 8.0.27

4c35d64403-Nov-2022 Christoph M. Becker

Don't skip test on Windows due to missing ext/posix

ext/posix is not available on Windows, but there is no need to check
for root (i.e. elevated privileges) on this platform, either.

Don't skip test on Windows due to missing ext/posix

ext/posix is not available on Windows, but there is no need to check
for root (i.e. elevated privileges) on this platform, either.

Closes GH-9886.

show more ...

1d67e34c04-Nov-2022 Arnaud Le Blanc

[ci skip] NEWS

5d1f3e0404-Nov-2022 Arnaud Le Blanc

Fix generator memory leaks when interrupted during argument evaluation (#9756)

7597007730-Oct-2022 Ilija Tovilo

Migrate i386 to GitHub actions

Closes GH-9856

d1c9ff5602-Nov-2022 Christoph M. Becker

Fix potential NULL pointer dereference Windows shm*() functions

`shm_get()` (not to be confused with `shmget()`) returns `NULL` if
reallocation fails; we need to cater to that when calli

Fix potential NULL pointer dereference Windows shm*() functions

`shm_get()` (not to be confused with `shmget()`) returns `NULL` if
reallocation fails; we need to cater to that when calling the function.

Closes GH-9872.

show more ...

2b5bed9002-Nov-2022 Derick Rethans

Updated to version 2022.6 (2022f)

8229649030-Oct-2022 Jakub Zelenka

Fix GH-9770: Add small timeout in status-listen test

This is to allow more time to switch for active to idle in scoreboard as
it seems that Travis is quite short on resources and might n

Fix GH-9770: Add small timeout in status-listen test

This is to allow more time to switch for active to idle in scoreboard as
it seems that Travis is quite short on resources and might not switch it
quickly enough.

show more ...

1c5844aa29-Oct-2022 Jakub Zelenka

Fix GH-9754: SaltStack hangs when running php-fpm 8.1.11

SaltStack uses Python subprocess and redirects stderr to stdout which is
then piped to the returned output. If php-fpm starts in

Fix GH-9754: SaltStack hangs when running php-fpm 8.1.11

SaltStack uses Python subprocess and redirects stderr to stdout which is
then piped to the returned output. If php-fpm starts in daemonized mode,
it should close stderr. However a fix introduced in GH-8913 keeps stderr
around so it can be later restored. That causes the issue reported in
GH-9754. The solution is to keep stderr around only when php-fpm runs in
foreground as the issue is most likely visible only there. Basically
there is no need to restore stderr when php-fpm is daemonized.

show more ...

9604986727-Oct-2022 Kamil Tekiela

Add NEWS entry for #9841

Closes GH-9841

e713a8e827-Oct-2022 Kamil Tekiela

Add a temporary fix for insufficient buffer size in mysqlnd (#9835)

5b60370927-Oct-2022 Kamil Tekiela

mysqli_query throws warning despite using silenced error mode (#9842)

db28ee8f26-Oct-2022 Remi Collet

move CVEs in 8.0.25 changelog

80ccaa3e24-Oct-2022 Stanislav Malyshev

Merge branch 'PHP-7.4' into PHP-8.0


12345678910>>...3991