From: alextxm at tin dot it Operating system: Linux PHP version: 4.3.2 PHP Bug Type: Apache2 related Bug description: php 4.3.x causes apache2+mod_ssl to sigsev on client authentication
Client authentication with a SSL certificate work fine in apache2 until php4 is loaded as a module. trying to access an area granted only with a client-certificate based authentication with php4 enabled as module will cause Apache2 to sigsev (Segmentation Fault) in the related child process(es). Disabling php4 will cause the problem to disappear, so I guess it really is a php related problem. -- Edit bug report at http://bugs.php.net/?id=23942&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=23942&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=23942&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=23942&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=23942&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=23942&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=23942&r=support Expected behavior: http://bugs.php.net/fix.php?id=23942&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=23942&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=23942&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=23942&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23942&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=23942&r=dst IIS Stability: http://bugs.php.net/fix.php?id=23942&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=23942&r=gnused
