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.
Mac で開発用の Web サイトを持っていますが、php は大文字と小文字を区別しません。しかし、実稼働サーバー (debian) に Web サイトを設定すると、大文字を設定するのを忘れたため、問題が発生します。
Macでphpを大文字と小文字を区別するように設定する解決策はありますか?
例えば
$test = new test();
dev では動作しますが、prod では動作しません
ありがとう