From professional translators, enterprises, web pages and freely available translation repositories.
if you are unfamiliar with building and compiling your own software, it is worth checking to see whether somebody has already built a packaged version of php with the features you need.
多くのlinuxディストリビューションではrpmファイルのようなパッケー ジインストール機能がサポートされています。これにより、標準設定の 構築はかなり簡単になりますが、(セキュアサーバや標準以外のデータベー スドライバのような)標準以外の機能を必要とする場合には、phpやwebサー バを再構築する必要があります。ソフトウエアの構築およびコンパイル に不慣れな場合には、必要とする機能を有するphpが既にパッケージ化さ れていないかどうかを調べてみる価値はあります。
if you are unfamiliar with building and compiling your own software, it 's worth checking whether somebody has already built a packaged version of php with the features you need.
数は少ないですが、mac os x 用にパッケージ化され、コンパイルされた phpが存在します。これにより標準的な設定を構築することが非常に楽に なりますが、(セキュアサーバまたは別のデータベースドライバのような) 異なる機能が必要な場合には、phpやwebサーバを自分で構築する必要が あるかもしれません。ソフトウエアの構築およびコンパイルに不慣れな場 合、必要とする機能を有するパッケージ版のphpが既に構築されていない かどうかを調べることを推奨します。
you will need to use the --with-xmlrpc[ =dir] configuration option when compiling php to enable xml-rpc support.
phpのxml-rpcサポートはデフォルトでは有効となっていません。 xml-rpcサポートを有効にするには、phpをコンパイルする際に設定オプ ション --with-xmlrpc[=dir] を使用する必要があります。この拡張モジュールは、4.1.0以降 php に付属 しています。