From db1a1cfda3fd21187e97a2451f9c0f5412694c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Mon, 12 Sep 2011 17:09:58 +0000 Subject: [PATCH] - Error are queue (FIFO), not stacked. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316559 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/openssl/functions/openssl-error-string.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/openssl/functions/openssl-error-string.xml b/reference/openssl/functions/openssl-error-string.xml index e011f6a392..f329a915c8 100644 --- a/reference/openssl/functions/openssl-error-string.xml +++ b/reference/openssl/functions/openssl-error-string.xml @@ -14,8 +14,9 @@ openssl_error_string 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.