- Error are queue (FIFO), not stacked.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316559 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gustavo André dos Santos Lopes 2011-09-12 17:09:58 +00:00
parent 4de085db49
commit db1a1cfda3

View file

@ -14,8 +14,9 @@
</methodsynopsis>
<para>
<function>openssl_error_string</function> returns the last error from the
openSSL library. Error messages are stacked, so this function should be
called multiple times to collect all of the information.
openSSL library. Error messages are queued, so this function should be
called multiple times to collect all of the information. The last error will
be the most recent one.
</para>
</refsect1>