Page 1 of 1

Which version?

PostPosted: 13. December 2011 14:38
by splash2
Hi All,

I have just been handed a project that needs postgre, MySQL [don't ask!], cURL & dBase support in Apache/PHP - does anyone know which version of XAMPP supports all of these dependencies?

TIA,

A

Re: Which version?

PostPosted: 13. December 2011 17:44
by Altrea
Hi spalsh2,

AS far as i know none XAMPP version supports all of the dependencies.
MySQL and cURL (must be activated first) are implemented by default.
The last XAMPP version which comes with php_dbase was XAMPP 1.7.3.
postgreSQL was never included in the XAMPP Stack, but you can request existent postgreSQL databases with PDO for example

best wishes,
Altrea

Re: Which version?

PostPosted: 14. December 2011 09:24
by splash2
Many thanks - good info. For those that come after; the dbase extension is not in php.ini in 1.7.3, just add it manually and restart apache. dbase will then show up in phpinfo as 'Additional modules'