Installing old packages

I've got an older version of PHP installed (5.2.10) and I want to install extensions that will be compatible with this version. Can I use pkg_add to install these packages? For example how do I do something like pkg_add php5-pdo_mysql-5.2.10.tbz and have it fetch from the right server?

I'm running FreeBSD 7.2-RELEASE-p4 amd64
 
SirDice said:
You probably have PHP 5.3.x installed.

I have 5.2.10 installed but I think this port is expecting a version 5.2.17

Code:
php --version

PHP 5.2.10 with Suhosin-Patch 0.9.7 (cli) (built: Sep  9 2009 02:39:58)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
 
Back
Top