http://bugzilla.novell.com/show_bug.cgi?id=536631 User freespacer@gmx.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536631#c2 Sebastian Siebert <freespacer@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Sebastian Siebert <freespacer@gmx.de> 2009-09-17 02:29:02 MDT --- The patch "php-5.3.0-bnc536631.patch" in OBS didn't solve really the problem. https://build.opensuse.org/package/view_file?file=php-5.3.0-bnc536631.patch&package=php5&project=server%3Aphp Please remove "\r" in line 10. Before: + spprintf(&hdr, 0, "X-PHP-Originating-Script: %ld:%s\r\n%s", php_getuid(), f, headers); After: + spprintf(&hdr, 0, "X-PHP-Originating-Script: %ld:%s\n%s", php_getuid(), f, headers); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.