From:             bagulhus at gmail dot com
Operating system: Windows 2003
PHP version:      4.4.7
PHP Bug Type:     IIS related
Bug description:  php4isapi.dll registred on IIS block mine DLL correct work.

Description:
------------
When php4isapi.dll is registred on my IIS, it's blocking mine DLL work
correctly.

A don't know why but while call a function from my dll it's return empty.

I using IIS 6.0

Reproduce code:
---------------
The code bellow is ASP in VBS Script.
My Server Work within PHP and ASP files.

dllobj.Ativa("name1","zip code","license code","product key","checksum
code for activation")

Expected result:
----------------
Expected result is numbers with 7 digits, but when php4isapi.dll is seted
on IIS Filters ISAPI that code result emply. 

Actual result:
--------------
emply string

-- 
Edit bug report at http://bugs.php.net/?id=42286&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42286&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42286&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42286&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42286&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42286&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42286&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42286&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42286&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42286&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42286&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42286&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42286&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42286&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42286&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42286&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42286&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42286&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42286&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42286&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42286&r=mysqlcfg

Reply via email to