Home
last modified time | relevance | path

Searched refs:command (Results 51 – 75 of 148) sorted by relevance

123456

/PHP-5.3/ext/bz2/
H A Dbz2.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/ctype/
H A Dctype.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/
H A DINSTALL12 + CGI and command line setups
25 + Compiling shared PECL extensions with the pecl command
110 * CGI and command line setups
818 CGI and command line setups
985 installation using the pkg command.
1217 * Compiling shared PECL extensions with the pecl command
1233 for the pear command also applies to the pecl command.
1331 Or from the command line, run:
1378 Compiling shared PECL extensions with the pecl command
1381 command, do the following:
[all …]
/PHP-5.3/ext/mysqli/
H A Dmysqli.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/json/
H A Djson.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/simplexml/
H A Dsimplexml.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/skeleton/
H A Dskeleton.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/snmp/
H A Dsnmp.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/pspell/
H A Dpspell.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/sybase_ct/
H A Dsybase_ct.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/xmlreader/
H A Dxmlreader.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/xmlwriter/
H A Dxmlwriter.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/xsl/
H A Dxsl.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/exif/
H A Dexif.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/zlib/
H A Dzlib.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/gettext/
H A Dgettext.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/standard/
H A Dfile.c971 char *command, *mode; in PHP_FUNCTION() local
977 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &command, &command_len, &mode, &mode_le… in PHP_FUNCTION()
991 b = strchr(command, ' '); in PHP_FUNCTION()
993 b = strrchr(command, '/'); in PHP_FUNCTION()
997 c = command; in PHP_FUNCTION()
1009 spprintf(&buf, 0, "%s/%s", PG(safe_mode_exec_dir), command); in PHP_FUNCTION()
1026 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
1028 php_error_docref2(NULL TSRMLS_CC, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1036 php_error_docref2(NULL TSRMLS_CC, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h127 enum php_mysqlnd_server_command command; member
/PHP-5.3/sapi/tux/
H A DREADME70 BEFORE running this command, the kernel side of TUX has to
/PHP-5.3/ext/mssql/
H A Dmssql.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/oci8/
H A Doci8.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/soap/
H A Dphp_soap.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.3/TSRM/
H A DTSRM.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
H A Dtsrm_virtual_cwd.c1843 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1845 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1852 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1868 retval = popen(command, type); in virtual_popen()
1879 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1887 command_length = strlen(command); in virtual_popen()
1930 memcpy(ptr, command, command_length+1); in virtual_popen()

Completed in 59 milliseconds

123456