ID: 4761
Updated by: dbeu
Reported By: [EMAIL PROTECTED]
Old-Status: Assigned
Status: Closed
Bug Type: *General Issues
PHP Version: 4.0.0 Release
Assigned To: derick
Comments:

fixed in cvs, wait for 4.0.6

Previous Comments:
---------------------------------------------------------------------------

[2000-07-31 15:59:47] [EMAIL PROTECTED]
just duped to other bugs, appears on w98,win2k,winnt with IIS4 and IIS5 (maybe Xitami 
too)...

---------------------------------------------------------------------------

[2000-07-31 15:51:32] [EMAIL PROTECTED]
itīs five bugs now...

---------------------------------------------------------------------------

[2000-07-30 08:45:55] [EMAIL PROTECTED]
I cannot get ISAPI filter to install in IIS on Win2k Pro.  When I install the filter 
and restart iis, the internet service manager hangs.

However, there are 4 separate bugs reports and at least two messages posted to php-win 
confirming this behavior.



---------------------------------------------------------------------------

[2000-06-10 19:28:01] [EMAIL PROTECTED]
This is not a crash

---------------------------------------------------------------------------

[2000-06-01 18:33:47] [EMAIL PROTECTED]
<script language="php">

# for linux    
#    $imageRoot = "/home/httpd/html/mrsid/mrsid_images/sample";
#    $binRoot = "/home/httpd/html/mrsid/bin";
#    exec("$binRoot/mrsid_retrieve -quiet -i $file -o d:/temp/out.jpg -icon");

# for windows
    $imageRoot = "d:/inetpub/wwwroot/sid/sample";
    $binRoot = "d:/inetpub/wwwroot/sid/bin";

    $file = "$imageRoot/aerial.sid";

# exec-ing any command fails with 'could not fork'  backticks, and system do the same
    exec("$binRoot/mrsid_extract -i $file -o d:/temp/out.jpg -icon");
    
    $fp = fopen("d:/temp/out.jpg", "rb");
    Header ("Content-Type: image/jpeg");
    fpassthru($fp);
    
</script>

---------------------------------------------------------------------------

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=4761&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to