- added INI setting http.force_exit which can be used to disable script termination
[m6w6/ext-http] / package2.xml
index c502b4321c3198ba3c6899b19aaa7c32c6030656..5b2e9508060d27993f89ebdeae091ccbabb845e0 100644 (file)
@@ -39,6 +39,8 @@
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
++ Added INI setting http.force_exit which can be used to disable script termination
+  in case of redirects and positive cache hits (instead, standard output will be discarded)
 + Classes HttpMessage and HttpRequestPool implement Countable if PHP >= 5.1 with SPL is available
 + Class HttpMessage implements Serializable if PHP >= 5.1 is available