Programming: September 2012 Archives

PHP post_max_size 2047M for 32 bit

user-pic
Vote 0 Votes

32 bit PHP post_max_size 的最大值是 2047M, 這是因為 32 bit signed integer 限制,
php.ini 裡的 post_max_size 設定若超過 2047M, 會導致程式不正常, 抓不到 POST 變數的資料.
64 bit 則無此限制.
一般來說, memory_limit > post_max_size > upload_max_filesize

About this Archive

This page is an archive of entries in the Programming category from September 2012.

Programming: January 2012 is the previous archive.

Programming: November 2012 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives