[PHP-WIN] Re: problem with URL

2001-10-19 Thread Jørg V. Bryne
Maybe php is not set to automaticly register variables on your server? check http://www.php.net/manual/en/security.registerglobals.php you can check your present setting in /winnt/php.ini (probably) -Jørg "Harry Lau" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]

[PHP-WIN] Re: LDAP versus DB

2001-10-03 Thread Jørg V. Bryne
You're basically rigth. LDAP is optimized for "read many, write few" while DB's are usually optimized for writing. It all depends on the configuration. You can get longer search-time from a misconfigured LDAP server than an optimized MySQL. I once transfered 24000 customers from MySQL to LDAP and

Re: [PHP-WIN] COM again

2001-10-02 Thread Jørg V. Bryne
I configured php 4.0.6 as an ISAPI module, and it works perfectly now. I guess this has something to do with ACL's in IIS... -Jørg "JøRg V. Bryne" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hmm. It seems it's workin

Re: [PHP-WIN] COM again

2001-10-02 Thread Jørg V. Bryne
Hmm. It seems it's working, it just give out false replies all the time. (IE. Axapta which is a databasesystem won't find any data). I would guess this has to do with IIS config or something. We run PHP as CGI. Does anyone now if this affects security/user policies in w2k iis? Will try reconfig to

[PHP-WIN] COM again

2001-10-01 Thread Jørg V. Bryne
I'm having some trouble getting around with COM objects. Is there any way that one can list the methods/properties of an instanciated COM object? Also. I'm having trouble getting an ASP-script to work, so maybe someone could help me translate? I've been staring at it for so long that I don't see