Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 24 of 24) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt106 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
111 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
116 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
121 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
126 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
131 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
136 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
141 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
158 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
163 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
[all …]
H A Dfopen_variation15-win32.phpt110 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
115 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
120 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
125 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
130 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
135 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
140 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
145 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
162 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
167 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
[all …]
H A Dfopen_variation14.phpt98 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
103 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
108 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
113 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
122 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
127 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
H A Dfopen_variation15.phpt102 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
107 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
112 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
117 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
126 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
131 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt45 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
56 Received Ping! from remote address 127.0.0.1 and remote port 1223
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
58 Received Ping! from remote address ::1 and remote port 1223
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
59 Received Ping! from remote address ::1 and remote port 1223
H A Dsocket_strerror.phpt91 string(16) "Object is remote"
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c856 char *local, *remote; in PHP_FUNCTION() local
919 char *local, *remote; in PHP_FUNCTION() local
1029 char *remote; in PHP_FUNCTION() local
1047 startpos = ftp_size(ftp, remote); in PHP_FUNCTION()
1057 if (!ftp_put(ftp, remote, stream, xtype, startpos TSRMLS_CC)) { in PHP_FUNCTION()
1076 char *remote; in PHP_FUNCTION() local
1094 startpos = ftp_size(ftp, remote); in PHP_FUNCTION()
1125 char *remote, *local; in PHP_FUNCTION() local
1149 startpos = ftp_size(ftp, remote); in PHP_FUNCTION()
1178 char *remote, *local; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt9 // Run test only locally - not against remote hosts
15 die("skip Cannot detect if test is run against local or remote database server");
17 die("skip Test cannot be run against remote database server");
H A Dpdo_mysql_prepare_load_data.phpt9 // Run test only locally - not against remote hosts
15 die("skip Cannot detect if test is run against local or remote database server");
17 die("skip Test cannot be run against remote database server");
/PHP-5.5/ext/snmp/tests/
H A DREADME12 SNMP_HOSTNAME : IPv4 of remote SNMP agent
13 SNMP_HOSTNAME : IPv6 or remote SNMP agent
/PHP-5.5/
H A Dmakedist70 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
H A DINSTALL606 Connecting to remote FCGI instances
608 Fastcgi instances can be spawned on multiple remote machines in order
611 Example #3 Connecting to remote php-fastcgi instances
H A DNEWS396 . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability).
443 . Fixed bug #69218 (potential remote code execution with apache 2.4
2613 . Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
3775 . Fixed arbitrary remote code execution vulnerability reported by Stefan
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt22 /* could be a remote TCP/IP connection. LOCAL INFILE may not work */
24 die("skip LOAD DATA LOCAL INFILE will fail if connecting to remote MySQL");
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_privileged.phpt13 …die("skip this test is unlikely to work with a remote database - unless an Oracle password file ha…
H A Dlob_029.phpt12 die("skip this test won't work with remote Oracle");
/PHP-5.5/ext/openssl/tests/
H A Dsni_001.phpt6 if (!getenv('SNI_TESTS')) die("skip Set SNI_TESTS to enable this test (uses remote resources)");
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI37 If your web server sits on a remote host, you can make FastCGI listen
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc202 fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in420 ; %R: remote IP address
428 ; %u: remote user
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch825 /* Format remote user. */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic18399 >8 short 7959 GroupWise admin remote host database

Completed in 551 milliseconds