From:             garfield_fr at tiscali dot fr
Operating system: Windows 2000 pro SP3
PHP version:      4.3.0
PHP Bug Type:     IIS related
Bug description:  Bug with cookie in CGI not in ISAPI

I don't know if it's a real bug but ....

Config :
Windows 2K pro + SP3
Serveur IIS
PHP 4.3.0
this is my php.ini (full version for testing purpose) :
[PHP]
cgi.force_redirect = 0
cgi.rfc2616_headers = 1
[Session]
session.save_handler = files
session.save_path = "C:\PHP\sessions\"

I'm trying to use PHPNuke 6.0.17 and I found this bug :
When you want to login under PHPNuke you enter your name/password. if your
login is ok the script send a cookie and redirect to an URL (your personal
page).
With PHP in CGI mode, no cookie are send/receive (?) to the browser (IE6
SP1) and you are not connect to PHPNuke BUT if PHP run in ISAPI mode the
cookie is well receive by browser and you are connected to PHPNuke....

I don't test under Apache because I don't know how to run PHP in CGI mode
under Apache, but Apache+PHP module work fine (W2K)
-- 
Edit bug report at http://bugs.php.net/?id=22440&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22440&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22440&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22440&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22440&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22440&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22440&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22440&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22440&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22440&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22440&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22440&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22440&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22440&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22440&r=gnused

Reply via email to