Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 492) sorted by last modified time

12345678910>>...20

/PHP-7.2/
H A DNEWS471 . Fixed bug #77676 (Unable to run tests when building shared extension on
713 . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
1767 . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
2404 . Fixed bug #73794 (Crash (out of memory) when using run and # command
2682 . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user).
H A Dconfigure.ac1399 dnl This will go away, if we have a facility to run per-extension code
1566 # run this only when generating all the files?
H A Dserver-tests.php66 | The test-suite must be run with PHP 5 or later. |
518 $this->run();
866 function run() function in testHarness
/PHP-7.2/win32/
H A Dinstall.txt310 server, and enable it to run PHP. Choose a web server from the table of
500 for example, NET STOP APACHE followed by NET START APACHE, if you run
616 Apache 2.0.x is designed to run on Windows NT 4.0, Windows 2000 or
675 as the latter ones are designed to run with Apache 1.3.x.
717 * Do it for each web server instance you want PHP to run
776 * Do it for each web server instance you want PHP to run
1188 Note: To run the 'buildconf' script you need autoconf 2.13 and
1509 * > run -X -f /path/to/httpd.conf
1511 * > run -X -f /path/to/httpd.conf
1654 run php -i. If PHP has any problems running, then a suitable error
[all …]
/PHP-7.2/win32/build/
H A Dphpize.js.in266 FSO.CopyFile(PHP_DIR + "\\script\\run-tests.php", "run-tests.php", true);
H A DMakefile177 …$(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run
179 run: set-tmp-env target
183 …P_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "$(BUI…
185 run: set-tmp-env target
229 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-7.2/tests/run-test/
H A Dtest005.phpt11 // If this test fails ask the developers of run-test.php
H A Dtest008.phpt11 // If this test fails ask the developers of run-test.php
H A Dtest008a.phpt11 // If this test fails ask the developers of run-test.php
/PHP-7.2/sapi/phpdbg/tests/
H A Dbasic_run.phpt2 Basic run
/PHP-7.2/sapi/phpdbg/
H A Dxml.md391 run / <stop> tag
H A Dphpdbg_prompt.c73 PHPDBG_COMMAND_D(run, "attempt execution", 'r', NULL, "|s", 0),
806 PHPDBG_COMMAND(run) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg_prompt.h39 PHPDBG_COMMAND(run);
H A DREADME.md70 - -r jump straight to run
H A Dphpdbg.c1989 PHPDBG_COMMAND_HANDLER(run)(NULL); in main() local
H A Dphpdbg_cmd.c680 return PHPDBG_COMMAND_HANDLER(run)(top); in phpdbg_internal_stack_execute()
H A D.travis.yml11 - ./php-src/sapi/cli/php php-src/sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg php-src/sapi…
/PHP-7.2/scripts/
H A DMakefile.frag17 run-tests.php
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar17 //Version check. Will not run on less than PHP53;
21 if($minor < 3) { die("Sorry, you need PHP version 5.3 or greater to run this.\n"); }
667 * Create an instance of each pre-condition and run their check methods
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.service.in11 PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
H A Dphp-fpm.conf.in17 ;pid = run/php-fpm.pid
H A Dconfig.m4577 [ --with-fpm-user[=USER] Set the user for php-fpm to run as. (default: nobody)], nobody, no)
580 [ --with-fpm-group[=GRP] Set the group for php-fpm to run as. For a system user, this
/PHP-7.2/sapi/litespeed/
H A DREADME.md43 has been configured to run PHP with LiteSpeed SAPI already, you just
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc331 $asRoot = getenv('TEST_FPM_RUN_AS_ROOT') ? '--allow-to-run-as-root' : '';
/PHP-7.2/sapi/cli/tests/
H A Dcli_process_title_windows.phpt47 // Kind of convoluted. So when the test is run on Windows 7 or older, the console where
48 // the run-tests.php is executed forks a php.exe, which forks a cmd.exe, which then forks
49 // a final php.exe to run the actual test. But the console title is set for the original console.

Completed in 157 milliseconds

12345678910>>...20