Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 150) sorted by path

123456

/PHP-5.4/
H A D.gdbinit593 This command is almost a short cut for
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 …]
H A DNEWS96 . Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
367 . Fixed bug #67496 (Save command history when exiting interactive shell
531 . Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike)
2152 . Added command line option --rz <name> which shows information of the
3830 - Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
4686 . Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an
6491 - Fixed bug #40455 (proc_open() uses wrong command line when safe_mode_exec_dir
8163 - Fixed bug #34742 (ftp wrapper failures caused from segmented command
H A DREADME.SUBMITTING_PATCH146 After testing is finished, create a patch file using the command:
H A DREADME.TESTING15 command line after successfully compiling. This will run the complete
35 If you are running the run-tests.php script from the command line (as above)
H A DUPGRADING557 - A new PHP CLI command line option --rz <name> shows information about the
H A DUPGRADING.INTERNALS169 …TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_D…
H A Dacinclude.m42965 dnl The empty $ac_provsrc command stops an implicit circular dependency
/PHP-5.4/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_nw.c55 char *command = NULL, *argv[MAX_ARGS] = {'\0'}, **env = NULL; local
130 command = (char*)malloc(ptrLen + 1);
131 if (!command) {
136 strcpy (command, ptr);
145 if (command)
146 free (command);
215 if (command)
216 free (command);
H A Dtsrm_nw.h26 TSRM_API FILE* popen(const char *command, const char *type);
H A Dtsrm_virtual_cwd.c1829 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1831 return popen_ex(command, type, CWDG(cwd).cwd, NULL TSRMLS_CC); in virtual_popen()
1838 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1854 retval = popen(command, type); in virtual_popen()
1865 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC) /* {{{ */ in virtual_popen() argument
1873 command_length = strlen(command); in virtual_popen()
1916 memcpy(ptr, command, command_length+1); in virtual_popen()
H A Dtsrm_virtual_cwd.h171 CWD_API FILE *virtual_popen(const char *command, const char *type TSRMLS_DC);
275 #define VCWD_POPEN(command, type) virtual_popen(command, type TSRMLS_CC) argument
311 #define VCWD_POPEN(command, type) popen(command, type) argument
H A Dtsrm_win32.c450 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
454 return popen_ex(command, type, NULL, NULL TSRMLS_CC); in popen()
457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex() argument
535 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /c ")+2); in popen_ex()
540 sprintf(cmd, "%s /c \"%s\"", TWG(comspec), command); in popen_ex()
H A Dtsrm_win32.h98 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC…
99 TSRM_API FILE *popen(const char *command, const char *type);
/PHP-5.4/Zend/
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
H A DZend.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
H A DZendTS.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/build/
H A Dlibtool.m4406 # will find an echo command which doesn't interpret backslashes.
801 [# find the maximum length of command line arguments
802 AC_MSG_CHECKING([the maximum length of command line arguments])
818 # no limit to the length of command line arguments.
953 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
2191 *** Warning: the command libtool uses to detect shared libraries,
2406 # Base MSYS/MinGW do not provide the 'file' command needed by
2922 # command for GNU C++ for the case where it uses the native
4259 # What is the maximum length of a command?
4532 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
[all …]
/PHP-5.4/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.4/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.4/ext/curl/
H A Dcurl.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/dba/
H A Ddba.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/dom/
H A Ddom.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:
/PHP-5.4/ext/ereg/regex/
H A Dregex.dsp9 !MESSAGE use the Export Makefile command and run
14 !MESSAGE by defining the macro CFG on the command line. For example:

Completed in 202 milliseconds

123456