mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Fix typo
This commit is contained in:
commit
f07f3b4078
@ -9,7 +9,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
|
||||
--FILE--
|
||||
<?php
|
||||
$serverCode = <<<'CODE'
|
||||
$serverUri = "tcp://128.0.0.1:64326";
|
||||
$serverUri = "tcp://127.0.0.1:64326";
|
||||
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
|
||||
$serverCtx = stream_context_create();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user