Edit report at https://bugs.php.net/bug.php?id=61662&edit=1
ID: 61662 Comment by: gmblar+php at gmail dot com Reported by: gmblar+php at gmail dot com Summary: header() cause apache to segfault 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: Tested with Apache 2.4 (mod_proxy_fcgi) and PHP-FPM 5.4. Apache configuration: http://foobox.de/Apache/Konfiguration/ PHP configuration: http://foobox.de/PHP/info.php Previous Comments: ------------------------------------------------------------------------ [2012-04-07 22:54:40] ras...@php.net 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. ------------------------------------------------------------------------ [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