Bug 92573 - [new port] lang/pecl-operator PHP extension that provides operator overloading for PHP objects
Summary: [new port] lang/pecl-operator PHP extension that provides operator overloadin...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 23:20 UTC by Alexander Zhuravlev
Modified: 2006-01-31 16:17 UTC (History)
0 users

See Also:


Attachments
pecl-operator.port (1.77 KB, text/plain)
2006-01-30 23:20 UTC, Alexander Zhuravlev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!