Home
last modified time | relevance | path

Searched refs:local (Results 101 – 125 of 164) sorted by path

1234567

/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS99 internal use and have only local meaning".
H A DREADME104 (defaulting to /usr/local).
179 CFLAGS='-O2 -Wall' ./configure --prefix=/opt/local
183 under /opt/local instead of the default /usr/local.
576 file is compiled and run on the local host, in order to generate the inbuilt
578 because dftables.c needs to be compiled with the local compiler, not the cross
588 run it on the local host to make a new version of pcre_chartables.c.dist.
1000 Email local part: ph10
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1178 if you are cross compiling, because dftables is run on the local host.
2642 nal tables to be rebuilt in the default "C" locale of the local system,
2827 and (?-J) set and unset the local PCRE_DUPNAMES option, respectively.
8054 (*THEN) local failure, backtrack to next alternation
8581 where the local data of the current node is pushed before checking its
10152 installed in /usr/local, you can compile the demonstration program
10155 gcc -o pcredemo -I/usr/local/include pcredemo.c \
10156 -L/usr/local/lib -lpcre
10185 -R/usr/local/lib
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.
H A Dtestoutput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.
/PHP-5.5/ext/pdo_dblib/
H A Dconfig.m416 for i in /usr/local /usr; do
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt15 die("skip Cannot detect if test is run against local or remote database server");
H A Dpdo_mysql_prepare_load_data.phpt15 die("skip Cannot detect if test is run against local or remote database server");
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m414 will check for unixODBC under /usr/local. You may attempt
78 pdo_odbc_def_libdir=/usr/local/$PHP_LIBDIR
79 pdo_odbc_def_incdir=/usr/local/include
84 pdo_odbc_def_libdir=/usr/local/$PHP_LIBDIR
85 pdo_odbc_def_incdir=/usr/local/include
/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m418 for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
33 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m436 SEARCH_PATH="$PHP_PDO_SQLITE /usr/local /usr" # you might want to change this
/PHP-5.5/ext/pgsql/
H A Dconfig.m413 for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
30 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
/PHP-5.5/ext/phar/
H A Dphar.c2421 phar_zip_file_header local; local
2430 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file TSRMLS_CC), (char *) &
2437 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
2439 entry->header_offset + sizeof(local) +
2440 PHAR_ZIP_16(local.filename_len) +
2441 PHAR_ZIP_16(local.extra_len) +
2449 memcpy(&(local.crc32), &(desc.crc32), 12);
2452 memcpy(&(local.crc32), &desc, 12);
2456local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || entry->uncompressed_filesize !=…
2463 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…
H A Dzip.c563 phar_zip_file_header local; in phar_parse_zipfile() local
569 if (sizeof(local) != php_stream_read(fp, (char *) &local, sizeof(local))) { in phar_parse_zipfile()
575local.filename_len) || entry.crc32 != PHAR_GET_32(local.crc32) || entry.uncompressed_filesize != P… in phar_parse_zipfile()
582 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile()
769 phar_zip_file_header local; in phar_zip_changed_apply() local
793 memset(&local, 0, sizeof(local)); in phar_zip_changed_apply()
796 strncpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply()
822 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply()
823 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply()
824 memcpy(central.datestamp, local.datestamp, sizeof(local.datestamp)); in phar_zip_changed_apply()
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt27 …archive from a URL like "http://should.fail.com". Phar objects can only be created from local files
28 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local
/PHP-5.5/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt8 The second attempt (writing to a local created file) works.
/PHP-5.5/ext/pspell/
H A DREADME32 I expect the libraries to be in /usr/local (that's the default when you
H A Dconfig.m414 PSPELL_SEARCH_DIRS="/usr/local /usr"
/PHP-5.5/ext/readline/
H A Dconfig.m417 for i in $PHP_READLINE /usr/local /usr; do
74 for i in $PHP_LIBEDIT /usr/local /usr; do
/PHP-5.5/ext/recode/
H A Dconfig.m49 RECODE_LIST="$PHP_RECODE /usr/local /usr /opt"
/PHP-5.5/ext/session/
H A Dconfig.m423 for i in $PHP_MM /usr/local /usr; do
/PHP-5.5/ext/snmp/
H A Dconfig.m414 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
/PHP-5.5/ext/snmp/tests/
H A DREADME33 /usr/local/etc/snmp/snmpd.conf on FreeBSD) with snmpd.conf supplied.
H A Dsnmp_include.inc21 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/local/share/snmp/mibs";
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt18 * we're dealing with interface-local traffic... */

Completed in 73 milliseconds

1234567