php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29282 PHP 5 crash
Submitted: 2004-07-20 15:25 UTC Modified: 2004-07-20 16:49 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: raul dot ionescu at mymail dot ro Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.0.0 OS: Windows 2000 Server
Private report: No CVE-ID: None
 [2004-07-20 15:25 UTC] raul dot ionescu at mymail dot ro
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>"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-20 16:49 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Atleast submitted 10 times, please search first.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC