[PHP-WIN] Re: pgsql.dll

2001-11-11 Thread David Broker
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Tom Gordon) wrote: >Does anybody know where to get pgsql.dll for PostgreSQL support? > >Is there a web page with all (e.g. curl, xml) the dlls built for the current >release of php (e.g. 4.0.6)? > >Thanks, > >Tom Gordon >[EMAIL PROTECTED] > > A

[PHP-WIN] Building on Windows without MS Visual C++

2001-11-08 Thread David Broker
Hi, I would like to know if it is possible to build with Borland C++ Builder, instead of MS Visual C++. As I can seem to figure it out i was wonder if it were possible, and if so are there any detailed instructions anywhere? Regards, David -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] Re: PHP4, Xitami, NT4 Workstation issues

2001-11-04 Thread David Broker
What version of Xitami are you using? V2.5B has many bugs. Did you remove the old .phtml reference from the default.cfg? David In article <001401c16249$85c0e330$4200020a@erik_laptop>, <[EMAIL PROTECTED]> wrote: >Hey All! > >I hit a snag earlier today on something I've done a million ti

[PHP-WIN] Re: Using COM

2001-09-30 Thread David Broker
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Crawley) wrote: > >"David Broker" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> Rich, >> Microsoft claims (in the IIS help) that this is an object which

[PHP-WIN] Re: Using COM

2001-09-28 Thread David Broker
>> $iis = COM("IIS://localhost/w3scv"); >Hum, now Im not shure what your component is... > >The value between the quotes is a string that is looked-up in the registry > under HKEY_CLASSES_ROOT ), if its on a diffrent machine then you might want >to try using the second arg to COM, which is a serv

[PHP-WIN] Re: Using COM

2001-09-27 Thread David Broker
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Crawley) wrote: >"David" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> $adsi = new COM(server.object) > >All you need is ... > >$adsi = new COM( "comobjectname" ); >$adsi->objectmethod(); > >try that, the o