Home
last modified time | relevance | path

Searched refs:server (Results 76 – 100 of 471) sorted by relevance

12345678910>>...19

/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2319 if(server) { in XMLRPC_ServerCreate()
2320 Q_Init(&server->methodlist); in XMLRPC_ServerCreate()
2321 Q_Init(&server->docslist); in XMLRPC_ServerCreate()
2324 xsm_register(server); in XMLRPC_ServerCreate()
2326 return server; in XMLRPC_ServerCreate()
2380 if(server) { in XMLRPC_ServerDestroy()
2397 if(server->xIntrospection) { in XMLRPC_ServerDestroy()
2403 my_free(server); in XMLRPC_ServerDestroy()
2433 if(server && name && cb) { in XMLRPC_ServerRegisterMethod()
2519 if(server && callName) { in XMLRPC_ServerFindMethod()
[all …]
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug34643.phpt21 $this->server = new SoapServer($wsdl, $options);
22 $this->server->setClass('fp');
27 $this->server->handle($request);
H A Dbug38067.phpt18 $this->server = new SoapServer($wsdl, $opt);
19 $this->server->addFunction('Test');
24 $this->server->handle($request);
H A Dbug36999.phpt20 $this->server = new SoapServer($wsdl);
21 $this->server->addFunction('echoLong');
26 $this->server->handle($request);
H A Dbug38004.phpt18 $this->server = new SoapServer($wsdl);
19 $this->server->addFunction('Test');
24 $this->server->handle($request);
H A Dbug42086.phpt24 $server = new SoapServer(dirname(__FILE__).'/bug42086.wsdl',
26 $server->addFunction('firstFunctionWithoutParam');
27 $server->handle($request);
H A Dbug47273.phpt32 $server = new SoapServer(null, array(
35 $server->setClass('SoapFaultTest');
38 $server->handle($request1);
40 $server->fault("Sender", $e->getMessage());
43 $server->handle($request2);
45 $server->fault("Sender", $e->getMessage());
H A Dbug50762.phpt21 $this->server = new SoapServer($wsdl, $options);
22 $this->server->setObject(new testSoap());
27 $this->server->handle($request);
/PHP-5.3/ext/sockets/tests/
H A Dsocket_connect_error.phpt18 $server = socket_create();
21 $server = socket_create(SOCK_STREAM, getprotobyname('tcp'));
24 $server = socket_create(array(), 1, 1);
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_variation1.phpt6 echo "Open a server socket\n";
7 $server = stream_socket_server('tcp://127.0.0.1:31337');
25 Open a server socket
/PHP-5.3/ext/soap/tests/
H A Dclassmap003.phpt32 $this->server = new SoapServer($wsdl, $options);
33 $this->server->addFunction("f");
38 $this->server->handle($request);
H A Dserver010.phpt15 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
16 $server->setclass("foo");
17 $server->setpersistence(SOAP_PERSISTENCE_REQUEST);
36 $server->handle($HTTP_RAW_POST_DATA);
54 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver009.phpt23 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
24 $server->setclass("foo");
25 $server->setpersistence(SOAP_PERSISTENCE_SESSION);
43 $server->handle($HTTP_RAW_POST_DATA);
61 $server->handle($HTTP_RAW_POST_DATA);
H A Dclassmap004.phpt40 $this->server = new SoapServer($wsdl, $options);
41 $this->server->addFunction("f");
46 $this->server->handle($request);
H A Dserver011.phpt15 $server = new soapserver(dirname(__FILE__)."/test.wsdl");
17 $server->handle();
/PHP-5.3/ext/ftp/tests/
H A Dbug27809.phpt10 require 'server.inc';
13 if (!$ftp) die("Couldn't connect to the server");
H A Dbug7216.phpt10 require 'server.inc';
13 if (!$ftp) die("Couldn't connect to the server");
H A Dbug7216-2.phpt9 require 'server.inc';
12 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_alloc_basic1.phpt12 require 'server.inc';
15 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_rmdir_basic.phpt12 require 'server.inc';
15 if (!$ftp) die("Couldn't connect to the server");
H A Dbug37799.phpt11 require 'server.inc';
14 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_chmod_basic.phpt12 require 'server.inc';
15 if (!$ftp) die("Couldn't connect to the server");
H A Dftp_exec_basic.phpt12 require 'server.inc';
16 if (!$ftp) die("Couldn't connect to the server");
/PHP-5.3/sapi/nsapi/
H A Dnsapi-readme.txt10 in the start script for your Netscape server. Windows users can
13 <path-to-netscape-server>/https-servername/start
18 <path-to-server>/https-servername/config
21 Add the following line to mime.types (you can do that by the administration server):
27 <path-to-server>/https-servername/config/obj.conf (for servers < 6) or
29 <path-to-server>/https-servername/config/magnus.conf file:
36 Unix: "<path-to-server>/bin/libphp5.so".
40 In obj.conf (for virtual server classes [Sun 6.0+] in their vserver.obj.conf):
81 Authentication for the entire server, add the following line:
140 till version 6.1. If a newer version of the Sun server is used, the detection
[all …]
/PHP-5.3/sapi/cgi/
H A DREADME.FastCGI17 1) Configure your web server to run the PHP binary itself.
20 web server appropriately. Some web servers may also not support this method,
23 2) Run PHP separately from the web server.
26 server. It will listen on a socket for new FastCGI requests, and deliver
34 want the FastCGI server to provide services to the localhost, not
37 If your web server sits on a remote host, you can make FastCGI listen
45 You must also configure your web server to connect to the appropriate port
49 web server and PHP process, so that one cannot disrupt the other. It also
60 PHP code from the web server removes 'bloat' from the main server, and should
78 php to run under mod_fastcgi as a dynamic server.
[all …]

Completed in 36 milliseconds

12345678910>>...19