/php-src/ext/pdo_firebird/ |
H A D | pdo_firebird_utils.cpp | 24 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_get_client_version() local 25 Firebird::IUtil* util = master->getUtilInterface(); in fb_get_client_version() 31 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_encode_time() local 32 Firebird::IUtil* util = master->getUtilInterface(); in fb_encode_time() 38 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_encode_date() local 39 Firebird::IUtil* util = master->getUtilInterface(); in fb_encode_date() 58 Firebird::IMaster* master = Firebird::fb_get_master_interface(); in fb_decode_time_tz() local 59 Firebird::IUtil* util = master->getUtilInterface(); in fb_decode_time_tz() 60 Firebird::IStatus* status = master->getStatus(); in fb_decode_time_tz() 78 Firebird::IUtil* util = master->getUtilInterface(); in fb_decode_timestamp_tz() [all …]
|
/php-src/ext/sodium/ |
H A D | README.md | 1 …s-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodium-php?b…
|
/php-src/sapi/cli/tests/ |
H A D | php_cli_server_pdeathsig.phpt | 31 $master = proc_get_status($cliServerInfo->processHandle)['pid']; 32 $workersBefore = find_workers_by_ppid($master);
|
/php-src/sapi/fpm/tests/ |
H A D | bug74083-concurrent-reload.phpt | 2 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083) 47 echo "ERROR: master process is dead\n";
|
H A D | socket-close-on-exec.phpt | 40 We expect that both LISTEN (inherited from the master process) and ACCEPTED (ESTABLISHED)
|
H A D | bug76601-reload-child-signals.phpt | 58 echo "ERROR: master process is dead\n";
|
/php-src/.github/scripts/windows/ |
H A D | find-target-branch.bat | 7 set BRANCH=master
|
H A D | test_task.bat | 11 if "%BRANCH%" neq "master" ( 49 …ver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXPRESS;Database=master;uid=%ODBC_TEST_USE…
|
/php-src/sapi/fpm/ |
H A D | php-fpm.conf.in | 76 ; Time limit for child processes to wait for a reaction on signals from master. 89 ; Specify the nice(2) priority to apply to the master process (only if set) 91 ; Note: - It will only work if the FPM master process is launched as root 92 ; - The pool process will inherit the master process priority 101 ; Set open file descriptor rlimit for the master process. 105 ; Set max core size rlimit for the master process.
|
H A D | www.conf.in | 20 ; Unix user/group of the child processes. This can be used only if the master 26 ; Default Values: The user is set to master process running user by default. 51 ; Default Values: Owner is set to the master process running user. If the group 77 ; Note: - It will only work if the FPM master process is launched as root 78 ; - The pool processes will inherit the master process priority 85 ; or group is different than the master process user. It allows to create process
|
/php-src/.github/workflows/ |
H A D | real-time-benchmark.yml | 76 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 77 …sed -i 's/PHP_NAME="PHP - master"/PHP_NAME="PHP - baseline@'"$BASELINE_SHORT_SHA"'"/g' ./php-versi… 82 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 83 …sed -i 's/PHP_NAME="PHP - master"/PHP_NAME="PHP - previous master"/g' ./php-version-benchmarks/con… 88 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_…
|
H A D | docs.yml | 5 - master
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | dom_parsing_gh47_bis.phpt | 8 // Adapted from https://github.com/web-platform-tests/wpt/blob/master/domparsing/XMLSerializer-seri…
|
/php-src/ext/pdo_dblib/tests/ |
H A D | README.md | 10 PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0" PDO_DBLIB_TEST_USER="pdo_test" …
|
/php-src/.github/ |
H A D | CODEOWNERS | 9 # earliest supported PHP branch (PHP-X.Y) and not only to the master branch. 12 # https://github.com/php/php-src/blob/master/CONTRIBUTING.md#pull-requests
|
/php-src/ext/pcre/tests/ |
H A D | preg_match_error4.phpt | 351 "version": "dev-master", 441 "version": "dev-master", 519 "version": "dev-master", 860 "jlapp\\/swaggervel": "dev-master", 868 "mindscape\\/raygun4php": "dev-master", 875 "orangehill\\/iseed": "dev-master",
|
H A D | bug76514.phpt | 48 "version": "dev-master", 446 "cloudinary/cloudinary_php": "dev-master", 505 "cloudinary/cloudinary_php": "dev-master",
|
/php-src/.github/actions/test-linux/ |
H A D | action.yml | 25 export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
|
/php-src/ext/odbc/tests/ |
H A D | odbc_primarykeys_001.phpt | 59 odbc_exec($conn, 'USE master');
|
H A D | odbc_columns_001.phpt | 60 odbc_exec($conn, 'USE master');
|
/php-src/docs/ |
H A D | release-process.md | 126 > git checkout -b php-X.Y.0alpha1-local-release-branch upstream/master 245 Commit the changes to the `master` (or `PHP-X.Y`) branch. 368 git push upstream master 399 git push upstream master 601 git push upstream master 609 git pull --rebase upstream master 614 git pull --rebase upstream master 617 git push upstream master 721 git push upstream master 743 git push upstream master [all …]
|
/php-src/docs/source/ |
H A D | index.rst | 32 <https://github.com/php/php-src/blob/master/CONTRIBUTING.md#technical-resources>`__ file for a
|
/php-src/scripts/dev/ |
H A D | makedist | 64 Create snapshot of the master branch:
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 355 HashTable *master; in phpdbg_resolve_pending_file_break_ex() local 359 if (!(master = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen))) { in phpdbg_resolve_pending_file_break_ex() 362 …master = zend_hash_str_add_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen, &new_ht, sizeof(Ha… in phpdbg_resolve_pending_file_break_ex() 370 if (zend_hash_index_add_mem(master, brake->line, &new_brake, sizeof(phpdbg_breakfile_t))) { in phpdbg_resolve_pending_file_break_ex() 371 PHPDBG_BREAK_MAPPING(brake->id, master); in phpdbg_resolve_pending_file_break_ex() 383 return master; in phpdbg_resolve_pending_file_break_ex()
|
/php-src/ext/standard/ |
H A D | proc_open.c | 83 int openpty(int *master, int *slave, char *name, struct termios *termp, struct winsize *winp) in openpty() argument 88 assert(master); in openpty() 91 sd = *master = *slave = -1; in openpty() 122 *master = fd; in openpty()
|