svn: /phpdoc/ru/trunk/ language/operators.xml reference/ldap/functions/ldap-bind.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Wed, 28 Aug 2019 06:43:03 +0000

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

Log:
upd: actual en-revision

Changed paths:
    U   phpdoc/ru/trunk/language/operators.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml

Modified: phpdoc/ru/trunk/language/operators.xml
===================================================================
--- phpdoc/ru/trunk/language/operators.xml	2019-08-27 19:49:21 UTC (rev 347901)
+++ phpdoc/ru/trunk/language/operators.xml	2019-08-28 06:43:03 UTC (rev 347902)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347764 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 347901 Maintainer: shein Status: ready -->
 <!-- $Revision$ -->
 <!-- Reviewed: yes -->
 <chapter xml:id="language.operators" xmlns="http://docbook.org/ns/docbook">
@@ -82,11 +82,6 @@
        <entry><link linkend="language.oop5.cloning">clone</link> и <link linkend="language.oop5.basic.new">new</link></entry>
       </row>
       <row>
-       <entry>левая</entry>
-       <entry>[</entry>
-       <entry><function>array</function></entry>
-      </row>
-      <row>
        <entry>правая</entry>
        <entry><literal>**</literal></entry>
        <entry><link linkend="language.operators.arithmetic">арифметические операторы</link></entry>

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml	2019-08-27 19:49:21 UTC (rev 347901)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml	2019-08-28 06:43:03 UTC (rev 347902)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347261 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 347900 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="function.ldap-bind" xmlns="http://docbook.org/ns/docbook">
@@ -87,7 +87,7 @@
 $ldappass = 'password';  // ассоциированный пароль

 // соединение с сервером
-$ldapconn = ldap_connect("ldap.example.com")
+$ldapconn = ldap_connect("ldap://ldap.example.com")
     or die("Не могу соединиться с сервером LDAP.");

 if ($ldapconn) {
@@ -117,7 +117,7 @@
 //анонимное использование ldap-привязки

 // соединение с сервером ldap
-$ldapconn = ldap_connect("ldap.example.com")
+$ldapconn = ldap_connect("ldap://ldap.example.com")
     or die("Не могу соединиться с сервером LDAP.");

 if ($ldapconn) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.