Home
last modified time | relevance | path

Searched refs:client (Results 1 – 25 of 432) sorted by path

12345678910>>...18

/PHP-7.4/docs/
H A Dmailinglist-rules.md48 7. Please configure your email client to use a real name and keep message
H A Dself-contained-extensions.md59 The MySQL module will either use the embedded MySQL client library or the MySQL
/PHP-7.4/ext/imap/
H A Dconfig.m4119 el[]IMAP_INC_CHK(/c-client)
123 dnl Check for c-client version 2004
134 #include <c-client.h>
153 #include <c-client.h>
171 dnl Check for c-client version 2001
202 … if test ! -r "$IMAP_DIR/c-client/libc-client.a" && test -r "$IMAP_DIR/c-client/c-client.a" ; then
203 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1
204 …elif test ! -r "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" && test -r "$IMAP_DIR/$PHP_LIBDIR/c-client.a"…
205 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
211 IMAP_LIB_CHK(c-client)
[all …]
H A Dconfig.w327 (CHECK_HEADER_ADD_INCLUDE("c-client.h", "CFLAGS_IMAP")||
8 CHECK_HEADER_ADD_INCLUDE("c-client/c-client.h", "CFLAGS_IMAP", null, null, true)) ||
10 CHECK_HEADER_ADD_INCLUDE("c-client/utf8aux.h", "CFLAGS_IMAP", null, null, true))
/PHP-7.4/ext/ldap/
H A Dconfig.m424 … $SED -e 's!^/usr/lib/oracle/\(.*\)/client\('${PHP_OCI8_IC_LIBDIR_SUFFIX}'\)*/lib[/]*$!/usr/includ…
/PHP-7.4/ext/ldap/tests/
H A DREADME.md91 `TLS_REQCERT never` in client configuration.
/PHP-7.4/ext/mysqli/
H A Dconfig.w325 // client library to connect to the MySQL server, i.e. no external MySQL
6 // client library is needed to perform the build.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field.phpt25 // Make sure that client, connection and result charsets are all the
H A Dmysqli_fetch_field_oo.phpt30 // Make sure that client, connection and result charsets are all the
H A Dmysqli_fetch_fields.phpt25 // Make sure that client, connection and result charsets are all the
H A Dmysqli_field_seek.phpt70 // Make sure that client, connection and result charsets are all the
H A Dmysqli_fork.phpt154 /* client has started fetching rows */
H A Dmysqli_phpinfo.phpt23 if (!stristr($phpinfo, "client api library version"))
H A Dmysqli_query_stored_proc.phpt42 // fetch all results from server, but skip on client side
55 // fetch all results from server, but skip on client side
80 // fetch all results from server, but skip on client side
H A Dmysqli_stmt_errno.phpt50 // set after client error
H A Dmysqli_stmt_error.phpt50 // set after client error
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt16 // Make sure that client, connection and result charsets are all the
/PHP-7.4/ext/oci8/
H A DREADME.md13 The OCI8 extension needs to be linked with Oracle 18, 12, 11, or 10.2 client
16 https://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html
H A Dconfig.m481 AC_MSG_ERROR(Oracle libclntsh.$SHLIB_SUFFIX_NAME client library not found)
172 dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
179 --with-oci8=instantclient,/path/to/instant/client/lib to use an Oracle
338 AC_MSG_ERROR([Oracle client libraries < 10 are not supported])
368 …PHP_OCI8_INSTANT_CLIENT=`ls -d /usr/lib/oracle/*/client${PHP_OCI8_IC_LIBDIR_SUFFIX}/lib/libclntsh.…
370 …AC_MSG_ERROR([Oracle Instant Client directory /usr/lib/oracle/.../client${PHP_OCI8_IC_LIBDIR_SUFFI…
380 …8_SED -e 's!^/usr/lib/oracle/\(.*\)/client\('${PHP_OCI8_IC_LIBDIR_SUFFIX}'\)*/lib[/]*$!/usr/includ…
H A Dconfig.w3254 …WARNING("oci8 not enabled: Oracle Database client libraries or Oracle 10g Instant Client not found…
89 …WARNING("oci8-11g not enabled: Oracle Database client libraries or Oracle 11g Instant Client not f…
123 …WARNING("oci8-12c not enabled: Oracle Database client libraries or Oracle Database 12c Instant Cli…
/PHP-7.4/ext/oci8/tests/
H A Dbind_boolean_1.phpt13 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
H A Dbind_char_1_11gR1.phpt18 // Output is for 32 bit client to 64bit 11.1.0.6
H A Dbind_sqltnum.phpt8 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
H A Dbind_sqltnum_11g.phpt8 die("skip works only with Oracle 11 or earlier version of Oracle client libraries");
H A Dbug47281.phpt7 // error3.phpt obsoletes this test for newer Oracle client versions
8 // Assume runtime client version is >= compile time client version
13 die("skip test works only with Oracle 11.2.0.2 or earlier Oracle client libraries");

Completed in 34 milliseconds

12345678910>>...18