Home
last modified time | relevance | path

Searched refs:master (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.3/ext/sodium/
H A DREADME.md1 …s-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodium-php?b…
/PHP-8.3/sapi/cli/tests/
H A Dphp_cli_server_pdeathsig.phpt31 $master = proc_get_status($cliServerInfo->processHandle)['pid'];
32 $workersBefore = find_workers_by_ppid($master);
/PHP-8.3/sapi/fpm/tests/
H A Dbug74083-concurrent-reload.phpt2 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
47 echo "ERROR: master process is dead\n";
H A Dsocket-close-on-exec.phpt40 We expect that both LISTEN (inherited from the master process) and ACCEPTED (ESTABLISHED)
H A Dbug76601-reload-child-signals.phpt58 echo "ERROR: master process is dead\n";
/PHP-8.3/.github/scripts/windows/
H A Dfind-target-branch.bat7 set BRANCH=master
H A Dtest_task.bat13 if "%BRANCH%" neq "master" (
51 …ver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXPRESS;Database=master;uid=%ODBC_TEST_USE…
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.conf.in76 ; 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 Dwww.conf.in20 ; 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-8.3/ext/ftp/
H A Dconfig.m46 dnl TODO: Rename this option for master.
/PHP-8.3/ext/pdo_dblib/tests/
H A DREADME.md10 PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0" PDO_DBLIB_TEST_USER="pdo_test" …
/PHP-8.3/.github/
H A DCODEOWNERS9 # 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-8.3/ext/pcre/tests/
H A Dpreg_match_error4.phpt351 "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 Dbug76514.phpt48 "version": "dev-master",
446 "cloudinary/cloudinary_php": "dev-master",
505 "cloudinary/cloudinary_php": "dev-master",
/PHP-8.3/.github/actions/test-linux/
H A Daction.yml25 export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
/PHP-8.3/ext/odbc/tests/
H A Dodbc_primarykeys_001.phpt59 odbc_exec($conn, 'USE master');
H A Dodbc_columns_001.phpt60 odbc_exec($conn, 'USE master');
/PHP-8.3/docs/
H A Drelease-process.md128 > git checkout -b php-X.Y.0alpha1-local-release-branch upstream/master
359 git push upstream master
390 git push upstream master
591 git push upstream master
599 git pull --rebase upstream master
604 git pull --rebase upstream master
607 git push upstream master
700 git push upstream master
722 git push upstream master
872 appropriate commit message (e.g., "master is now for PHP 8.3.0-dev").
[all …]
/PHP-8.3/scripts/dev/
H A Dmakedist56 Create snapshot of the master branch:
/PHP-8.3/.github/workflows/
H A Dnightly.yml70 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
164 …image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || …
352 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
409 git clone https://github.com/laravel/framework.git --branch=master --depth=1
536 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
612 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
712 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
H A Dpush.yml22 - master
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c355 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()
362master = 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-8.3/ext/standard/
H A Dproc_open.c84 int openpty(int *master, int *slave, char *name, struct termios *termp, struct winsize *winp) in openpty() argument
89 assert(master); in openpty()
92 sd = *master = *slave = -1; in openpty()
123 *master = fd; in openpty()
/PHP-8.3/
H A DCONTRIBUTING.md43 Pull requests implementing RFCs should be submitted against `master`.
355 | master | Active development branch for PHP 8.3, which is open for backwards incompatible chang…
384 which went into PHP-5.4, PHP-5.5 and master should be noted in both
385 PHP-5.4/NEWS and PHP-5.5/NEWS but not master, which is not a public released
H A DREADME.md18 [![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/github…

Completed in 48 milliseconds

12