thanks git
authorMichael Wallner <mike@php.net>
Thu, 18 Aug 2016 20:55:17 +0000 (22:55 +0200)
committerMichael Wallner <mike@php.net>
Thu, 18 Aug 2016 20:55:17 +0000 (22:55 +0200)
http/Client/Curl/Features.md
http/Client/Curl/Versions.md
http/Client/configure.md
http/Client/setDebug.md
http/Env/Url.md
http/Header/Parser.md
http/Url/__construct.md
http/Url/mod.md

index d8c497b95899bb635578ef175dcc353f56f224f2..9c1d7f50b442284f849747ce855d00f6d8a70140 100644 (file)
@@ -2,7 +2,7 @@
 
 CURL feature constants.
 
-> ***NOTE:***
+> ***NOTE:***  
 > These constants have been added in v2.6.0, resp. v3.1.0.
 
 ## Constants:
index 0ddbd2e6cefdf5d9eac78476888575428cc0f09a..44c50dc1b4214318cd273648edb4eced7ff74b6a 100644 (file)
@@ -2,7 +2,7 @@
 
 CURL version constants.
 
-> ***NOTE:***
+> ***NOTE:***  
 > These constants have been added in v2.6.0, resp. v3.1.0.
 
 ## Constants:
index 7d88630f50282dcf90ad30dccb7dc7e3bdf39329..5379bdcdef52e01beee23c6fefe3ebca21a0ef5e 100644 (file)
@@ -2,7 +2,7 @@
 
 Configure the client's low level options.
 
-> ***NOTE:***
+> ***NOTE:***  
 > This method has been added in v2.3.0.
 
 ## Params:
index 16d5cf1b08c591255ed34433604e3190b3cac0fb..83ff5c504bea756255d8e19912597170fb11e14d 100644 (file)
@@ -2,7 +2,7 @@
 
 Set client debugging callback.
 
-> ***NOTE:***
+> ***NOTE:***  
 > This method has been added in v2.6.0, resp. v3.1.0.
 
 ## Params:
@@ -42,7 +42,7 @@ Set client debugging callback.
 
        ?>
 
-> ***NOTE:***
+> ***NOTE:***  
 > Except for http\Client::DEBUG_INFO, which always occurs separately, the debug
 > callback's $type argument contains a bitmask of (http\Client::DEBUG_IN or http\Client::DEBUG_OUT)
 > and (http\Client::DEBUG_HEADER or http\Client::DEBUG_BODY or http\Client::DEBUG_SSL).
index 86e20c008484fd09145e9b660e5bb9d0f80802db..27ca87e2b6518ed74d299f3ccb5bb733ef4d77ee 100644 (file)
@@ -2,7 +2,7 @@
 
 URL class using the HTTP environment by default.
 
-> ***NOTE:***
+> ***NOTE:***  
 > This class has been added in v3.0.0.
 
 Always adds http\Url::FROM_ENV to the $flags constructor argument. See also http\Url.
index 598043f682c40b9a7b0006e63989701cd5903280..7056681387cfcb4fa67ffd4975b699da00949182 100644 (file)
@@ -2,7 +2,7 @@
 
 The parser which is underlying http\Header and http\Message.
 
-> ***NOTE:***
+> ***NOTE:***  
 > This class has been added in v2.3.0.
 
 ## Constants:
index ee3ec33b70b7e8068075c5e28362862d5150b549..6071cc22cd5a0451250ee8b1a43ea9195dd753e3 100644 (file)
@@ -2,7 +2,7 @@
 
 Create an instance of an http\Url.
 
-> ***NOTE:***
+> ***NOTE:***  
 > Prior to v3.0.0, the default for the $flags parameter was http\Url::FROM_ENV.
 
 See also http\Env\Url.
index e283156c92cc8bccde1e9417ccae032b1b7c6b48..59289ff40ed235e847391d013980eaef905a1791 100644 (file)
@@ -2,7 +2,7 @@
 
 Clone this URL and apply $parts to the cloned URL.
 
-> ***NOTE:***
+> ***NOTE:***  
 > This method returns a clone (copy) of this instance.
 
 ## Params: