Bug 116472

Summary: [PATCH] lang/php5: Add inline optimization KNOB
Product: Ports & Packages Reporter: chinsan <chinsan>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: ale
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
php5-5.2.4.patch none

Description chinsan freebsd_committer freebsd_triage 2007-09-19 18:00:07 UTC
- This knob enable inline optimization.
  It produces the fastest PHP executable possible
  (without additional opcode optimizations by software like Zend Engine).

Port maintainer (ale@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-19 18:00:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2007-10-02 13:44:41 UTC
State Changed
From-To: open->closed

Inline optimizations are already enabled.