Home  >  Article  >  Backend Development  >  linux下条件编译php使php可以操作大于2g的文件(32位系统),该怎么解决

linux下条件编译php使php可以操作大于2g的文件(32位系统),该怎么解决

WBOY
WBOYOriginal
2016-06-13 10:12:171012browse

linux下条件编译php使php可以操作大于2g的文件(32位系统)
看到网上有一些 说可以通过编译选项编译php加入某些参数,然后可以操作大于2g的文件
但是我看了半天 编译了半天 还是不行。请大仙们帮帮忙吧

------解决方案--------------------
ini_set ('memory_limit', '2048M') ; 只是扩大内存,

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn