Lines Matching refs:sapi_module

253 		actual_read = (int)sapi_module.read_post(buf, bytes_to_read);  in fill_buffer()
707sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limi…
731 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
742 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
756 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
875 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
926sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
932 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
994 sapi_module.sapi_error(E_NOTICE, "No file uploaded");
1014 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
1038sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file […
1043sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1056 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
1061sapi_module.sapi_error(E_NOTICE, "Only %zd bytes were written, expected to write %zd", wlen, blen);
1080sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filen…
1086sapi_module.sapi_error(E_WARNING, "Uploaded file size 0 - file [%s=%s] not saved", param, filename…