New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20581 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by woody.gilk@…

  • Cc woody.gilk@… added

Cc Me!

comment:2 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to alakazam@…
  • Cc woody.gilk@… removed

comment:3 Changed 4 years ago by alakazam@…

  • Status changed from new to closed
  • Resolution set to fixed

Variant added in r55444.

Note: See TracTickets for help on using tickets.