Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Commit bbb7616

Browse files
committed
Add credits [skip ci]
1 parent ba7ea21 commit bbb7616

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,16 @@ between large variety of PHP versions.
293293
- [`WeakReference` Class](https://msdn.microsoft.com/en-us/library/system.weakreference.aspx)
294294
- [`WeakReference<T>` Class](https://msdn.microsoft.com/en-us/library/gg712738%28v=vs.110%29.aspx)
295295

296+
## Credits
297+
298+
My thanks to the following people and projects, without whom this extension wouldn't be what it is today.
299+
(Please let me know if I've mistakenly omitted anyone.)
300+
301+
- [php-weakref](https://github.com/colder/php-weakref) PHP extension which inspired me to write this extension;
302+
- [Etienne Kneuss](https://github.com/colder), for his profound work on [php-weakref](https://github.com/colder/php-weakref);
303+
- [Nikita Popov](https://github.com/nikic) for his assistance with confirmin a bug with `spl_object_hash()` being
304+
inconsistent under certain circumstances;
305+
296306
## License
297307

298308
[php-ref](https://github.com/pinepain/php-ref) PHP extension is licensed under the [MIT license](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)