ID: 20813
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Directory function related
Operating System: NT4SP6 IIS
PHP Version: 4.2.3
New Comment:
Just installed fresh 4.2.3 ISAPI on Win2000 and still produc
ID: 20813
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Directory function related
Operating System: NT4SP6 IIS
PHP Version: 4.2.3
New Comment:
Bug #9354 also produces same result
Bug #6445 is the same p
ID: 6445
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Filesystem function related
Operating System: Windows NT 4 sp 6a
PHP Version: 4.0.1pl2
New Comment:
I am still having this problem on the same plat
From: [EMAIL PROTECTED]
Operating system: NT4SP6 IIS
PHP version: 4.2.3
PHP Bug Type: Directory function related
Bug description: opendir() returns errno22 with UNC path
if ($handle = opendir("//server/share")) {
while ($file = readdir($handle)) {
echo "$file";
ID: 15765
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: MSSQL related
Operating System: Windows 2000 Server
PHP Version: 4.1.1
New Comment:
as of this time, I have tested this with ISAPI plugin and php.e
From: [EMAIL PROTECTED]
Operating system: Windows 2000 Server
PHP version: 4.1.1
PHP Bug Type: MSSQL related
Bug description: mssql_query (and mssql_select_db) crashes php.exe
I am able to connect to SQL Server v7.0 over the network, but after I am
connected (with either _co