From:             maura at fastwebnet dot it
Operating system: win nt4 sp6a
PHP version:      4.3.4
PHP Bug Type:     Other web server
Bug description:  Using WebSite Pro 2.5 with ISAPI, cookies are not working

Description:
------------
I use O'Reilly WebSite Pro 2.5 and php4isapi.dll

All is working but no cookies are sent to browser.

Changes made in php.ini-recommended are:
doc_root = "c:\webroot"


Reproduce code:
---------------
<?php setcookie ("testcookie","text",time()+3600); ?>

Expected result:
----------------
That cookie is sent to the browser

Actual result:
--------------
server.log report:

** REQUEST from 192.168.0.1 **
REQ: m=GET u=/prova/provaphp.php a= p= 
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/msword,
application/vnd.ms-powerpoint, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
Host: www.mysite.net
Connection: Keep-Alive
Cookie: userid=maurissia; passw=maurissia; w=110099120118110121122113106

Request decoding complete...
node=C:/Siti/Mokadom/prova/provaphp.php: params= args=
Calling ISAPI/ISA C:\PHP\sapi\php4isapi.dll
[ISAPI] url  "/prova/provaphp.php"
[ISAPI] args ""
Associated ISA, using bogus MS path info
ISAPI: ServerSupportFunction() called with unknown opcode 1012
ISAPI: ServerSupportFunction() called with unknown opcode 1016

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

Reply via email to