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-zend.txt | |
parent | 87ba08d1d01f607dab1b5b012716bb799bd8c695 (diff) | |
download | php-git-a08e3925b15f9620b70acf19f68bc14ef6f1ac8c.tar.gz |
Time to rename the child
Diffstat (limited to 'apidoc-zend.txt')
-rw-r--r-- | apidoc-zend.txt | 2 |
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 |