Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/tests/general_functions/
H A Dimport_request.phpt35 Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d
38 Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d
42 Warning: import_request_variables(): Numeric key detected - possible security hazard in %s on line …
/PHP-5.5/TSRM/
H A Dtsrm_win32.c463 SECURITY_ATTRIBUTES security; in popen_ex() local
492 security.nLength = sizeof(SECURITY_ATTRIBUTES); in popen_ex()
493 security.bInheritHandle = TRUE; in popen_ex()
494 security.lpSecurityDescriptor = NULL; in popen_ex()
496 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
527 …DuplicateTokenEx(thread_token, MAXIMUM_ALLOWED, &security, SecurityImpersonation, TokenPrimary, &t… in popen_ex()
542 …res = CreateProcessAsUser(token_user, NULL, cmd, &security, &security, security.bInheritHandle, dw… in popen_ex()
545 …res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, … in popen_ex()
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt40 Warning: SNMP::setSecurity(): Invalid security level '' in %s on line %d
43 Warning: SNMP::setSecurity(): Invalid security level 'bugusPriv' in %s on line %d
55 Warning: SNMP::setSecurity(): Unknown security protocol 'BBB' in %s on line %d
H A Dsnmp3-error.phpt42 Warning: snmp3_get(): Invalid security level '' in %s on line %d
45 Warning: snmp3_get(): Invalid security level 'bugusPriv' in %s on line %d
57 Warning: snmp3_get(): Unknown security protocol 'BBB' in %s on line %d
H A Dsnmp-object.phpt95 echo "SNMPv3 (default security settings)\n";
209 SNMPv3 (default security settings)
/PHP-5.5/ext/standard/
H A Dproc_open.c413 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1)
470 SECURITY_ATTRIBUTES security; in PHP_FUNCTION() local
533 memset(&security, 0, sizeof(security)); in PHP_FUNCTION()
534 security.nLength = sizeof(security); in PHP_FUNCTION()
535 security.bInheritHandle = TRUE; in PHP_FUNCTION()
536 security.lpSecurityDescriptor = NULL; in PHP_FUNCTION()
758 …newprocok = CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd,… in PHP_FUNCTION()
762 …newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.e… in PHP_FUNCTION()
/PHP-5.5/Zend/tests/
H A Derrmsg_020.phpt13 Warning: phpinfo() has been disabled for security reasons in %s on line %d
H A Derrmsg_021.phpt16 Warning: test() has been disabled for security reasons in %s on line %d
/PHP-5.5/sapi/cgi/
H A DCHANGES15 CGI: Enable the security check for internal server
25 to circumvent .htaccess security
/PHP-5.5/
H A DREADME.input_filter10 through which a company-wide or site-wide security policy can be
12 treat_data and post handler functions. To implement your own security
15 peoples' needs. However, if you want to implement your own security
H A DREADME.GIT-RULES52 stable version and is open for security fixes only.
55 stable version and is open for security fixes only.
H A D.gitignore219 ext/simplexml/examples/security.new.xml
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
300 ; This directive allows you to disable certain functions for security reasons.
305 ; This directive allows you to disable certain classes for security reasons.
359 ; (e.g. by adding its signature to the Web server header). It is no security
704 ; see documentation for security issues. The alternate is to use the
730 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
744 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
758 ; security tokens of the calling client. This allows IIS to define the
759 ; security context that the request runs under. mod_fastcgi under Apache
[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
300 ; This directive allows you to disable certain functions for security reasons.
305 ; This directive allows you to disable certain classes for security reasons.
359 ; (e.g. by adding its signature to the Web server header). It is no security
704 ; see documentation for security issues. The alternate is to use the
730 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
744 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
758 ; security tokens of the calling client. This allows IIS to define the
759 ; security context that the request runs under. mod_fastcgi under Apache
[all …]
H A DREADME.RELEASE_PROCESS256 highlight the major important things (security fixes) and when it is important
297 highlight the major important things (security fixes) and when it is important
H A D.gitattributes43 /ext/phar/tests/security.phpt -crlf
/PHP-5.5/tests/basic/
H A Dbug55500.phpt2 Bug #55500 (Corrupted $_FILES indices lead to security concern)
/PHP-5.5/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-5.5/ext/phar/
H A Dphar_internal.h640 …ntry_info(phar_archive_data *phar, char *path, int path_len, char **error, int security TSRMLS_DC);
641 …phar_archive_data *phar, char *path, int path_len, char dir, char **error, int security TSRMLS_DC);
642 …e_len, char *path, int path_len, char *mode, char allow_dir, char **error, int security TSRMLS_DC);
643 …e_len, char *path, int path_len, char *mode, char allow_dir, char **error, int security TSRMLS_DC);
H A Dutil.c353 …char *path, int path_len, char *mode, char allow_dir, char **error, int security TSRMLS_DC) /* {{{… in phar_get_entry_data()
391 …_dir, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security TSRMLS_CC)) == NU… in phar_get_entry_data()
398 …_len, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security TSRMLS_CC)) == NU… in phar_get_entry_data()
519 …char *path, int path_len, char *mode, char allow_dir, char **error, int security TSRMLS_DC) /* {{{… in phar_get_or_create_entry_data()
537 …t_entry_data(&ret, fname, fname_len, path, path_len, mode, allow_dir, error, security TSRMLS_CC)) { in phar_get_or_create_entry_data()
1214 …fo(phar_archive_data *phar, char *path, int path_len, char **error, int security TSRMLS_DC) /* {{{… in phar_get_entry_info()
1216 return phar_get_entry_info_dir(phar, path, path_len, 0, error, security TSRMLS_CC); in phar_get_entry_info()
1224 …chive_data *phar, char *path, int path_len, char dir, char **error, int security TSRMLS_DC) /* {{{… in phar_get_entry_info_dir()
1240 if (security && path_len >= sizeof(".phar")-1 && !memcmp(path, ".phar", sizeof(".phar")-1)) { in phar_get_entry_info_dir()
H A DTODO80 to do this for performance and security reasons. [Greg]
/PHP-5.5/ext/soap/
H A DTODO60 - SOAP security extension
/PHP-5.5/ext/shmop/
H A DREADME24 …(the n flag is mostly useful for security perpouses, so that you don't end up opening a faked segm…
/PHP-5.5/tests/security/
H A Dopen_basedir.inc14 // recommended for production use as . bypasses all semblence of security..!
/PHP-5.5/win32/build/
H A Dconfig.w32440 ARG_ENABLE("security-flags", "Disable the compiler security flags", "yes");

Completed in 53 milliseconds

12