The oracle instant client should be fairly easy to find on the oracle website.
Matt
-Original Message-
From: Marcos R. Cardoso [mailto:[EMAIL PROTECTED]
Sent: Friday, July 28, 2006 8:26 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Re: R: [PHP-WIN] php_oci8.dll
Sorry about
Citrix could take care of you, if you're willing to spend some money.
Matt
-Original Message-
From: Martin Staiger [mailto:[EMAIL PROTECTED]
Sent: Monday, July 03, 2006 10:01 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Edit files WITHOUT down- and upload
dear group,
we're l
it works
> without a problem. Does PHP use a different portion of the
> Oracle application? Is there a way manually to determine if
> the "oracle instant client" is installed.
>
> Thanks,
> Steven Stuart
>
>
> ""Matt Murphy"" <[EMAIL PRO
I know this seems silly since you have oracle installed, but do you have
the oracle instant client installed? Installing Oracle may not
necessarily mean it installed a client on there!
Matt
> -Original Message-
> From: Steven Stuart [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 13,
I'm a big fan of textpad.
Matt
> I guess editplus is a nice editor for php,i have been using
> it from past 4 years.
> www.editplus.com
> thnx/chandar
>
> -Original Message-
> From: Aaron Kenney [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 12, 2006 9:14 AM
> To: php-windows@list
?>
Hmm... I'm guessing you could take that variable, do an explode on the
\ and add the @domain.ext, that is if you know the extension. That
should work for my purposes at least.
Thanks,
Matt
> The $_SERVER["REMOTE_USER"] method works ok, but returns the
> old Win 2000 style DOMAIN\username, r
That seems to grab the user that apache is running under, any idea about
the client's windows username?
Matt
> -Original Message-
> From: David Collard [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 21, 2006 10:31 AM
> To: Alex Blundell
> Cc: php-windows@lists.php.net
> Subject: Re:
Well the password will be encrypted I'd think in AD, are you sure you want to
retrieve the password, or just authenticate the login? The code I sent should
do that just fine, not sure about with the LDAP library you're using.
Matt
From: [EMAIL PROTECTED] [m
The easiest way I've found, if you just want to verify their username &
password, you can do this:
$ds=ldap_connect("ldap://yourdc.yourdomain.com";);
// Fix for Windows 2003 AD
ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);
ldap_set_option($ds, LDAP_OPT_REFERRALS, 0);
if ($ds) {
[EMAIL PR
I'd recommend Apache on windows, IIS seems like it's not very widely
used or very well supported.
Matt
> -Original Message-
> From: Travis Raybold [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 17, 2005 10:03 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] any fairly lar
> Thanks once again Edin. On the Download Page of the
> WAMPSERVER site, I noticed that "WAMP5 does not work with
> Windows 98, Me". Since, therefore, the operating system on my
> computer is Windows 98SE, I presume I still cannot use WAMP.
There's a reason for that!
Do yourself a favor and u
Windows 98 is a terrible operating system. You shouldn't be using it for
web surfing, much less web serving.
Windows 2000 & Apache 2.0 works just fine.
Matt
> -Original Message-
> From: Georgio [mailto:[EMAIL PROTECTED]
> Sent: Sunday, June 26, 2005 5:04 PM
> To: php-windows@lists.p
All,
I'm moving a LAMP site to windows and I'm having one small hurdle. I'm
trying to connect to an access db that's used by our UPS software, so I
can access status of shipments. I'm using an odbc connection, and
amazingly, while it works under linux, it does not under windows! I've
set the o
14 matches
Mail list logo