nextcloud / social

🎉 Social can be used for work, or to connect to the fediverse!
https://apps.nextcloud.com/apps/social
GNU Affero General Public License v3.0
488 stars 59 forks source link

The parameter is too large for a 32-bit computer #1809

Open chenmaomaoi opened 1 year ago

chenmaomaoi commented 1 year ago

https://github.com/nextcloud/social/blob/617f5257ad120a126af1f6f304fc609e60a2e8d3/lib/Db/StreamRequest.php#L59

https://github.com/nextcloud/social/blob/617f5257ad120a126af1f6f304fc609e60a2e8d3/lib/Db/StreamRequest.php#L930

The largest integer supported in this build of PHP. Usually int(2147483647) in 32 bit systems and int(9223372036854775807) in 64 bit systems.

riparise commented 1 year ago

duplicate of #1742 ?