Edit report at https://bugs.php.net/bug.php?id=61662&edit=1
ID: 61662 Updated by: ras...@php.net Reported by: gmblar+php at gmail dot com Summary: header() cause apache to segfault -Status: Open +Status: Feedback Type: Bug Package: *General Issues Operating System: Debian 6 PHP Version: 5.4.0 Block user comment: N Private report: N New Comment: Are you sure that's all you have in your script? I tried this both on Debian and Ubuntu from CLI and under Apache and I also checked it with Valgrind. I see no memory issues with this. Previous Comments: ------------------------------------------------------------------------ [2012-04-07 22:03:10] gmblar+php at gmail dot com Description: ------------ Apache segfault, when call header() with wrong parameters. Test script: --------------- header('Cache-Control', 'public,max-age=86400'); Expected result: ---------------- Nothing Actual result: -------------- httpd[26348]: [core:notice] [pid 26348:tid 47243385569824] AH00052: child pid 26491 exit signal Segmentation fault (11), referer: ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61662&edit=1