php-windows Digest 14 Sep 2004 13:23:03 -0000 Issue 2395

2004-09-14 Thread php-windows-digest-help
php-windows Digest 14 Sep 2004 13:23:03 - Issue 2395 Topics (messages 24567 through 24569): Reading mapped drive with PHP5 24567 by: George Pitcher Performance issues in split PHP/MySQL installation 24568 by: Gabor Szabo Re: NT username detectable? 24569 by:

php-windows Digest 15 Sep 2004 01:52:21 -0000 Issue 2396

2004-09-14 Thread php-windows-digest-help
php-windows Digest 15 Sep 2004 01:52:21 - Issue 2396 Topics (messages 24570 through 24577): Re: Reading mapped drive with PHP5 24570 by: Gryffyn, Trevor Re: NT username detectable? 24571 by: Stut 24572 by: Manuel Lemos 24573 by: Gryffyn, Trevor IIS6 and

[PHP-WIN] Reading mapped drive with PHP5

2004-09-14 Thread George Pitcher
Hi, No response received after my request yesterday, so I'll try again. I have a script that copies a file from a mapped drive on my local network and places it in a particular directory on my laptop. I then do somethjing with the file. While I ran PHP4.3 it worked like a dream, and since

[PHP-WIN] Performance issues in split PHP/MySQL installation

2004-09-14 Thread Gabor Szabo
We are using PHP 5, Apache 1.3.x and MySQL on Windows. Everything used to be on one server and the site seemed to work well. For business reason we had to movethe MySQL database to another Windows machine near-by. Since the move the time it takes to fetch a page increased considerably. As a

RE: [PHP-WIN] NT username detectable?

2004-09-14 Thread Gryffyn, Trevor
Thanks for the note. Unfortunately I don't have visibility to the settings they've chosen on the IIS box. I told them I wanted just Windows Integrated Authentication activated, but initially they left anonymous still activated. Maybe they still have Basic turned on as well. I just assumed they

Re: [PHP-WIN] NT username detectable?

2004-09-14 Thread Stut
On Mon, 13 Sep 2004 16:07:36 -0400, Gryffyn, Trevor [EMAIL PROTECTED] wrote: Ok, I finally talked our IT guys into turning off the Anonymous Access and I can get into the PHP scripts just fine and LOGON_USER is populated just fine, but some of the other users in the company get a popup login

Re: [PHP-WIN] NT username detectable?

2004-09-14 Thread Manuel Lemos
Hello, On 09/14/2004 10:17 AM, Trevor Gryffyn wrote: Thanks for the note. Unfortunately I don't have visibility to the settings they've chosen on the IIS box. I told them I wanted just Windows Integrated Authentication activated, but initially they left anonymous still activated. Maybe they

RE: [PHP-WIN] NT username detectable?

2004-09-14 Thread Gryffyn, Trevor
Well, nobody seemed to change anything and it's not doing the basic authentication request today, so I don't know what the deal is. Maybe something like Stut mentioned with someon rebooting a server or something. I don't know. A lot of odd things happened yesterday on our network. Everything

[PHP-WIN] IIS6 and multiple php.ini

2004-09-14 Thread Artis Mucenieks
Hi. I have following problem, how to make iis6 with php isapi extension to read multiple different php.ini files for different web sites. I tried to use per directory values to modify behavior of php, but some settings does not work this way. Does anyone have some suggestion about this?

[PHP-WIN] PHP + fSockOpen

2004-09-14 Thread Siegfried
Why does my opened socket not receive unicode data? I have made a script for translating my languagefile using babelfish, but when translating to russian,chinese,japanese, etc. i only gets either or ); as result. What may be the problem? The code is as follows: $host =

[PHP-WIN] Secure LDAP

2004-09-14 Thread Christopher Derr
I did a cursory search of the newsgroup, google and the buglist but I didn't see anything definitive. I've got a WinNT box running Apache and PHP 4.3.1. I can connect via ldap fine. Ldaps connects, but won't bind with my login and password, though it does on my linux box without issue. I'm

[PHP-WIN] Re: PHP + fSockOpen

2004-09-14 Thread Manuel Lemos
Hello, On 09/13/2004 02:20 PM, Siegfried wrote: Why does my opened socket not receive unicode data? I have made a script for translating my languagefile using babelfish, but when translating to russian,chinese,japanese, etc. i only gets either or ); as result. What may be the problem? If you