[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/curl/functions/_curl-multi-exec.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2019-05-27 13:57:18
Message-ID: svn-cmb-1558965438-347496-810897054 () svn ! php ! net
[Download RAW message or body]

cmb                                      Mon, 27 May 2019 13:57:18 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=347496

Log:
Fix URL

Patch provided by anonymous user.

Changed paths:
    U   phpdoc/en/trunk/reference/curl/functions/curl-multi-exec.xml

Modified: phpdoc/en/trunk/reference/curl/functions/curl-multi-exec.xml
===================================================================
--- phpdoc/en/trunk/reference/curl/functions/curl-multi-exec.xml	2019-05-27 13:51:31 UTC (rev 347495)
+++ phpdoc/en/trunk/reference/curl/functions/curl-multi-exec.xml	2019-05-27 13:57:18 UTC (rev 347496)
@@ -67,7 +67,7 @@
 $ch2 = curl_init();

 // set URL and other appropriate options
-curl_setopt($ch1, CURLOPT_URL, "http://lxr.php.net/");
+curl_setopt($ch1, CURLOPT_URL, "http://example.com/");
 curl_setopt($ch1, CURLOPT_HEADER, 0);
 curl_setopt($ch2, CURLOPT_URL, "http://www.php.net/");
 curl_setopt($ch2, CURLOPT_HEADER, 0);



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic