[PHP-INSTALL] Ubuntu php source install

2007-03-28 Thread admin
Looks like I need to do a source install of php on my Ubuntu box, rather than using apt. What parameters should a person give when running ./configure? I am running apache2. I know I will need the apache source files, but apt does not like apt-get install apache2-devel. Anyone know the proper name

[PHP-INSTALL] pdo + dblib : transaction ??

2007-03-28 Thread Joffrey Audin
Hi ! I use Freebsd 6.1, php5.2.1 pdo + dblib (freetds) drivers PDO gives me an error 'This driver doesn't support transactions' Why ??? I need transactions. How can I solve my problem ? Thanks you