/PHP-7.2/win32/ |
H A D | readdir.h | 41 typedef struct DIR_W32 DIR; typedef 44 DIR *opendir(const char *); 45 struct dirent *readdir(DIR *); 46 int readdir_r(DIR *, struct dirent *, struct dirent **); 47 int closedir(DIR *); 48 int rewinddir(DIR *);
|
H A D | readdir.c | 27 DIR *opendir(const char *dir) in opendir() 29 DIR *dp; in opendir() 40 dp = (DIR *) calloc(1, sizeof(DIR) + (_MAX_FNAME*5+1)*sizeof(char)); in opendir() 98 struct dirent *readdir(DIR *dp) in readdir() 130 int readdir_r(DIR *dp, struct dirent *entry, struct dirent **result) in readdir_r() 170 int closedir(DIR *dp) in closedir() 187 int rewinddir(DIR *dp) in rewinddir()
|
/PHP-7.2/ |
H A D | makedist | 64 DIR=php-$VER 65 DIRPATH=$MY_OLDPWD/$DIR 68 echo "The directory $DIR" >&2 78 cd $DIR || exit 5
|
/PHP-7.2/ext/gd/ |
H A D | config.m4 | 10 [ --with-gd[=DIR] Include GD support. DIR is the GD library base 14 [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no) 19 [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix], no, no) 29 [ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix], no, no) 33 [ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix], no, no) 99 AC_MSG_RESULT([If configure fails try --with-webp-dir=<DIR>]) 124 AC_MSG_RESULT([If configure fails try --with-jpeg-dir=<DIR>]) 140 AC_MSG_ERROR([PNG support requires ZLIB. Use --with-zlib-dir=<DIR>]) 155 AC_MSG_RESULT([If configure fails try --with-png-dir=<DIR> and --with-zlib-dir=<DIR>]) 182 AC_MSG_RESULT(If configure fails try --with-xpm-dir=<DIR>) [all …]
|
/PHP-7.2/ext/xml/ |
H A D | config.m4 | 10 [ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no) 14 [ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no) 31 AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>])
|
/PHP-7.2/ext/xmlrpc/ |
H A D | config.m4 | 11 [ --with-xmlrpc[=DIR] Include XMLRPC-EPI support]) 15 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no) 19 [ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no) 22 [ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no) 45 AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>]) 60 AC_MSG_ERROR([XML-RPC support requires libexpat. Use --with-libexpat-dir=<DIR> (deprecated!)])
|
/PHP-7.2/ext/wddx/ |
H A D | config.m4 | 10 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no) 14 [ --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)],no,no) 32 AC_MSG_ERROR([libxml2 not found. Use --with-libxml-dir=<DIR>])
|
/PHP-7.2/ext/openssl/ |
H A D | config0.m4 | 6 [ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 1.0.1)]) 9 [ --with-kerberos[=DIR] OPENSSL: Include Kerberos support], no, no)
|
/PHP-7.2/ext/phar/tests/ |
H A D | phar_oo_003.phpt | 19 var_dump('DIR'); 38 %s(3) "DIR"
|
H A D | phar_oo_010.phpt | 24 ===DIR=== 48 ===DIR===
|
/PHP-7.2/ext/interbase/ |
H A D | config.m4 | 2 [ --with-interbase[=DIR] Include Firebird support. DIR is the Firebird base
|
/PHP-7.2/ext/pdo_firebird/ |
H A D | config.m4 | 2 [ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base
|
/PHP-7.2/ext/pdo_mysql/ |
H A D | config.m4 | 6 [ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory 7 If no value or mysqlnd is passed as DIR, the 12 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no) 122 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
|
/PHP-7.2/ext/odbc/ |
H A D | config.m4 | 109 [ --with-adabas[=DIR] Include Adabas D support [/usr/local]]) 138 [ --with-sapdb[=DIR] Include SAP DB support [/usr/local]]) 158 [ --with-solid[=DIR] Include Solid support [/usr/local/solid]]) 185 [ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]]) 224 [ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]]) 246 [ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] 271 [ --with-empress-bcs[=DIR] 362 [ --with-custom-odbc[=DIR] Include user defined ODBC support. DIR is ODBC install base 391 [ --with-iodbc[=DIR] Include iODBC support [/usr/local]]) 451 [ --with-unixODBC[=DIR] Include unixODBC support [/usr/local]]) [all …]
|
/PHP-7.2/ext/pcre/ |
H A D | config0.m4 | 6 dnl if DIR is supplied, we'll use that for linking 9 [ --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support. 10 DIR is the PCRE install prefix [BUNDLED]], yes, no) 89 PHP_ARG_WITH(pcre-valgrind,,[ --with-pcre-valgrind=DIR
|
/PHP-7.2/ext/xsl/ |
H A D | config.m4 | 6 [ --with-xsl[=DIR] Include XSL support. DIR is the libxslt base
|
/PHP-7.2/ext/snmp/ |
H A D | config.m4 | 6 [ --with-snmp[=DIR] Include SNMP support]) 9 [ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
|
/PHP-7.2/ext/zlib/ |
H A D | config0.m4 | 6 [ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.2.0.4)]) 9 [ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
|
/PHP-7.2/ext/imap/ |
H A D | config.m4 | 98 [ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix]) 101 [ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix], n… 104 [ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix], no, no)
|
/PHP-7.2/ext/libxml/ |
H A D | config0.m4 | 10 [ --with-libxml-dir[=DIR] LIBXML: libxml2 install prefix], no, no)
|
/PHP-7.2/ext/xmlwriter/ |
H A D | config.m4 | 10 [ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
|
/PHP-7.2/ext/xmlreader/ |
H A D | config.m4 | 10 [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)
|
/PHP-7.2/ext/ftp/ |
H A D | config.m4 | 9 [ --with-openssl-dir[=DIR] FTP: openssl install prefix], no, no)
|
/PHP-7.2/ext/gmp/ |
H A D | config.m4 | 2 [ --with-gmp[=DIR] Include GNU MP support])
|
/PHP-7.2/ext/readline/ |
H A D | config.m4 | 6 [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) 10 [ --with-readline[=DIR] Include readline support (CLI/CGI only)])
|