summaryrefslogtreecommitdiff
path: root/apidoc-zend.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-zend.txt
parent87ba08d1d01f607dab1b5b012716bb799bd8c695 (diff)
downloadphp-git-a08e3925b15f9620b70acf19f68bc14ef6f1ac8c.tar.gz
Time to rename the child
Diffstat (limited to 'apidoc-zend.txt')
-rw-r--r--apidoc-zend.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apidoc-zend.txt b/apidoc-zend.txt
index 6472729f04..4667ed501a 100644
--- a/apidoc-zend.txt
+++ b/apidoc-zend.txt
@@ -163,7 +163,7 @@ cfg_hash into php3_ini.
b. Get rid of php3_ini. The performance penalty of copying it around all
the time in the Apache module probably wasn't too high, but
psychologically, it annoyed me :)
-c. Get rid of the ugly code in mod_php3.c, that also reads values from
+c. Get rid of the ugly code in mod_php4.c, that also reads values from
Apache directives and puts them into the php3_ini structure.
d. Generalize all the code so that you only have to add an entry in one
single place and get it automatically supported in php3.ini, Apache, Win32