PHP 5 Crash

liunx

Guest
Hello,
Can anyone help me figure out what is happening?

I've tried to install PHP 5 ont Windows 2000 Server, IIS 5, in following conditions:
-all files from php/ext/ folder copied into c:\winnt\system32
-all files from php/ folder copied into c:\winnt\system32
-copied php.ini into c:\winnt and modified paths from extensions and session folders correctly.
-mapped .php extension with php5isapi.dll
-the virtual directory application is running under credentials of a domain user, not IUSR_...

After all of that all I get is something like...
"PHP encounter an ... at ...<some number>"

I think is a PHP 5 bug, because the same configuration but with PHP 4.3.8 works perfectly.


Can anyone help me?Moved to PHP5 forum"Moved to PHP5 forum"

I'm sorry but I don't understand....Originally posted by raul.ionescu
Hello,
I've tried to install PHP 5 ont Windows 2000 Server, IIS 5, in following conditions:
-all files from php/ext/ folder copied into c:\winnt\system32
-all files from php/ folder copied into c:\winnt\system32
First off... why??

After all of that all I get is something like...
"PHP encounter an ... at ...<some number>"
Could you post the exact and complete error message? That might help narrow down the cause a bit.
 
Back
Top