diff options
author | Derick Rethans <derick@php.net> | 2004-03-14 22:00:22 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-03-14 22:00:22 +0000 |
commit | 56fe1a38bff938b0d75f2698b91d870300de5363 (patch) | |
tree | dad87ae2e489d6e71d1602ec695742470cfc3413 | |
parent | 4e7e611ca8f57c18d68b29def3e639a6175f3082 (diff) | |
download | php-git-56fe1a38bff938b0d75f2698b91d870300de5363.tar.gz |
- That change was unintentional, but it would be the right thing to do ;-)
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 1238eb236f..41d86659b2 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -389,7 +389,7 @@ post_max_size = 8M ; ; Magic quotes for incoming GET/POST/Cookie data. -magic_quotes_gpc = Off +magic_quotes_gpc = On ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = Off |