php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16553 Error in fsockopen documentation
Submitted: 2002-04-11 10:32 UTC Modified: 2002-04-11 10:34 UTC
From: frank at dolphintechnology dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.1.2 OS: NA
Private report: No CVE-ID: None
 [2002-04-11 10:32 UTC] frank at dolphintechnology dot com
Documentation for fsockopen (http://www.php.net/manual/en/function.fsockopen.php) contains the following paragraph:

"As of PHP 4.3.0, if you have compiled in OpenSSL support, you may prefix the hostname with either 'ssl://' or 'tls://' to use an SSL or TLS client connection over TCP/IP to connect to the remote host."

Obviously, since PHP is only at 4.2RC1, the version number mentioned is incorrect. A minor thing, but still incorrect...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-11 10:34 UTC] derick@php.net
It's perfectly correct. The current development version is at 4.3.0dev already.

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 11:00:03 2025 UTC