Opened 15 years ago
Closed 15 years ago
#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 (3)
comment:1 Changed 15 years ago by woody.gilk@…
Cc: | woody.gilk@… added |
---|
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Cc: | woody.gilk@… removed |
---|---|
Owner: | changed from macports-tickets@… to alakazam@… |
comment:3 Changed 15 years ago by alakazam@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Variant added in r55444.
Note: See
TracTickets for help on using
tickets.
Cc Me!