ID:               51113
 User updated by:  info at milde dot cz
 Reported By:      info at milde dot cz
 Status:           Bogus
 Bug Type:         HTTP related
 Operating System: Arch Linux
 PHP Version:      5.3.1
 New Comment:

Ah, sorry, looks like Firefox bug.


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

[2010-02-22 14:23:43] j...@php.net

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.



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

[2010-02-22 14:22:23] info at milde dot cz

Description:
------------
If setcookie is called with domain and path arguments, it does
nothing.



Reproduce code:
---------------
print_r($_COOKIE);

echo setcookie('test', 'test', time()+3600, '/', 'localhost');

Expected result:
----------------
Array ( [test] => test ) 1

Actual result:
--------------
Array ( ) 1


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


-- 
Edit this bug report at http://bugs.php.net/?id=51113&edit=1

Reply via email to