Actions
Bug #21364
closedIntegrate check to the install tool and reports module concerning eAccelerator
Start date:
2009-10-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are some parts in the TYPO3 Core that require annotation parsing, e.g. Extbase and the unit tests. These parts grab the PHPdoc comments and search for annotations like "@test".
However, since eAccelerator can be compiled to strip all comments away, this would produce strange behaviours. Thus it's recommended to compile eAccelerator with this configuration:
--with-eaccelerator-doc-comment-inclusion
See also first section concerning Extbase in the 4.3-alpha3 release notes:
http://news.typo3.org/news/article/typo3-43-alpha-3/
(issue imported from #M12347)
Files
Updated by Steffen Kamper about 15 years ago
I added the check for install tool. However as it'S not really needed for prduction use i think we don't need same check in reports module, as extbase already have it.
Actions