Skip to content

[pull] master from php:master - #1123

Merged
pull[bot] merged 2 commits into
turkdevops:masterfrom
php:master
Jul 26, 2026
Merged

[pull] master from php:master#1123
pull[bot] merged 2 commits into
turkdevops:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented Jul 26, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

iluuu1994 and others added 2 commits July 25, 2026 22:48
* Fix run-tests.php --file-cache-prime with multiple workers

We want to remove the directory only before running tests, rather than for every
test. That causes races, but also defeats the purpose of priming the cache.

* Move opcache.opt_debug_level tests

These need to live in ext/opcache/tests to be skipped by run-tests.php for the
--file-cache-use tests, which won't compile the files and thus won't dump the
output.

* Mark preloading test as opcache.file_cache_only=0

Preloading requires shm.
This builds on the session resumption support to let clients send and
servers accept TLS 1.3 early data through the stream SSL context.

Clients set the early_data context option (a string) to send 0-RTT data,
which is only sent when the resumed session allows it. Servers enable
acceptance with max_early_data and receive the data through the
early_data_cb callback, so nothing is buffered on the stream. The outcome
is reported as 'accepted', 'rejected' or 'not_sent' in the early_data key
of the crypto stream_get_meta_data() array.

Enabling early data also shares the server SSL_CTX across accepted
connections and keeps the session cache on, both of which 0-RTT
resumption requires.
@pull pull Bot locked and limited conversation to collaborators Jul 26, 2026
@pull pull Bot added the ⤵️ pull label Jul 26, 2026
@pull
pull Bot merged commit f465d35 into turkdevops:master Jul 26, 2026
1 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants