Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 292) sorted by last modified time

12345678910>>...12

/PHP-7.2/
H A DUPGRADING67 . Session is made to manage session status correctly and prevents invalid operations.
70 . Functions are made to set or return correct session status.
76 . Functions prohibit invalid operations with regard to session status and
77 HTTP header status, return correct bool return value.
82 . INI value change by ini_set() returns update status correctly. Invalid INI modifications
90 . Some E_ERRORs are changed to E_WARNING since session status is managed correctly.
H A Dserver-tests.php303 if (preg_match("/^HTTP\/1\.. (\d+).*/s",$match[1],$status) && !$status[1]) {
304 $this->errmsg = "HTTP Response $status[1] Not Found";
315 $this->response_headers['Status']=$status[1];
595 function showstatus($item, $status, $reason = '') { argument
597 switch($status) {
977 $status = "failed";
979 $status = "success";
1020 … !post_result_data("status=$status&version=".urlencode(TESTED_PHP_VERSION),$failed_tests_data)) {
H A Dphp.ini-production763 ; http://php.net/cgi.redirect-status-env
/PHP-7.2/ext/standard/
H A Dimage.c209 int status = 0; in php_handle_swc() local
248 status = uncompress(buf, &szlength, (unsigned char *) ZSTR_VAL(bufz), ZSTR_LEN(bufz)); in php_handle_swc()
249 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
255 if (status == Z_OK) { in php_handle_swc()
264 if (!status) { in php_handle_swc()
H A Dstring.c5819 int status = FAILURE; local
5820 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status);
5825 if (status == FAILURE || c > 0xFFU) {
/PHP-7.2/main/streams/
H A Dstreams.c547 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_fill_read_buffer() local
565 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags); in _php_stream_fill_read_buffer()
567 if (status != PSFS_PASS_ON) { in _php_stream_fill_read_buffer()
580 switch (status) { in _php_stream_fill_read_buffer()
1122 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_write_filtered() local
1133 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1136 if (status != PSFS_PASS_ON) { in _php_stream_write_filtered()
1148 switch (status) { in _php_stream_write_filtered()
/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_big5.c161 switch (filter->status) { in mbfl_filt_conv_big5_wchar()
174 filter->status = 1; in mbfl_filt_conv_big5_wchar()
184 filter->status = 0; in mbfl_filt_conv_big5_wchar()
234 filter->status = 0; in mbfl_filt_conv_big5_wchar()
335 if (filter->status) { /* kanji second char */ in mbfl_filt_ident_big5()
339 filter->status = 0; in mbfl_filt_ident_big5()
343 filter->status = 1; in mbfl_filt_ident_big5()
/PHP-7.2/win32/
H A Dinstall.txt457 php-cgi.exe) then check "Set extension status to Allowed" and click OK.
821 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
859 You can check the status by using the phpinfo() function.
1793 response status can be sent with header(). If only GET and POST methods
/PHP-7.2/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-7.2/scripts/
H A DMakefile.frag48 $(builddir)/phpize: $(srcdir)/phpize.in $(top_builddir)/config.status
49 (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
51 $(builddir)/php-config: $(srcdir)/php-config.in $(top_builddir)/config.status
52 (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc166 * Get the keep alive status
191 * Get the pesistent socket status
H A Dtester.inc464 * Execute and check status request(s).
472 public function status(
475 string $statusPath = '/status',
482 require_once "status.inc";
483 $status = new Status();
487 $status->checkStatus($response, $expectedFields, $format);
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1422 int status; in start_children() local
1464 pid = wait( &status ); in start_children()
H A Dlsapilib.c2866 int status, pid; in lsapi_sigchild() local
2872 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
2877 if ( WIFSIGNALED( status )) in lsapi_sigchild()
2879 int sig_num = WTERMSIG( status ); in lsapi_sigchild()
2882 const char * dump = WCOREDUMP( status ) ? "yes" : "no"; in lsapi_sigchild()
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in180 ; http://www.foo.bar/status
181 ; http://www.foo.bar/status?json
182 ; http://www.foo.bar/status?html
183 ; http://www.foo.bar/status?xml
185 ; By default the status page only outputs short status. Passing 'full' in the
188 ; http://www.foo.bar/status?full
189 ; http://www.foo.bar/status?json&full
190 ; http://www.foo.bar/status?html&full
191 ; http://www.foo.bar/status?xml&full
238 ;pm.status_path = /status
[all …]
H A D.gitignore3 status.html
H A Dconfig.m4148 int status;
157 waitpid(child, &status, 0);
675 …/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html)
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_sockets.c275 int status; in fpm_socket_af_inet_socket_by_addr() local
282 if ((status = getaddrinfo(addr, port, &hints, &servinfo)) != 0) { in fpm_socket_af_inet_socket_by_addr()
283 zlog(ZLOG_ERROR, "getaddrinfo: %s\n", gai_strerror(status)); in fpm_socket_af_inet_socket_by_addr()
H A Dfpm_children.c179 int status; in fpm_children_bury() local
183 while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) { in fpm_children_bury()
190 if (WIFEXITED(status)) { in fpm_children_bury()
192 snprintf(buf, sizeof(buf), "with code %d", WEXITSTATUS(status)); in fpm_children_bury()
201 if (WEXITSTATUS(status) != FPM_EXIT_OK) { in fpm_children_bury()
205 } else if (WIFSIGNALED(status)) { in fpm_children_bury()
206 const char *signame = fpm_signal_names[WTERMSIG(status)]; in fpm_children_bury()
222 if (child && child->idle_kill && WTERMSIG(status) == SIGQUIT) { in fpm_children_bury()
226 if (WTERMSIG(status) != SIGQUIT) { /* possible request loss */ in fpm_children_bury()
229 } else if (WIFSTOPPED(status)) { in fpm_children_bury()
[all …]
H A Dfpm_conf.c863 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools() local
865 if (*status != '/') { in fpm_conf_process_all_pools()
866 …zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status); in fpm_conf_process_all_pools()
870 if (strlen(status) < 2) { in fpm_conf_process_all_pools()
871 zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status); in fpm_conf_process_all_pools()
875 for (i = 0; i < strlen(status); i++) { in fpm_conf_process_all_pools()
876 …if (!isalnum(status[i]) && status[i] != '/' && status[i] != '-' && status[i] != '_' && status[i] !… in fpm_conf_process_all_pools()
877 …path '%s' must contain only the following characters '[alphanum]/_-.~'", wp->config->name, status); in fpm_conf_process_all_pools()
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server.inc48 $status = proc_get_status($handle);
51 if (!($status && $status['running'])) {
89 $status = proc_get_status($handle);
90 if (!($status && $status['running'])) {
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1090 int color = 0, effective_status = status; in php_cli_server_log_response()
1101 if (status == 200) { in php_cli_server_log_response()
1880 const char *status_string = get_status_string(status); in php_cli_server_send_error_page()
1881 const char *content_template = get_template_string(status); in php_cli_server_send_error_page()
1936 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_send_error_page()
1956 php_cli_server_log_response(client, status, errstr ? errstr : "?"); in php_cli_server_send_error_page()
1997 int status = 200; in php_cli_server_begin_send_static() local
2036 append_http_status_line(&buffer, client->request.protocol_version, status, 1); in php_cli_server_begin_send_static()
2362 int status = php_cli_server_client_read_request(client, &errstr); in php_cli_server_recv_event_read_request() local
2363 if (status < 0) { in php_cli_server_recv_event_read_request()
[all …]
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c152 ctx->r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_send_headers()
298 r->status = SG(sapi_headers).http_response_code; in php_apache_sapi_flush()
506 SG(sapi_headers).http_response_code = !r->status ? HTTP_OK : r->status; in php_apache_request_ctor()
674 …if (parent_req && parent_req->status != HTTP_OK && parent_req->status != 413 && strcmp(r->protocol… in php_handler()
H A Dphp_functions.c87 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
133 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
136 ADD_LONG(status); in PHP_FUNCTION()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1830 int status = 0; local
2154 if (wait(&status) >= 0) {
2164 while (wait(&status) < 0) {
2245 DWORD status; local
2248 if(!GetExitCodeProcess(kid_cgi_ps[i], &status) || status != STILL_ACTIVE) {

Completed in 123 milliseconds

12345678910>>...12