summaryrefslogtreecommitdiff
path: root/documentation/loading-extensions.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/loading-extensions.html')
-rw-r--r--documentation/loading-extensions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/loading-extensions.html b/documentation/loading-extensions.html
index 00524de..3cc7059 100644
--- a/documentation/loading-extensions.html
+++ b/documentation/loading-extensions.html
@@ -7,7 +7,7 @@
create such a *.so or *.dll file and you have to update the PHP
configuration file so that your own extension is loaded by PHP.
</p>
-<h2>The get_module() startup function</h2>
+<h2 id="get-module-startup-function">The get_module() startup function</h2>
<p>
Before we explain how you can create your own extension, we first explain
what PHP does to load an extension. When PHP starts, it loads the *.ini