ファイルの古い文字列と新しい文字列の両方を使用してファイル内のsedを置き換える
次のようにPHPファイルのコードブロックを自動的にコメントアウトしたいと思います。 元のブロック: // Enable all errors ini_set('display_startup_errors', 1); ini_set('display_errors', 1); error_reporting(E_ALL); 新しいコメントブロック: /* For the production version, the following codelines are commented out ...