ChangeLog for: 2012-05-24 21:02:09
n/httpd-2.4.2-x86_64-2.txz: Rebuilt.
Always install the new rc.httpd.
n/php-5.4.3-x86_64-3.txz: Rebuilt.
Added --enable-maintainer-zts to the ./configure options.
It seems that this option was automatically enabled on the 64-bit side,
but not on 32-bit. I'm still not entirely sure why that happened. I
had a few theories about it, like perhaps httpd was running when one of
the PHP packages was compiled, but testing on 32-bit seemed to engage
ZTS at random. The only reliable way to make things work was to specify
the option explicitly, so that's what has been done. If it has to be
one way or the other, I think we want a thread-safe PHP that will work
with any httpd MPM. Let me know if there are still any issues, but it
should be working properly now.