Lines Matching refs:sapi_module

267 		actual_read = (int)sapi_module.read_post(buf, bytes_to_read);  in fill_buffer()
723sapi_module.sapi_error(E_WARNING, "POST Content-Length of " ZEND_LONG_FMT " bytes exceeds the limi…
742 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
753 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
767 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
881 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
934 sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
939 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
1004 sapi_module.sapi_error(E_NOTICE, "No file uploaded");
1024 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
1048sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of " ZEND_LONG_FMT " bytes exceeded - file […
1053sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not s…
1066 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
1071sapi_module.sapi_error(E_NOTICE, "Only %zd bytes were written, expected to write %zd", wlen, blen);
1090sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filen…
1096sapi_module.sapi_error(E_WARNING, "Uploaded file size 0 - file [%s=%s] not saved", param, filename…