From 0b5c87aae868d1d252e73abfe978a2b95e3ec16c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 22 Sep 2006 12:08:50 +0000 Subject: [PATCH] Fix PDO constants (don't have PDO_ prefix anymore) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220352 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/constants.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/pdo/constants.xml b/reference/pdo/constants.xml index c774484226..e8bd66a3e2 100644 --- a/reference/pdo/constants.xml +++ b/reference/pdo/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -630,7 +630,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') { - PDO::PDO_NULL_NATURAL + PDO::NULL_NATURAL (integer) @@ -641,7 +641,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') { - PDO::PDO_NULL_EMPTY_STRING + PDO::NULL_EMPTY_STRING (integer) @@ -652,7 +652,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') { - PDO::PDO_NULL_TO_STRING + PDO::NULL_TO_STRING (integer)