installation - Is APC compatible with PHP 5.4 or PHP 5.5? -
it doesn't seem apc has been updated coincide php 5.4 release (i wish have included apc in php core planned).
i can't seem find definitive answer whether current apc works php 5.4+. managed find ubuntu packages php 5.4, php-apc packages won't install.
zend opcache included in php 5.5
on 21st march 2013, php 5.5 beta 1 released including "zend opcache" - looks firmly replacement apc going forward included in php core, , have be maintained each new release.
i advise depend on apc it's opcode caching test code upcoming built-in opcode cache, , feed issues encountered ensure stable final release.
i not know means future of apc.
apc php 5.4+ still flagged beta
this means developers not consider stable. while many people experiencing no problems @ current svn releases, there still odd report of edge cases people under configurations, or under heavy load.
as want use in production environment, make sure thoroughly test release (beta or stable) in development or pre-production environments first. includes load testing!
as of 3.1.13 release, commits svn repository have slowed down , bug list doesn't have many recent additions. make of will.
on 10 december 2012 21:05, rasmus lerdorf wrote:
apc @ point 5.4 don't think there more edge cases have in 5.3. neither perfect, close enough majority of sites.
anyone c / gdb skills , free time urged gloss on bug list , see if can fix anything, or improve free open source product rely on.
alternative solutions exist, wikipedia provides list of php accelerators.
on 13th of february 2013, zeev suraski announced availability of zend optimizer+ source code.
there has been quite lengthy discussion integrating zend optimizer+ php core in next major version (the version after 5.5). people may wish familiarise zend optimizer+ in advance, should case.
do not use apc 3.1.14
apc 3.1.14 has been removed pecl downloads due serious memory issues have been discovered have not yet been tracked down.
if you're using 3.1.14, may wish downgrade until 3.1.15 released. remember, still beta. if using @ all, using @ own risk.
2013-01-02:
apc 3.1.14 available, adding php 5.5 compatibility, in addition resolving fair number of other bugs.
still beta
2012-09-03:
apc 3.1.13 available, fixing number of segfaults.
2012-08-16:
apc 3.1.12 tag has been created, still marked beta, available on apc pecl page, changelog.
lots of bin_dump related bugs fixed time around.
2012-07-19:
apc 3.1.11 tag has been created, still marked beta, available on apc pecl page, changelog. i've been following relevant mailing lists, , still actively working on fixing apc bugs complex module , not many people seem task. release fixes nasty stat=0 bugs when including files.
2012-04-11:
apc 3.1.10 tag created today, , beta release of 3.1.10 placed on apc pecl page
the changelog states:
- add php 5.4 support (dmitry, anatoliy, pierre)
- fixed bug #22679: fix apc_bin_dump constants. use is_constant_type_mask handle constants, including unqalified ones (instead of ~is_constant_index check)
- fixed bug #23822, php crashes on apache restart
Comments
Post a Comment