Ticket #20581 (closed enhancement: fixed)
php5-eaccelerator add variant for doc comment inclusion
| Reported by: | woody.gilk@… | Owned by: | alakazam@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | php5 eaccelerator reflection | Cc: | |
| Port: | php5-eaccelerator |
Description
When using Reflection::getDocComment with eAccelerator it will always fail. To cache doc comments, eAccelerator has a configure switch `--with-eaccelerator-doc-comment-inclusion]. See http://eaccelerator.net/ticket/229.
The following patch adds a new doc_comment_caching variant to enable this option:
@@ -38,6 +38,11 @@
configure.args-append --with-eaccelerator-content-caching
}
+variant doc_comment_caching description {Enable PHP doc comment caching}
+{
+ configure.args-append --with-eaccelerator-doc-comment-inclusion
+}
+
variant disassembler description {Include a disassembler} {
configure.args-append --with-eaccelerator-disassembler
}
Change History
Note: See
TracTickets for help on using
tickets.


Cc Me!