From 30537089cae6623864922df281b623e483feef8e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 29 Dec 2014 21:52:42 +0000 Subject: [PATCH] HTML tweaks --- Doc/Manual/Php.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html index 6f11b4aa1..623adb68a 100644 --- a/Doc/Manual/Php.html +++ b/Doc/Manual/Php.html @@ -142,6 +142,7 @@ least work for Linux though):

34.1.2 Using PHP Extensions

+

To test the extension from a PHP script, you first need to tell PHP to load it. To do this, add a line like this to the [PHP] section of @@ -773,6 +774,7 @@ Ko::threats();

34.2.6.5 Specifying Implemented Interfaces

+

PHP supports the concept of abstract interfaces which a class can implement. Since SWIG 3.0.3, you can tell SWIG that a wrapped class (for example