[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/mongo/_connecting.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2016-09-28 14:54:58
Message-ID: svn-cmb-1475074498-340246-1401079308 () svn ! php ! net
[Download RAW message or body]

cmb                                      Wed, 28 Sep 2016 14:54:58 +0000

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

Log:
Fix example (patch provided by tobsn)

Changed paths:
    U   phpdoc/en/trunk/reference/mongo/connecting.xml

Modified: phpdoc/en/trunk/reference/mongo/connecting.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/connecting.xml	2016-09-28 14:54:16 UTC (rev 340245)
+++ phpdoc/en/trunk/reference/mongo/connecting.xml	2016-09-28 14:54:58 UTC (rev 340246)
@@ -37,7 +37,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$SSL_DIR = "/vagrant/certs/";
+$SSL_DIR = "/vagrant/certs";
 $SSL_FILE = "CA_Root_Certificate.pem";

 $ctx = stream_context_create(array(
@@ -83,10 +83,10 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$SSL_DIR  = "/vagrant/certs/";
+$SSL_DIR  = "/vagrant/certs";
 $SSL_FILE = "CA_Root_Certificate.pem";

-MYCERT   = "/vagrant/certs/ca-signed-client.pem";
+$MYCERT   = "/vagrant/certs/ca-signed-client.pem";

 $ctx = stream_context_create(array(
     "ssl" => array(



-- 
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