summaryrefslogtreecommitdiff
path: root/apidoc-zend.txt
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2000-10-19 15:05:44 +0000
committerJoey Smith <joey@php.net>2000-10-19 15:05:44 +0000
commita57ea792c69e27e20fd2db8a01aadb037abec137 (patch)
tree1689b6500a1aa4401ad9f24439b47613d7b2aa81 /apidoc-zend.txt
parent57dcb93324d12777df79ba51af53c74423049f77 (diff)
downloadphp-git-a57ea792c69e27e20fd2db8a01aadb037abec137.tar.gz
Close bug #7325. Patches by djm@web.us.uu.net.
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 1b4a4f7f91..6cd4999dca 100644
--- a/apidoc-zend.txt
+++ b/apidoc-zend.txt
@@ -238,7 +238,7 @@ registers two INI entries - "foo" and "bar". They're given defaults "1"
and "bah" respectively - note that all defaults are always given as
strings. That doesn't reduce your ability to use integer values, simply
specify them as strings. "foo" is marked so that it can be changed by
-anyone at any time (PHP_INI_ALL), whereas "foo" is marked so it can be
+anyone at any time (PHP_INI_ALL), whereas "bar" is marked so it can be
changed only at startup in the php3.ini only, presumably, by the system
administrator (PHP_INI_SYSTEM).
When "foo" changes, no function is called. Access to it is done using the