From d4f1a9fbc62ef9b6161b4e5ab515ca6f8d1a9281 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 26 Jan 2011 06:22:05 +0000 Subject: [PATCH] Fix doc bug #53835 (shm_put_var and SplStack). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307746 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sem/functions/shm-put-var.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/sem/functions/shm-put-var.xml b/reference/sem/functions/shm-put-var.xml index ad01946f0e..a93e0ff95a 100644 --- a/reference/sem/functions/shm-put-var.xml +++ b/reference/sem/functions/shm-put-var.xml @@ -52,8 +52,10 @@ variable - The variable. All variable-types - except resources are supported. + The variable. All variable types + that serialize supports may be used: generally + this means all types except for resources and some internal objects + that cannot be serialized.