Home
last modified time | relevance | path

Searched refs:security (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/TSRM/
H A Dtsrm_win32.c452 SECURITY_ATTRIBUTES security; in popen_ex() local
502 security.nLength = sizeof(SECURITY_ATTRIBUTES); in popen_ex()
503 security.bInheritHandle = TRUE; in popen_ex()
504 security.lpSecurityDescriptor = NULL; in popen_ex()
506 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
540 …DuplicateTokenEx(thread_token, MAXIMUM_ALLOWED, &security, SecurityImpersonation, TokenPrimary, &t… in popen_ex()
561 …res = CreateProcessAsUserW(token_user, NULL, cmdw, &security, &security, security.bInheritHandle, … in popen_ex()
564 …res = CreateProcessW(NULL, cmdw, &security, &security, security.bInheritHandle, dwCreateFlags, env… in popen_ex()
/PHP-8.0/Zend/tests/
H A Derrmsg_021.phpt16 Warning: test() has been disabled for security reasons in %s on line %d
H A Dbug77494.phpt13 Warning: CURLFile() has been disabled for security reasons in %sbug77494.php on line 2
/PHP-8.0/docs/
H A Dinput-filter.md8 which a company-wide or site-wide security policy can be enforced. It is
10 functions. To implement your own security policy you will need to write a
13 implement your own security policy, read on.
H A Drelease-process.md171 highlight the major important things (security fixes) and when it is
286 * `$PHP_X_Y_TAGS` array should include `security` if this is a security
295 Add `--security` for a security release.
329 highlight the major important things (security fixes) and when it is
332 * Call `php bin/createReleaseEntry -v <version> [ --security ]` in your
370 highlight the major important things (security fixes) and when it is
373 * Call `php bin/createReleaseEntry -v <version> [ --security ]` in your
/PHP-8.0/tests/basic/
H A Dbug55500.phpt2 Bug #55500 (Corrupted $_FILES indices lead to security concern)
/PHP-8.0/ext/openssl/tests/
H A Dbug65538_002.phpt21 Warning: remote cafile streams are disabled for security purposes in %s on line %d
H A Dstream_security_level.phpt25 // Make sure the server side starts up successfully if the default security level is
/PHP-8.0/ext/standard/tests/network/
H A Dnews.rss24 …evelopment team announces the immediate availability of PHP 5.4.37. Six security-related bugs were…
/PHP-8.0/ext/phar/
H A Dphar_internal.h598 …r_get_entry_info(phar_archive_data *phar, char *path, size_t path_len, char **error, int security);
599 …fo_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, int security);
600 …me_len, char *path, size_t path_len, const char *mode, char allow_dir, char **error, int security);
601 …me_len, char *path, size_t path_len, const char *mode, char allow_dir, char **error, int security);
H A Dutil.c341 …har *path, size_t path_len, const char *mode, char allow_dir, char **error, int security) /* {{{ */ in phar_get_entry_data() argument
379 … allow_dir, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security)) == NULL) { in phar_get_entry_data()
386 …, path_len, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security)) == NULL) { in phar_get_entry_data()
507 …har *path, size_t path_len, const char *mode, char allow_dir, char **error, int security) /* {{{ */ in phar_get_or_create_entry_data() argument
525 …== phar_get_entry_data(&ret, fname, fname_len, path, path_len, mode, allow_dir, error, security)) { in phar_get_or_create_entry_data()
1198 …ry_info(phar_archive_data *phar, char *path, size_t path_len, char **error, int security) /* {{{ */ in phar_get_entry_info() argument
1200 return phar_get_entry_info_dir(phar, path, path_len, 0, error, security); in phar_get_entry_info()
1208 …ar_archive_data *phar, char *path, size_t path_len, char dir, char **error, int security) /* {{{ */ in phar_get_entry_info_dir() argument
1224 if (security && path_len >= sizeof(".phar")-1 && !memcmp(path, ".phar", sizeof(".phar")-1)) { in phar_get_entry_info_dir()
/PHP-8.0/ext/exif/tests/
H A Dbug50845.phpt46 …nd (LSD-41), May 5, 2016. The vehicles were loaded to support a theater security cooperation event…
/PHP-8.0/ext/session/tests/
H A Dsave_handler.inc133 // security reasons for production save handler.
156 // NOTE: This handler is mandatory for session security.
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object.phpt95 echo "SNMPv3 (default security settings)\n";
209 SNMPv3 (default security settings)
/PHP-8.0/tests/security/
H A Dopen_basedir.inc14 // recommended for production use as . bypasses all semblances of security..!
/PHP-8.0/
H A DCONTRIBUTING.md333 … release the PHP 7.2.x series. This is an old stable version and is open for security fixes only. |
347 1. All non-security bugfix changes should first go to the lowest bugfix branch
348 (i.e. 7.3) and then get merged up to all other branches. All security fixes
349 should go to the lowest security fixes branch (i.e 7.2). If a change is not
H A Dphp.ini-development76 ; php.ini-production contains settings which hold security, performance and
78 ; compatibility with older or less security conscience applications. We
394 ; (e.g. by adding its signature to the Web server header). It is no security
754 ; see documentation for security issues. The alternate is to use the
780 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
794 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
808 ; of the web tree and people will not be able to circumvent .htaccess security.
812 ; security tokens of the calling client. This allows IIS to define the
813 ; security context that the request runs under. mod_fastcgi under Apache
1457 ; Use of trans sid may risk your users' security.
[all …]
H A Dphp.ini-production76 ; php.ini-production contains settings which hold security, performance and
78 ; compatibility with older or less security conscience applications. We
396 ; (e.g. by adding its signature to the Web server header). It is no security
756 ; see documentation for security issues. The alternate is to use the
782 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
796 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
810 ; of the web tree and people will not be able to circumvent .htaccess security.
814 ; security tokens of the calling client. This allows IIS to define the
815 ; security context that the request runs under. mod_fastcgi under Apache
1459 ; Use of trans sid may risk your users' security.
[all …]
H A DREADME.REDIST.BINS173 as part of a software package, or anywhere else to improve security,
H A DUPGRADING466 to fix potential security vulnerabilities due to object instantiation, autoloading, etc.
/PHP-8.0/win32/build/
H A Dconfig.w32317 ARG_ENABLE("security-flags", "Disable the compiler security flags", "yes");
/PHP-8.0/sapi/litespeed/
H A DREADME.md18 security when mod_php is used. Usually, FastCGI PHP is not an option in shared
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in381 ; Note: chrooting is a great security feature and should be used whenever
421 ;security.limit_extensions = .php .php3 .php4 .php5 .php7
/PHP-8.0/build/
H A Dlibtool.m42177 dnl not every word. This closes a longstanding sh security hole.
3726 # For security reasons, it is highly recommended that you always
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26026 0 beshort 0x9501 PGP key security ring
26028 0 beshort 0x9500 PGP key security ring

Completed in 224 milliseconds

12