Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-php-operator

Operator overloading for Objects
https://github.com/php/pecl-php-operator

Remove unused Git attributes ident

The `$Id$` keywords were used in CVS and Subversion where they can be
substituted with filename,...

ac217a41eb06e565f7cb291e39f309bfd8e4438b authored over 6 years ago
Fix some minor whitespace issues

- trim trailing whitespace
- phpt closing tag
- final EOL(s) trimmed and synced

f2ccb4a6346a68e28c78ad0a060ba0ef9f0fa3e7 authored over 6 years ago
Update package.xml

Fix for failed compile due to erroneous tag

32242463b27c7dea3cd14005ada9cad6ad04cddc authored over 6 years ago
Sigh, typos...

39815275d8778c538d93f007299b931117ab51cc authored almost 8 years ago
Add support for is_greater(_or_equal) back

Support still requires a patch to the runtime,
but it's a really small patch now.

d270470099cce21af2583b8a4f39bca3c0e56cc0 authored almost 8 years ago
Fix typo

063bf71387c55b8ddd9537aa3b367eb8e070356a authored almost 8 years ago
Fix README table

13d22dba5131518ff259c1a968aff235755e81f8 authored almost 8 years ago
PHP7 rewrite

ea41d2bed12bf7474a6fc14e80e75e39d30cbf17 authored almost 8 years ago
Add overloading for direct assignment.

class Foo {
public $val;

public function __assign($val) {
$this->val = $val;
}
}

$f ...

8d08917aad74a8d1f05efb1bd0a09f0fdc327e23 authored over 11 years ago
Apply patch from Bug#56904 because it can't hurt.

Also add test case for the observed behavior.

63f17c8743a928d2b9a9406ec6e6c69c5348df32 authored over 11 years ago
PHP-5.5 compat

214fb2cd8df089ca067246843762c029b3349177 authored almost 12 years ago
PHP-5.4 compat

7f9dbc34ea3232590fe902c06172e097bb6ba431 authored almost 12 years ago
PHP-5.3 compat

f763d3b6d499a03e6e09e53dbf33490fd663ce8b authored almost 12 years ago
Add .gitignore

dc4963d28f5caebd9bd49c2dd75e4166000d66b4 authored almost 12 years ago
- update to package.xml v2

382784abcee3b8bdcd6a0a12e294e335bc7928d7 authored about 15 years ago
fix a huge number of wrong MIME types. UGH.

a1417fd74ef816490da01692cd1d054a30391dce authored over 15 years ago
- Bring the majority of PECL extensions into line with macro/x.x.x versioning.

- Please use the -dev tag during the development cycle so that snapshots can easily be distinguis...

73e1d2d007e56aa101218c68a1350c8433012428 authored almost 17 years ago
Copy .cvsignore file from pecl/runkit.

45efaa097eef92a3920b7a02f35d6d72cdc6162a authored about 18 years ago
Update (c) info

12993438afe53ad4f0a0e05a5aed2d501427c8fe authored over 18 years ago
Remove bool/bool_not ops; They should not have been added

cf21cb13c6ebe532dec197bed77f43418939dfcd authored over 18 years ago
Bugfix #6847: Compile failure under PHP 5.0.x

7ad81b53894d15fa6dfd888fbe950d20dd6527b6 authored almost 19 years ago
Prep for 0.3 release

9d3e29ef40700e87a79e4232f1a5cda4a7ef668e authored almost 19 years ago
Add patch for 5.0 branch and fix 5.1 patch to be relative to root

3c6fe465dbe81e13501ee4b763852a31f8a5a520 authored almost 19 years ago
Bugfix #36288 Saucy little string offsets...

00288f24ee6e6790f3d73b63ff24cd43e8f1b856 authored almost 19 years ago
Add comparator support: ===, !==, ==, !=, <, <=, >, >=

*Note: > and >= require patch to parser to function

cad8f9d1da5fce354d298b4c2b31d1d1735bb7ec authored almost 19 years ago
What week is it?

679f719c2fe7a1088621933a080c39be36a32b28 authored about 19 years ago
Grrr... XML entities....

c2e61793638cd98a0b535132a37d29442d825f5a authored about 19 years ago
Bump for release

8e9db3e04bb25c765460eb04ebf6e52ec280a0d9 authored about 19 years ago
Additional tests

50fb525c5ac7482b6c4736759c2241cb888c69a0 authored about 19 years ago
Round off incdec support

cdf8e3e37000d6c479f3984a9966d816961303a2 authored about 19 years ago
Add binary assignment operators

0a80128678bffa01f0885a19bb867f12380e309f authored about 19 years ago
Refactor opcode handlers

096cda97682e30e6e1e607502400533899c1151f authored about 19 years ago
Add ++ and -- operator support.

6f460b15a0e68347ada34c11aaca3442c5583694 authored about 19 years ago
Avoid unnecessary TSRM calls, use passed execute_data

0eed7c846f4fc68be177983f9e27f0a64d305878 authored about 19 years ago
PHP 5.0 build fixes

ecd58109c9cac5f12dfcf825549829361c532425 authored about 19 years ago
- enable windows build

e3cd43e8e0b7e0e45362b2c33fcdd8dd9803fe8c authored about 19 years ago
Initial Commit

b8a4e1b28c9793e054d5dc79281ebd13dd9469ef authored about 19 years ago
Standard project directories initialized by cvs2svn.

ed0b0733afef4fe86a00cdf4798503daafa3ddb1 authored about 19 years ago