Bug 116473

Summary: [PATCH] lang/php4: 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
php4-4.4.7_1.patch none

Description chinsan freebsd_committer freebsd_triage 2007-09-19 18:10:00 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:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

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

Inline optimizations are already enabled.