Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のプログラムから呼び出された php-cli スクリプトで stdin を読み取ろうとしていました。70 ~ 80MB までのファイルでは問題なく動作しますが、それ以降は stdin が EOF を返し、空になります。
問題は、この stdin に影響を与える可能性のある php.ini またはファイルシステム (ただし、C プログラムが正常に動作することはないと思います) に制限があるかどうかです。それともPHPのバグですか?