diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-22 09:24:21 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-22 09:24:21 +0000 |
commit | a08e3925b15f9620b70acf19f68bc14ef6f1ac8c (patch) | |
tree | eff4dc7735abb20ffa5b8ce9e9ebf8554638312a /apidoc.txt | |
parent | 87ba08d1d01f607dab1b5b012716bb799bd8c695 (diff) | |
download | php-git-a08e3925b15f9620b70acf19f68bc14ef6f1ac8c.tar.gz |
Time to rename the child
Diffstat (limited to 'apidoc.txt')
-rw-r--r-- | apidoc.txt | 4 |
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. |