summaryrefslogtreecommitdiff
path: root/apidoc.txt
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-22 09:24:21 +0000
committerZeev Suraski <zeev@php.net>1999-05-22 09:24:21 +0000
commita08e3925b15f9620b70acf19f68bc14ef6f1ac8c (patch)
treeeff4dc7735abb20ffa5b8ce9e9ebf8554638312a /apidoc.txt
parent87ba08d1d01f607dab1b5b012716bb799bd8c695 (diff)
downloadphp-git-a08e3925b15f9620b70acf19f68bc14ef6f1ac8c.tar.gz
Time to rename the child
Diffstat (limited to 'apidoc.txt')
-rw-r--r--apidoc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apidoc.txt b/apidoc.txt
index b24961be9a..2b7fecde04 100644
--- a/apidoc.txt
+++ b/apidoc.txt
@@ -471,13 +471,13 @@ handy when a server supports multiple virtual hosts.
The steps required to add a new directive:
- 1. Add directive to php3_ini_structure struct in mod_php3.h.
+ 1. Add directive to php3_ini_structure struct in mod_php4.h.
2. In main.c, edit the php3_module_startup function and add the
appropriate cfg_get_string() or cfg_get_long() call.
3. Add the directive, restrictions and a comment to the php3_commands
- structure in mod_php3.c. Note the restrictions part. RSRC_CONF are
+ structure in mod_php4.c. Note the restrictions part. RSRC_CONF are
directives that can only be present in the actual Apache .conf files.
Any OR_OPTIONS directives can be present anywhere, include normal
.htaccess files.