diff options
author | Hannes Magnusson <bjori@php.net> | 2006-09-28 19:44:04 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-09-28 19:44:04 +0000 |
commit | 26cff956c4ea5d203b94ba791fa43a26baace953 (patch) | |
tree | 6928eb16efd9030d1c76e6c74d596f8b2131438f | |
parent | adcb3615f04ca77a9dae7db34d67ff369925bd89 (diff) | |
download | php-git-26cff956c4ea5d203b94ba791fa43a26baace953.tar.gz |
Gah. these werent suppost to get committed atm
# Those do differ from -dist thought, if someone could write a line
# or two as to why they differ I would appreciate it!
-rw-r--r-- | php.ini-recommended | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 354a9befde..9de3a1cd5b 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -108,12 +108,6 @@ ; It's not possible to decide to force a variable to be passed by reference ; when calling a function. The PHP 4 style to do this is by making the ; function require the relevant argument by reference. -; - short_open_tag = Off -; - precision = 14 -; - session.gc_divisor = 1000 -; - session.bug_compat_42 = 1 -; - session.hash_bits_per_character = 5 -; - url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" ;;;;;;;;;;;;;;;;;;;; ; Language Options ; |