Bug 92573

Summary: [new port] lang/pecl-operator PHP extension that provides operator overloading for PHP objects
Product: Ports & Packages Reporter: Alexander Zhuravlev <zaa>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pecl-operator.port none

Description Alexander Zhuravlev 2006-01-30 23:20:07 UTC
	This PHP PECL extension provides possibility to overload operators for PHP objects.
	At the moment it allows overloading of the following operators:
	+ - * / % << >> . | & ^ ~ ! ++ -- += -= *= /= %= <<= >>= .= |= &= ^= and ~=

Fix: Please apply the patch provided below.
	Thank you for your efforts ;-)
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-01-31 14:54:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-01-31 16:17:41 UTC
State Changed
From-To: open->closed

New port added, with changes. Mark that it just build with PHP 5, and 
change CATEGORIES to devel, that is more appropriate. Thanks for 
contributing!