[MacPorts] #20581: php5-eaccelerator add variant for doc comment inclusion
#20581: php5-eaccelerator add variant for doc comment inclusion ------------------------------------------+--------------------------------- Reporter: woody.gilk@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: php5 eaccelerator reflection | Port: php5-eaccelerator ------------------------------------------+--------------------------------- 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 } }}} -- Ticket URL: <http://trac.macports.org/ticket/20581> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20581: php5-eaccelerator add variant for doc comment inclusion ------------------------------------------+--------------------------------- Reporter: woody.gilk@… | Owner: alakazam@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: php5 eaccelerator reflection | Port: php5-eaccelerator ------------------------------------------+--------------------------------- Changes (by macsforever2000@…): * cc: woody.gilk@… (removed) * owner: macports-tickets@… => alakazam@… -- Ticket URL: <http://trac.macports.org/ticket/20581#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20581: php5-eaccelerator add variant for doc comment inclusion -----------------------------------+---------------------------------------- Reporter: woody.gilk@… | Owner: alakazam@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: php5 eaccelerator reflection Port: php5-eaccelerator | -----------------------------------+---------------------------------------- Changes (by alakazam@…): * status: new => closed * resolution: => fixed Comment: Variant added in r55444. -- Ticket URL: <http://trac.macports.org/ticket/20581#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts