See the PHP 5.3.5 release announcement for more information:
http://www.php.net/archive/2011.php#id2011-01-06-1
Also, there is not a newer Suhosin patch available at this time, however,
the current suhosin-patch-5.3.4-0.9.10.patch appears to be working fine.
I based my updates off of Arch Linux's work for this package.
Here's the changelog:
- Each 'main subpackage' gets its own build dir, in order to eliminate
build-time complications.
- Added php-cgi subpackage (in combination with the above change, fixes#505)
- Added php-embed subpackage.
- Removed php-cli subpackage; it's now in the main 'php' package.
- Added the configure options --with-readline and --enable-pcntl to the 'php'
package (previously known as the php-cli package).
- Enabled the 'error_log' default option for php-fpm.conf
- Enabled cgi.discard_path in php.ini, as --enable-discard-path was dropped from
being a configure option.
- Dropped --enable-force-cgi-redirect from configure options, as it was
deprecated and enabled by default in php.ini.
- Did away with $phpextensionsapache2 in the APKBUILD; seems it was there for a
workaround. Perhaps it was part of the #183 fix? (Apache still segfaults,
with or without the $phpextensionsapache2 workaround.)
For more info regarding PHP configure options:
http://www.php.net/manual/en/configure.about.php
Also, can someone look over the updates I made to the #183 fix, regarding the
above $phpextensionsapache2 workaround changes and the changes to where it says
"# see #183" throughout the APKBUILD? I want to make sure that I didn't break
that fix.
Thanks,
Matt
P.S.: I resent the patch to fix quoting the $srcdir variables and the like.
e.g. From "$srcdir/$pkgname-$pkgver" to "$srcdir"/$pkgname-$pkgver