프로그래밍/PHP
PHP 7 MongoDB 모듈 설치.
EL_aya
2020. 9. 2. 17:40
1. PECL 을 이용하여 설치
# sudo pecl install mongodb
2. php.ini에 다음 라인 추가
extension=mongodb.so