php5: fix APC support
authorMichael Heimpold <mhei@heimpold.de>
Wed, 4 May 2011 18:27:36 +0000 (18:27 +0000)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 4 May 2011 18:27:36 +0000 (18:27 +0000)
commit93173b0aff2ce542801e81a52434d1ae7c21f28c
tree9ece44a41b9fb80e4261ed38f9035c41eba9eadd
parentf0b686dcd709d6318c1488bd357998041b0c1502
php5: fix APC support

The APC patch adds the APC extension to the source tree. However,
when it was selected nothing happens since the extension wasn't
'registered'. This is what a 'buildconf' run usually does.
This however needs version 2.13 of autoconf. So instead of
requiring this (additional) autoconf version on the build system
the files changed are included in an additional patch.

SVN-Revision: 26824
lang/php5/Makefile
lang/php5/files/php.ini
lang/php5/patches/900-prevent_buildconf_force.patch [new file with mode: 0644]