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
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
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
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
>> $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
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