Home
last modified time | relevance | path

Searched refs:host (Results 576 – 598 of 598) sorted by relevance

1...<<21222324

/PHP-5.6/ext/pgsql/
H A Dpgsql.c102 ZEND_ARG_INFO(0, host)
111 ZEND_ARG_INFO(0, host)
1273 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
1312 host = Z_STRVAL_PP(args[0]);
1348 pgsql=PQsetdb(host,port,options,tty,dbname);
1383 le->ptr=PQsetdb(host,port,options,tty,dbname);
1459 pgsql = PQsetdb(host,port,options,tty,dbname);
/PHP-5.6/ext/filter/docs/
H A Dfilter.txt150 * HOST_REQUIRED: The 'host' part of the URL
/PHP-5.6/
H A Dconfigure.in1285 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host])
1286 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host])
1645 | sqlnet.ora file on the PHP host, or set the environment variable |
H A Dphp.ini-development1164 ; Default host for mysql_connect() (doesn't apply in safe mode).
1165 ; http://php.net/mysql.default-host
1223 ; Default host for mysql_connect() (doesn't apply in safe mode).
1224 ; http://php.net/mysqli.default-host
1396 ; The name of the host you claim to be connecting from, for display by sp_who.
H A Dphp.ini-production1164 ; Default host for mysql_connect() (doesn't apply in safe mode).
1165 ; http://php.net/mysql.default-host
1223 ; Default host for mysql_connect() (doesn't apply in safe mode).
1224 ; http://php.net/mysqli.default-host
1396 ; The name of the host you claim to be connecting from, for display by sp_who.
H A Dacinclude.m4128 if test -z "$host_alias" && test -n "$host"; then
129 host_alias=$host
H A DINSTALL613 (( "host" => "10.0.0.2", "port" => 1030 ),
614 ( "host" => "10.0.0.3", "port" => 1030 ))
H A DNEWS447 unconditionally. Only requested host(HTTP_HOST) is rewritten. (Yasuo)
6215 . Fixed bug #50953 (socket will not connect to IPv4 address when the host has
6791 - Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
7109 - Fixed bug #49144 (Import of schema from different host transmits original
7650 - Added gethostname() to return the current system host name. (Ilia)
8129 - Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in
/PHP-5.6/build/
H A Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
338 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
569 case $host in
625 case $host in
647 case $host in
2258 case $host in
2573 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2621 case $host in
4164 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4184 # The host system.
[all …]
/PHP-5.6/ext/pcre/pcrelib/
H A DNEWS185 . When a compiled pattern was saved to a file and later reloaded on a host
555 different host with the opposite endianness.
H A DREADME574 order to cross-compile PCRE for some other host. However, you should NOT
576 file is compiled and run on the local host, in order to generate the inbuilt
588 run it on the local host to make a new version of pcre_chartables.c.dist.
H A DChangeLog912 and saved regex was reloaded on a host of different endianness.
4422 was compiled on a host of opposite endianness.
4716 CC_FOR_BUILD, because "host" is typically used to mean the system on which the
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput82010 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
2011 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
2012 1: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re
2615 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
2616 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
2617 1: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re
H A Dtestoutput11149 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1150 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
1750 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1751 0: "/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/"@x400-re.lay
H A Dtestinput81154 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1746 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
H A Dtestinput1670 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
1262 \"/s=user/ou=host/o=place/prmd=uu.yy/admd= /c=gb/\"\@x400-re.lay
/PHP-5.6/ext/interbase/
H A Dinterbase.c258 ZEND_ARG_INFO(0, host)
/PHP-5.6/ext/curl/
H A Dinterface.c583 php_info_print_table_row(2, "Host", d->host); in PHP_INI_BEGIN()
1783 CAAS("host", d->host); in PHP_FUNCTION()
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch411 /* Figure out the host directory. */
623 /* Check that HTTP/1.1 requests specify a host, as required. */
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt379 function that converts a UTF-16 character string to host byte order if
381 passed to be in host byte order.
390 If byte_order is NULL, it is assumed that the string starts off in host
395 points means that the input starts off in host byte order, otherwise
454 strings to be in host byte order. A utility function called
710 function that converts a UTF-32 character string to host byte order if
712 passed to be in host byte order.
721 If byte_order is NULL, it is assumed that the string starts off in host
726 points means that the input starts off in host byte order, otherwise
3057 if a pattern is compiled on one host and then transferred to a host
[all …]
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic326 >0 regex dey\n[0-9]{2}\0 Dalvik dex file (optimized for host)
360 >0 regex dey\n[0-9]{2}\0 Dalvik dex file (optimized for host)
1719 # They were written with binary values in host byte order, and
1720 # the magic number was a host "int", which might have been 16 bits
4902 # Btree 1.85/1.86 databases store the metadata in host byte order.
4903 # Hash and Btree 2.X and later databases store the metadata in host byte order.
8586 # All new-style FreeBSD magic numbers are in host byte order (i.e.,
17014 >24 string >\0 host: %s
17210 # differing from the natural host format, this could be written more
19715 >8 short 7957 GroupWise admin host database
[all …]
/PHP-5.6/ext/standard/
H A Dbasic_functions.c979 ZEND_ARG_INFO(0, host)
/PHP-5.6/win32/
H A Dinstall.txt319 in any ActiveScript compliant host, like Windows Script Host,

Completed in 273 milliseconds

1...<<21222324