php version mismatch

hello,

I have a server running PHP 5.3.10:
Code:
xxx# php -v
PHP 5.3.10 with Suhosin-Patch (cli) (built: Mar  6 2012 09:58:35) 
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
I'm trying to install the curl extension for PHP but when I try and make it using this command:
Code:
xxx# pwd
/usr/ports/ftp/php53-curl
xxx# make
===>  php53-curl-5.3.15 cannot install: doesn't work with PHP version : 5 (Doesn't support PHP 52 5).
*** Error code 1

Stop in /usr/ports/ftp/php53-curl.
can anyone shed a light on this?
 
Back
Top