Skip to content

Commit 3896a87

Browse files
committed
Adapt no longer valid comment
Since we no longer involve PHP in the parent process, the comment is no longer true for Apache2, but we might still need this wait loop for other servers/SAPIs.
1 parent 364d0ce commit 3896a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/shared_alloc_win32.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static int create_segments(size_t requested_size, zend_shared_segment ***shared_
218218
void **wanted_mapping_base = default_mapping_base_set;
219219

220220
zend_shared_alloc_lock_win32();
221-
/* Mapping retries: When Apache2 restarts, the parent process startup routine
221+
/* Mapping retries: When the server restarts, the parent process startup routine
222222
can be called before the child process is killed. In this case, the mapping will fail
223223
and we have to sleep some time (until the child releases the mapping object) and retry.*/
224224
do {

0 commit comments

Comments
 (0)