понеділок, 31 березня 2014 р.

Determining version of PHP MongoDB driver.

This is the probably the simplest way to determine version of PHP MongoDB driver:
php --ri mongo | grep Version 
You'll get the answer immidiately:
Version => 1.4.5
Reference:

 http://stackoverflow.com/questions/19034006/how-to-check-mongodb-php-driver-version

Немає коментарів:

Дописати коментар