RE: [PHP-WIN] Reading mapped drive with PHP5

2004-09-14 Thread George Pitcher
Trevor, Thanks for your suggestions. I did manage to solve it in a semi-PHP way. The script buiulds a batchfile to execute some Java apps. All I did was to build a few lines at the beginning of the batch file to do the copying at dos level. Did the trick. Cheers George > -Original Message-

[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

[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 w

[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 = "babelfish.altavis

[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? Ar

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 se

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 st

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

RE: [PHP-WIN] Reading mapped drive with PHP5

2004-09-14 Thread Gryffyn, Trevor
I found this page relating to mapped drives and PHP: http://bugs.php.net/bug.php?id=26214&edit=1 Since you upgraded your PHP, maybe some of your other settings changed as well. This page indicates that mapped drives are user-specific and if your PHP script is running as a different user, that it

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 the

[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 fir

[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 upgrad