Re: [PHP-DEV] Microsoft Transaction Server support From: Zeev Suraski (zeev <email protected>)
Date: 04/28/00

On Fri, 28 Apr 2000, Maciej Przybecki wrote:

> Hi, we are an ISP in Poland.
> We are working on interface to SCALA integrated information system.
>
> It works well with MTS/MSSQL and IIS ASP scripts as a frontend for
> Internet operations (orders etc...).
>
> We got an idea to write this in PHP environment.
> So we need to write MTS/MSSQL support for PHP for this system.
> *The main goal is to replace ASP scripts with PHP *
> I'm not personally a C/C++ programmer but we have them in our team.
>
> Could someone help me where to start with this project ?

MTS support should be completely transparent, as MTS objects are (usually)
nothing but wrapped DCOM objects, which PHP supports (make sure you use
4).

As for MS-SQL support, PHP already has it as well.

Zeev

-- 
Zeev Suraski <zeev <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>