From 7d704023068f527de19275de713b5010e191ba11 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 13 Dec 2021 09:07:50 +1300 Subject: [PATCH] Update PHP source comment We no longer wrap anything as a PHP resource. --- Source/Modules/php.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/php.cxx b/Source/Modules/php.cxx index f48ab34b9..2d346d273 100644 --- a/Source/Modules/php.cxx +++ b/Source/Modules/php.cxx @@ -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" {