ID: 21569 Comment by: ggoswami at sbcglobal dot net Reported By: ElfQrin at ElfQrin dot com Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.3.0 New Comment:
I am tryint to use setcookie("username") under Windows2000/IIS5.0/PHP4.3.3 and I just cannot get the Cookie to populate... I tried everything discussed here...to no avail.. Can someone tell me a workaround atleast and clearly Thanks GG Previous Comments: ------------------------------------------------------------------------ [2003-01-14 07:05:18] [EMAIL PROTECTED] no it is not. The default in E_ALL ~E_NOTICE (see php.ini-dist). If you use php.ini-recommended, than the default is E_ALL, but also, the default is display_errors Off. Whichever way you look at it, it is a configuration error envoked by changing something to a non-default. There's really no justification for the errors in your ways :) ------------------------------------------------------------------------ [2003-01-14 06:50:25] ElfQrin at ElfQrin dot com Since PHP returns a notice when an unset variable is invoked, E_NOTICE should be disabled from error_reporting to make scripts work in given conditions: error_reporting = E_ALL & ~E_NOTICE Note that since PHP v4.2.2 (?) error_reporting = E_ALL is the default ------------------------------------------------------------------------ [2003-01-14 03:49:32] ElfQrin at ElfQrin dot com I've restored the old php.ini from the previous PHP 4.2.1 installation and the script works fine. Not a PHP bug, after all, but a configuration issue. However, since the problem arose I think it deserved to be discussed and solved, even as a "bogus" bug. ------------------------------------------------------------------------ [2003-01-14 03:31:15] ElfQrin at ElfQrin dot com error log: [Tue Jan 14 10:25:13 2003] [error] [client 127.0.0.1] PHP Notice: Undefined variable: test in C:\Data\htdocs\cbtest\index.php on line 4 [Tue Jan 14 10:25:13 2003] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent in C:\Data\htdocs\cbtest\index.php on line 4 [Tue Jan 14 10:25:13 2003] [error] [client 127.0.0.1] PHP Warning: Cannot modify header information - headers already sent in C:\Data\htdocs\cbtest\index.php on line 5 ------------------------------------------------------------------------ [2003-01-14 03:29:43] ElfQrin at ElfQrin dot com I'm very sorry. I've checked the Windows 98 configuration and it turned out to have PHP 4.2.1 installed. When I've upgraded to PHP 4.3.0 the problem occurred. May be it started from v4.2.2 More info to come. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/21569 -- Edit this bug report at http://bugs.php.net/?id=21569&edit=1