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.
プロジェクトをクラウド ホスティングに移動しましたが、いくつか問題が発生しています。私が知っているように、mysqli_stmt::get_result() は mysql ネイティブ ドライバーでのみ動作します。また、ドキュメントによると、PHP のコンパイル時に追加する必要があります。
これは私の phpinfo() です:
mysqli は API 拡張機能に含まれていません。私の質問は、PHP を再コンパイルせずに何らかの方法で追加できるかどうかです。