[MacPorts] #20581: php5-eaccelerator add variant for doc comment inclusion

MacPorts noreply at macports.org
Thu Aug 6 09:43:55 PDT 2009


#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


More information about the macports-tickets mailing list