Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 33) sorted by relevance

12

/PHP-8.0/ext/pgsql/tests/
H A DREADME.md3 Test scripts assumes:
6 * There is a PostgreSQL account for the users running the test scripts
13 create the database to execute the test scripts. By executing the above command
/PHP-8.0/scripts/dev/
H A Dmakedist48 scripts/dev/makedist
51 scripts/dev/makedist PHP-7.4
54 scripts/dev/makedist php-7.4.0
57 scripts/dev/makedist php-7.4.0RC1
60 scripts/dev/makedist --remote=git@git.php.net:php-src.git php-7.4.0
137 ./scripts/dev/genfiles
H A Dcredits19 it has been automatically created by scripts/dev/credits from
/PHP-8.0/
H A D.appveyor.yml42 # the setup scripts have to be touched, once some other db version is used
52 - .github\scripts\windows\build.bat
55 - .github\scripts\windows\test.bat
H A D.gitignore66 # Generated by configure scripts on all systems
107 /scripts/man1/*.1
121 # Executable binaries and scripts generated during the build process
129 /scripts/php-config
130 /scripts/phpize
H A DCONTRIBUTING.md93 Submitting test scripts helps us to understand what functionality has changed.
193 ├─ credits_ext.h # Generated by `scripts/dev/credits`
194 ├─ credits_sapi.h # Generated by `scripts/dev/credits`
215 ├─ scripts/ # php-config, phpize and internal development scripts
249 maintainer. Explain what has been changed by your patch. Test scripts should be
258 - Create test scripts for use with `make test`.
H A Dconfigure.ac1492 PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/scripts/Makefile.frag,$abs_srcdir/scripts,scripts)
1502 $php_shtool mkdir -p scripts
1503 $php_shtool mkdir -p scripts/man1
1506 scripts/phpize scripts/man1/phpize.1 \
1507 scripts/php-config scripts/man1/php-config.1 \
H A Dphp.ini-development228 ; You can redirect all of the output of your scripts to a function. For
232 ; Note: People who wrote portable scripts should not depend on this ini
363 ; If enabled, scripts may be written in encodings that are incompatible with
368 ; Allows to set the default encoding for the scripts. This value will be used
411 ; long running scripts.
669 ; useful when running scripts from the command line. When this directive is
802 ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
883 ; If your scripts have to deal with files from Macintosh systems,
1772 ; The maximum number of keys (scripts) in the OPcache hash table.
1851 ; Allows calling OPcache API functions only from PHP scripts which path is
[all …]
/PHP-8.0/Zend/tests/
H A Dbug43183.phpt2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
/PHP-8.0/.github/scripts/windows/
H A Dtest.bat9 cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\test_task.bat
H A Dbuild.bat41 cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\build_task.bat
/PHP-8.0/ext/phar/tests/
H A Dzf_test.phpt45 phar://%szfapp.phar.tar.gz/application/default/views/scripts/error/error.phtml
46 phar://%szfapp.phar.tar.gz/application/default/views/scripts/index/index.phtml
/PHP-8.0/.github/actions/verify-generated-files/
H A Daction.yml9 scripts/dev/genfiles
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c574 zval memory_usage, statistics, scripts; local
651 array_init(&scripts);
655 add_assoc_zval(&statistics, "functions", &scripts);
662 array_init(&scripts);
665 add_next_index_str(&scripts, key);
667 add_next_index_str(&scripts, ce->name);
670 add_assoc_zval(&statistics, "classes", &scripts);
676 array_init(&scripts);
681 add_assoc_zval(&statistics, "scripts", &scripts);
688 if (accelerator_get_scripts(&scripts)) {
[all …]
/PHP-8.0/ext/mysqli/tests/
H A Dbug77597.phpt2 Bug #77597: mysqli_fetch_field hangs scripts
/PHP-8.0/build/
H A DMakefile.global123 rm -f main/build-defs.h scripts/phpize
125 …rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/p…
H A Dax_func_which_gethostbyname_r.m453 # scripts that are the output of Autoconf when processing the Macro. You
55 # or distributing such scripts, even though portions of the text of the
/PHP-8.0/ext/opcache/tests/
H A Dblacklist-win32.phpt21 print_r(count($status['scripts']) > 0);
H A Dblacklist.phpt29 print_r(count($status['scripts']));
/PHP-8.0/ext/standard/tests/file/
H A Dbug72035.phpt2 Bug #72035 php-cgi.exe fails to run scripts relative to drive root
/PHP-8.0/scripts/
H A DMakefile.frag9 scripts/phpize.m4 \
/PHP-8.0/.github/actions/setup-x64/
H A Daction.yml20 ./.github/scripts/setup-slapd.sh &>/dev/null
/PHP-8.0/ext/oci8/tests/
H A Ddetails.inc35 * Common object names for scripts to use
/PHP-8.0/docs/
H A Drelease-process.md85 3. Run the `scripts/dev/credits` script in php-src and commit the changes in
137 12. Run: `./scripts/dev/makedist php-7.4.0RC2`, this will export the tree,
140 13. Run `scripts/dev/gen_verify_stub <version> [identity]`, this will sign the
223 4. Run the `scripts/dev/credits` script in php-src and commit the changes in
235 9. Run: `./scripts/dev/makedist php-7.4.1`, this will export the tag,
244 10. Run `scripts/dev/gen_verify_stub <version> [identity]`, this will sign the
H A Dparameter-parsing-api.md132 types (it can be found in `./scripts/dev/` directory of PHP sources):
135 php ./scripts/dev/check_parameters.php /path/to/your/sources/

Completed in 49 milliseconds

12