From:             raul dot ionescu at mymail dot ro
Operating system: Windows 2000 Server
PHP version:      5.0.0
PHP Bug Type:     IIS related
Bug description:  PHP 5 crash

Description:
------------
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?


Reproduce code:
---------------
<?PHP
print 'test';
?>

Expected result:
----------------
test

Actual result:
--------------
"PHP encounter an ... at ...<some number>"

-- 
Edit bug report at http://bugs.php.net/?id=29282&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29282&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29282&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29282&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29282&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29282&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29282&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29282&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29282&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29282&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29282&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29282&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29282&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29282&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29282&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29282&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29282&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29282&r=float

Reply via email to