- added INI setting http.force_exit which can be used to disable script termination
[m6w6/ext-http] / docs / http.ini
index bd575f2fb73ab1fb07f7bab8d1b964d00ba03f40..372c1f33268564f5169fff0dd8d1aa4c38816028 100644 (file)
@@ -3,7 +3,10 @@
 
 [http]
 ; enable if you want to transform all errors to exceptions (PHP >= 5 only)
-http.only_exceptions = 0
+;http.only_exceptions = 1
+
+; disable if you want php not to exit in case of redirects and cache hits
+;http.force_exit = 0
 
 ; the hashing algorithm with wich ETags are generated
 ; you can use mhash constants if ext/mhash is enabled, or their