[PHP-DEV] Bug #14227: header(); does not overwrite session cookie

2001-11-26 Thread joffrey
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2-2 PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: header(); does not overwrite session cookie ?php session_start(); header(Set-Cookie: x); ? does not rewrite the Set-Cookie header, nor does true or

[PHP-DEV] Bug #11580: array manipulation makes apache segfault

2001-06-20 Thread joffrey
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.5 PHP Bug Type: Arrays related Bug description: array manipulation makes apache segfault manipulating an array like this will make apache segfault: $array[0] = x; $array = $array[0]; $array[0] =