Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 469) sorted by path

12345678910>>...19

/PHP-5.3/
H A D.gitattributes20 run-tests.php ident
166 /tests/run-test/test010.phpt -crlf
H A D.gitignore231 pear/run-tests
H A DCODING_STANDARDS68 function, and do not raise a run-time error about the function not
H A DINSTALL344 apache (static method) means that PHP will load and run faster. For
435 you'll need to re-run the configure, make, and make install steps.
661 path and run:
823 performance reasons. However, the CGI version enables users to run
1331 Or from the command line, run:
1511 Note: To run the 'buildconf' script you need autoconf 2.13 and
1517 libraries uses --enable. To be sure, run the following after buildconf:
1777 Regardless of how you run PHP, you can change certain values at runtime
1888 + > run -X -f /path/to/httpd.conf
1890 + > run -X -f /path/to/httpd.conf
[all …]
H A DMakefile.global100 …$(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.p…
H A DNEWS130 . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or
405 with run-test.php). (Laruence)
445 . Fixed bug #61835 (php-fpm is not allowed to run as root). (fat)
1543 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
2873 perform class declaration (early and/or run-time binding) in exactly
4728 - Improved proc_open(). Now on Windows it can run external commands not
5186 . Added run-time configurable backtracking/recursion limits.
5600 - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry)
H A DREADME.EXT_SKEL4 supposed to replace ext_skel completely in the long run ...)
H A DREADME.RELEASE_PROCESS51 2. run the "scripts/dev/credits" script in php-src and commit the changes in the
81 11. run: ``PHPROOT=. ./makedist 5.4.2RC2``, this will export the tree, create configure
108 Derick) run the following commands for you:
149 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
161 9. run: ``PHPROOT=. ./makedist php 5.4.1``, this will export the tag, create configure
H A DREADME.SELF-CONTAINED-EXTENSIONS18 While the result will run on any system, a developer's setup needs these
118 Put config.m4 and the source files into one directory. Then, run phpize
121 For example, if you configured PHP with --prefix=/php, you would run
H A DREADME.STREAMS322 /* initialize the connection, and run a query, using the fields in state to
H A DREADME.TESTING6 at the end of a test run.
14 The easiest way to test your PHP build is to run "make test" from the
15 command line after successfully compiling. This will run the complete
25 "make test" basically executes "run-tests.php" script
44 NOTE: PHP binary executing "run-tests.php" and php binary used for
46 executing "run-tests.php" script, you may get errors.
59 "run-tests.php" ("make test"), without any arguments executes all
74 ./sapi/cli/php run-tests.php ext/mbstring/*
75 ./sapi/cli/php run-tests.php ext/mbstring/020.phpt
117 Example script to be run by cron(1):
[all …]
H A DREADME.TESTING27 the original run-tests.php script. server-tests is *not* used by
9 testing PHP under it's primary environment, HTTP, and can run the
16 You can run 'php server-tests.php -h' to get all the possible options.
25 can be configured to run test scripts through an HTTP server running
41 1. run tests from the php source directory
44 2. run tests using cgi emulation
47 3. run tests over http, copying test files into document root
50 4. run tests over http, php sources have been aliased in web server
53 5. run tests using configuration file
56 6. run tests using configuration file, but overriding some settings:
[all …]
H A DREADME.UNIX-BUILD-SYSTEM20 - changed some configure-time constructs to run at buildconf-time
H A DREADME.namespaces95 in current namespace are resolved at run-time. The call to function foo()
101 5) unqualified class names are resolved at run-time. E.q. "new Exception()"
106 6) Calls to qualified functions are resolved at run-time. Call to
H A DTODO-PHP544 conformity will aid in having PHP scripts run correctly
/PHP-5.3/TSRM/
H A DTSRM.dsp9 !MESSAGE use the Export Makefile command and run
H A Dthreads.m438 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
/PHP-5.3/Zend/
H A DOBJECTS2_HOWTO9 $foo->run();
19 $foo->run();
H A DZEND_CHANGES134 'public', 'protected' or 'private' should run without modifications.
164 'abstract' should run without modifications.
186 'interface' or 'implements' should run without modifications.
308 'final' should run without modifications.
313 constructor to run when an object is duplicated. During
432 which should be run on request shutdown.
459 implicitly by the engine. In order to run a parent destructor,
478 named 'const' will run without modifications.
487 'throw' and 'try' will run without modifications.
1014 The Zend Engine has a new memory manager which allows it to run efficiently
H A DZend.dsp9 !MESSAGE use the Export Makefile command and run
H A DZendTS.dsp9 !MESSAGE use the Export Makefile command and run
/PHP-5.3/Zend/RFCs/
H A D001.txt25 run-time behavior. Changing the object model to a handle oriented
104 additionally improving run-time performance.
H A D002.txt152 Old code that does not take advantage of namespaces will run without
H A D003.txt60 the execution of a script as that function can not be run and code
61 following could not reliably run.
67 Old code that does not take advantage of this will run without
/PHP-5.3/Zend/tests/
H A Dbug34064.phpt16 function run()
26 $o->run();

Completed in 73 milliseconds

12345678910>>...19