Home
last modified time | relevance | path

Searched refs:port (Results 501 – 515 of 515) sorted by relevance

1...<<21

/PHP-5.3/ext/oci8/
H A Dconfig.m4149 dnl Set some port specific directory components for use later
/PHP-5.3/ext/pgsql/
H A Dpgsql.c97 ZEND_ARG_INFO(0, port)
106 ZEND_ARG_INFO(0, port)
1077 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
1117 port = Z_STRVAL_PP(args[1]);
1152 pgsql=PQsetdb(host,port,options,tty,dbname);
1187 le->ptr=PQsetdb(host,port,options,tty,dbname);
1246 pgsql = PQsetdb(host,port,options,tty,dbname);
/PHP-5.3/ext/standard/
H A Dbasic_functions.c806 ZEND_ARG_INFO(0, port)
1424 ZEND_ARG_INFO(0, port)
1432 ZEND_ARG_INFO(0, port)
5661 long port; local
5664 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &port, &proto, &proto_len) == FAILURE) {
5668 serv = getservbyport(htons((unsigned short) port), proto);
/PHP-5.3/
H A DCODING_STANDARDS175 because the Win32 port is MS-Visual C++ specific, and this compiler
H A Dphp.ini-development1097 ; http://php.net/smtp-port
1219 ; Default port number for mysql_connect(). If unset, mysql_connect() will use
1223 ; http://php.net/mysql.default-port
1278 ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
1282 ; http://php.net/mysqli.default-port
H A Dphp.ini-production1097 ; http://php.net/smtp-port
1219 ; Default port number for mysql_connect(). If unset, mysql_connect() will use
1223 ; http://php.net/mysql.default-port
1278 ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
1282 ; http://php.net/mysqli.default-port
H A DREADME.STREAMS91 PHPAPI php_stream *php_stream_sock_open_host(const char *host, unsigned short port,
H A DINSTALL613 (( "host" => "10.0.0.2", "port" => 1030 ),
614 ( "host" => "10.0.0.3", "port" => 1030 ))
911 PHP 4 port is split into two sub-directories: core and extensions. The
942 the port is Anil Madhavapeddy (avsm at openbsd dot org).
H A DNEWS1330 . Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
6963 - Fixed bug #30359 (SOAP client requests have no port in "Host" field).
/PHP-5.3/ext/soap/
H A Dphp_sdl.c756 xmlNodePtr trav, port; in load_wsdl() local
779 port = trav; in load_wsdl()
784 bindingAttr = get_attribute(port->properties, "binding"); in load_wsdl()
791 trav2 = port->children; in load_wsdl()
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c1618 snprintf(output_buf, sizeof(output_buf), "%s:%u", serv->server_hostname, serv->port); in PHP_MINFO_FUNCTION()
/PHP-5.3/build/
H A Dlibtool.m44874 # Anyone wants to do a port?
5375 # FIXME: the MSVC++ port hasn't been tested in a loooong time
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog132 27. Added a definition for CHAR_NULL (helpful for the z/OS port), and use it in
389 3. Fix cache-flush issue on PowerPC (It is still an experimental JIT port).
1817 exported in the Windows port". It has not yet been confirmed that the patch
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic4073 >>>0x24 byte >0 \b, port 1:
4079 >>>0x24 byte >0 \b, port 2:
15790 >8 short 4622 port definition file
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt5676 port capturing.)
7843 port is available by calling pcre_config() with the PCRE_CONFIG_JIT

Completed in 188 milliseconds

1...<<21