From 5626663456159de3c151949c5dfb8ef7ed4c41ad Mon Sep 17 00:00:00 2001 From: Karoly Negyesi Date: Sun, 24 Feb 2013 22:12:45 +0000 Subject: [PATCH] mention https://bugs.php.net/bug.php?id=44409 in the docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329574 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/constants.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/pdo/constants.xml b/reference/pdo/constants.xml index 8a8fe11802..466060251e 100644 --- a/reference/pdo/constants.xml +++ b/reference/pdo/constants.xml @@ -300,7 +300,8 @@ As PDO::FETCH_INTO but object is provided as a serialized string. - Available since PHP 5.1.0. + Available since PHP 5.1.0. Since PHP 5.3.0 the class constructor is never called if this + flag is set.