nlopess Sat Jul 16 13:00:10 2005 EDT
Modified files: /phpdoc/en/appendices wrappers.xml Log: arg.. trying to get a better english http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.52&r2=1.53&ty=u Index: phpdoc/en/appendices/wrappers.xml diff -u phpdoc/en/appendices/wrappers.xml:1.52 phpdoc/en/appendices/wrappers.xml:1.53 --- phpdoc/en/appendices/wrappers.xml:1.52 Sat Jul 16 12:53:27 2005 +++ phpdoc/en/appendices/wrappers.xml Sat Jul 16 13:00:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.52 $ --> +<!-- $Revision: 1.53 $ --> <appendix id="wrappers"> <title>List of Supported Protocols/Wrappers</title> <para> @@ -98,15 +98,15 @@ <section id="wrappers.socket"> <title>Socket</title> <para> - This section contains the context option supported on wrappers that work - over sockets, like <literal>tcp</literal>, <literal>http</literal> or + This section contains the context options supported by the wrappers that + work over sockets, like <literal>tcp</literal>, <literal>http</literal> or <literal>ftp</literal>. </para> <para> As of PHP 5.1.0 only one option is supported, <literal>bindto</literal>, which can be used to specify the IP address (either IPv4 or IPv6) and/or the port number that PHP will use to access the network. The syntax is - <literal>ip:port number</literal> (you can set the IP or the port number to + <literal>ip:port</literal> (you can set the IP or the port number to <literal>0</literal> if you want to let the system choose them for you). </para> <note>