Lines Matching refs:sapi_module

254 		actual_read = (int)sapi_module.read_post(buf, bytes_to_read);  in fill_buffer()
708sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limi…
732 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
743 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
758 sapi_module.sapi_error(E_WARNING, "Boundary too large in multipart/form-data POST data");
764 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
883 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
934sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
940 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
1002 sapi_module.sapi_error(E_NOTICE, "No file uploaded");
1022 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
1046sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file […
1051sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1064 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
1069sapi_module.sapi_error(E_NOTICE, "Only %zd bytes were written, expected to write %zd", wlen, blen);
1088sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filen…
1094sapi_module.sapi_error(E_WARNING, "Uploaded file size 0 - file [%s=%s] not saved", param, filename…