문제

It seems like PHP have removed dbx-extension as default install since version 5. I am wondering, why? Is dbx out?

And where can I download the extension, I did google, but I can't find it.

Thank you.

도움이 되었습니까?

해결책

From the PHP manual:

This extension has been moved to the » PECL repository and is no longer bundled with PHP as of PHP 5.1.0.

PDO offers the same sort of functionality (single interface to multiple database types) so I assume you're expected to use that instead.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top