File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -957,11 +957,11 @@ static php_stream_wrapper_ops php_ssh2_exec_stream_wops = {
957957 NULL , /* stat_url */
958958 NULL , /* opendir */
959959 "ssh2.exec" , /* label */
960- NULL , /* unlink */
961- NULL , /* rename */
962- NULL , /* mkdir */
963- NULL , /* rmdir */
964- NULL /* stream_metadata */
960+ NULL , /* unlink */
961+ NULL , /* rename */
962+ NULL , /* mkdir */
963+ NULL , /* rmdir */
964+ NULL /* stream_metadata */
965965};
966966
967967php_stream_wrapper php_ssh2_stream_wrapper_exec = {
@@ -1103,11 +1103,11 @@ static php_stream_wrapper_ops php_ssh2_scp_stream_wops = {
11031103 NULL , /* stat_url */
11041104 NULL , /* opendir */
11051105 "ssh2.scp" , /* label */
1106- NULL , /* unlink */
1107- NULL , /* rename */
1108- NULL , /* mkdir */
1109- NULL , /* rmdir */
1110- NULL /* stream_metadata */
1106+ NULL , /* unlink */
1107+ NULL , /* rename */
1108+ NULL , /* mkdir */
1109+ NULL , /* rmdir */
1110+ NULL /* stream_metadata */
11111111};
11121112
11131113php_stream_wrapper php_ssh2_stream_wrapper_scp = {
@@ -1390,11 +1390,11 @@ static php_stream_wrapper_ops php_ssh2_tunnel_stream_wops = {
13901390 NULL , /* stat_url */
13911391 NULL , /* opendir */
13921392 "ssh2.tunnel" , /* label */
1393- NULL , /* unlink */
1394- NULL , /* rename */
1395- NULL , /* mkdir */
1396- NULL , /* rmdir */
1397- NULL /* stream_metadata */
1393+ NULL , /* unlink */
1394+ NULL , /* rename */
1395+ NULL , /* mkdir */
1396+ NULL , /* rmdir */
1397+ NULL /* stream_metadata */
13981398};
13991399
14001400php_stream_wrapper php_ssh2_stream_wrapper_tunnel = {
You can’t perform that action at this time.
0 commit comments