Lines Matching refs:sapi_module

231 		actual_read = (int)sapi_module.read_post(buf, bytes_to_read);  in fill_buffer()
685sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limi…
709 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
720 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
735 sapi_module.sapi_error(E_WARNING, "Boundary too large in multipart/form-data POST data");
741 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
860 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
911sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
917 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
979 sapi_module.sapi_error(E_NOTICE, "No file uploaded");
999 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
1023sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file […
1028sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1041 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
1046sapi_module.sapi_error(E_NOTICE, "Only %zd bytes were written, expected to write %zd", wlen, blen);
1065sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filen…
1071sapi_module.sapi_error(E_WARNING, "Uploaded file size 0 - file [%s=%s] not saved", param, filename…