Update PHP source comment

We no longer wrap anything as a PHP resource.
This commit is contained in:
Olly Betts 2021-12-13 09:07:50 +13:00
commit 7d70402306

View file

@ -2171,7 +2171,7 @@ public:
static PHP *maininstance = 0;
// Collect non-class pointer types from the type table so we can set up PHP
// resource types for them later.
// classes for them later.
//
// NOTE: it's a function NOT A PHP::METHOD
extern "C" {