Lines Matching refs:sapi_module
265 actual_read = (int)sapi_module.read_post(buf, bytes_to_read); in fill_buffer()
722 …sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limi…
741 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
752 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
766 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
880 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
933 sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
938 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
1003 sapi_module.sapi_error(E_NOTICE, "No file uploaded");
1023 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
1047 …sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file […
1052 …sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1065 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
1070 …sapi_module.sapi_error(E_NOTICE, "Only %zd bytes were written, expected to write %zd", wlen, blen);
1089 …sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filen…
1095 …sapi_module.sapi_error(E_WARNING, "Uploaded file size 0 - file [%s=%s] not saved", param, filename…