html fixes
This commit is contained in:
parent
7334e9c16f
commit
54497fce49
3 changed files with 3 additions and 2 deletions
|
|
@ -1351,6 +1351,7 @@
|
|||
<li><a href="Php.html#Php_nn2_6_3">Static Member Variables</a>
|
||||
<li><a href="Php.html#Php_nn2_6_4">Static Member Functions</a>
|
||||
<li><a href="Php.html#Php_nn2_6_5">Specifying Implemented Interfaces</a>
|
||||
<li><a href="Php.html#Php_nn2_6_6">Dynamic Properties</a>
|
||||
</ul>
|
||||
<li><a href="Php.html#Php_nn2_7">PHP Pragmas, Startup and Shutdown code</a>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -866,7 +866,7 @@ not work by default in PHP 9.0.
|
|||
In PHP code dynamic properties can be enabled for a class by
|
||||
marking that class with the attribute <tt>#[AllowDynamicProperties]</tt>.
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
To follow this PHP change, as of SWIG 4.1.0 you now need enable dynamic
|
||||
properties for any classes you want to support them. To enable for class
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ For fully working build steps always check the Continuous Integration (CI) setup
|
|||
</li>
|
||||
<li>
|
||||
Install <a href="https://www.nuget.org/packages/CMake-win64/">CMake-win64 Nuget package</a> using the following command: <pre>C:\Tools\nuget install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake</pre>
|
||||
Using PowerShell the equivalent syntax is: <pre>&"C:\Tools\nuget" install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake</pre>
|
||||
Using PowerShell the equivalent syntax is: <pre>& "C:\Tools\nuget" install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake</pre>
|
||||
Alternatively you can download CMake from <a href="https://cmake.org/download/">https://cmake.org/download/</a>.
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue