1 parent 964daca commit 025e493Copy full SHA for 025e493
1 file changed
ext/ftp/tests/server.inc
@@ -449,6 +449,8 @@ if ($pid) {
449
450
if (empty($bug73457)) {
451
$pasvs = stream_socket_accept($soc,10);
452
+ } else {
453
+ $pasvs = null;
454
}
455
456
} elseif (preg_match('/^EPSV/', $buf, $matches)) {
0 commit comments