Comment 0 for bug 1126644

Revision history for this message
picometer (picometer) wrote :

Description: Ubuntu 12.10
Release: 12.10
libapache2-mod-php5:
  Installed: 5.4.6-1ubuntu1.1
  Candidate: 5.4.6-1ubuntu1.1

Under certain circumstances(when somebody has a session submits POST data to php page), PHP makes segfaults and no errors are logged except segfaults itself.

this is because of an infinite recursion of php_session_rfc1867_callback() and I found that this bug is identical to PHP bug #62129
https://bugs.php.net/bug.php?id=62129

please review the bug and apply the patch to the ubuntu repository. thanks.