Closed treyhyde closed 9 years ago
PHP silently changes the read size back down to some ini configured max. In this case, 1MB read size was being converted to 8k. Descriptors over 8k were silently dying. This use of fread was bad practice anyway.
PHP silently changes the read size back down to some ini configured max. In this case, 1MB read size was being converted to 8k. Descriptors over 8k were silently dying. This use of fread was bad practice anyway.