From 0cda083487db80a9e1a64df29746307f1d1aed48 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Sat, 24 Feb 2024 19:36:14 +0000 Subject: [PATCH] Minor updates and remove outdated constants page --- reference/uodbc/configure.xml | 5 +- reference/uodbc/constants.xml | 316 +++++++++++++++++----------------- reference/xml/constants.xml | 56 +++--- reference/zlib/constants.xml | 48 ------ 4 files changed, 186 insertions(+), 239 deletions(-) delete mode 100644 reference/zlib/constants.xml diff --git a/reference/uodbc/configure.xml b/reference/uodbc/configure.xml index e37b75ec5..2d6b82cae 100644 --- a/reference/uodbc/configure.xml +++ b/reference/uodbc/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -161,9 +161,8 @@ - &windows.builtin; - Tuttavia, da PHP 7.0.0 gli utenti Windows devono abilitare + Gli utenti Windows devono abilitare php_odbc.dll per utilizzare questa estensione.
diff --git a/reference/uodbc/constants.xml b/reference/uodbc/constants.xml index 8c83e1c9a..9726ae547 100644 --- a/reference/uodbc/constants.xml +++ b/reference/uodbc/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; @@ -7,579 +7,578 @@ - ODBC_TYPE - (integer) + ODBC_TYPE + (string) - + - ODBC_BINMODE_PASSTHRU - (integer) + ODBC_BINMODE_PASSTHRU + (int) - + - ODBC_BINMODE_RETURN - (integer) + ODBC_BINMODE_RETURN + (int) - + - ODBC_BINMODE_CONVERT - (integer) + ODBC_BINMODE_CONVERT + (int) - + - SQL_ODBC_CURSORS - (integer) + SQL_ODBC_CURSORS + (int) - + - SQL_CUR_USE_DRIVER - (integer) + SQL_CUR_USE_DRIVER + (int) - + - SQL_CUR_USE_IF_NEEDED - (integer) + SQL_CUR_USE_IF_NEEDED + (int) - + - SQL_CUR_USE_ODBC - (integer) + SQL_CUR_USE_ODBC + (int) - + - SQL_CONCURRENCY - (integer) + SQL_CONCURRENCY + (int) - + - SQL_CONCUR_READ_ONLY - (integer) + SQL_CONCUR_READ_ONLY + (int) - + - SQL_CONCUR_LOCK - (integer) + SQL_CONCUR_LOCK + (int) - + - SQL_CONCUR_ROWVER - (integer) + SQL_CONCUR_ROWVER + (int) - + - SQL_CONCUR_VALUES - (integer) + SQL_CONCUR_VALUES + (int) - + - SQL_CURSOR_TYPE - (integer) + SQL_CURSOR_TYPE + (int) - + - SQL_CURSOR_FORWARD_ONLY - (integer) + SQL_CURSOR_FORWARD_ONLY + (int) - + - SQL_CURSOR_KEYSET_DRIVEN - (integer) + SQL_CURSOR_KEYSET_DRIVEN + (int) - + - SQL_CURSOR_DYNAMIC - (integer) + SQL_CURSOR_DYNAMIC + (int) - + - SQL_CURSOR_STATIC - (integer) + SQL_CURSOR_STATIC + (int) - + - SQL_KEYSET_SIZE - (integer) + SQL_KEYSET_SIZE + (int) - + - SQL_CHAR - (integer) + SQL_CHAR + (int) - + - SQL_VARCHAR - (integer) + SQL_VARCHAR + (int) - + - SQL_LONGVARCHAR - (integer) + SQL_LONGVARCHAR + (int) - + - SQL_DECIMAL - (integer) + SQL_DECIMAL + (int) - + - SQL_NUMERIC - (integer) + SQL_NUMERIC + (int) - + - SQL_BIT - (integer) + SQL_BIT + (int) - + - SQL_TINYINT - (integer) + SQL_TINYINT + (int) - + - SQL_SMALLINT - (integer) + SQL_SMALLINT + (int) - + - SQL_INTEGER - (integer) + SQL_INTEGER + (int) - + - SQL_BIGINT - (integer) + SQL_BIGINT + (int) - + - SQL_REAL - (integer) + SQL_REAL + (int) - + - SQL_FLOAT - (integer) + SQL_FLOAT + (int) - + - SQL_DOUBLE - (integer) + SQL_DOUBLE + (int) - + - SQL_BINARY - (integer) + SQL_BINARY + (int) - + - SQL_VARBINARY - (integer) + SQL_VARBINARY + (int) - + - SQL_LONGVARBINARY - (integer) + SQL_LONGVARBINARY + (int) - + - SQL_DATE - (integer) + SQL_DATE + (int) - + - SQL_TIME - (integer) + SQL_TIME + (int) - + - SQL_TIMESTAMP - (integer) + SQL_TIMESTAMP + (int) - + - SQL_TYPE_DATE - (integer) + SQL_TYPE_DATE + (int) - + - SQL_TYPE_TIME - (integer) + SQL_TYPE_TIME + (int) - + - SQL_TYPE_TIMESTAMP - (integer) + SQL_TYPE_TIMESTAMP + (int) - + - SQL_BEST_ROWID - (integer) + SQL_BEST_ROWID + (int) - + - SQL_ROWVER - (integer) + SQL_ROWVER + (int) - + - SQL_SCOPE_CURROW - (integer) + SQL_SCOPE_CURROW + (int) - + - SQL_SCOPE_TRANSACTION - (integer) + SQL_SCOPE_TRANSACTION + (int) - + - SQL_SCOPE_SESSION - (integer) + SQL_SCOPE_SESSION + (int) - + - SQL_NO_NULLS - (integer) + SQL_NO_NULLS + (int) - + - SQL_NULLABLE - (integer) + SQL_NULLABLE + (int) - + - SQL_INDEX_UNIQUE - (integer) + SQL_INDEX_UNIQUE + (int) - + - SQL_INDEX_ALL - (integer) + SQL_INDEX_ALL + (int) - + - SQL_ENSURE - (integer) + SQL_ENSURE + (int) - + - SQL_QUICK - (integer) + SQL_QUICK + (int) - + - - diff --git a/reference/xml/constants.xml b/reference/xml/constants.xml index ad18ac811..52a543d22 100644 --- a/reference/xml/constants.xml +++ b/reference/xml/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; @@ -8,7 +8,7 @@ XML_ERROR_NONE - (integer) + (int) @@ -19,7 +19,7 @@ XML_ERROR_NO_MEMORY - (integer) + (int) @@ -30,7 +30,7 @@ XML_ERROR_SYNTAX - (integer) + (int) @@ -41,7 +41,7 @@ XML_ERROR_NO_ELEMENTS - (integer) + (int) @@ -52,7 +52,7 @@ XML_ERROR_INVALID_TOKEN - (integer) + (int) @@ -63,7 +63,7 @@ XML_ERROR_UNCLOSED_TOKEN - (integer) + (int) @@ -74,7 +74,7 @@ XML_ERROR_PARTIAL_CHAR - (integer) + (int) @@ -85,7 +85,7 @@ XML_ERROR_TAG_MISMATCH - (integer) + (int) @@ -96,7 +96,7 @@ XML_ERROR_DUPLICATE_ATTRIBUTE - (integer) + (int) @@ -107,7 +107,7 @@ XML_ERROR_JUNK_AFTER_DOC_ELEMENT - (integer) + (int) @@ -118,7 +118,7 @@ XML_ERROR_PARAM_ENTITY_REF - (integer) + (int) @@ -129,7 +129,7 @@ XML_ERROR_UNDEFINED_ENTITY - (integer) + (int) @@ -140,7 +140,7 @@ XML_ERROR_RECURSIVE_ENTITY_REF - (integer) + (int) @@ -151,7 +151,7 @@ XML_ERROR_ASYNC_ENTITY - (integer) + (int) @@ -162,7 +162,7 @@ XML_ERROR_BAD_CHAR_REF - (integer) + (int) @@ -173,7 +173,7 @@ XML_ERROR_BINARY_ENTITY_REF - (integer) + (int) @@ -184,7 +184,7 @@ XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF - (integer) + (int) @@ -195,7 +195,7 @@ XML_ERROR_MISPLACED_XML_PI - (integer) + (int) @@ -206,7 +206,7 @@ XML_ERROR_UNKNOWN_ENCODING - (integer) + (int) @@ -217,7 +217,7 @@ XML_ERROR_INCORRECT_ENCODING - (integer) + (int) @@ -228,7 +228,7 @@ XML_ERROR_UNCLOSED_CDATA_SECTION - (integer) + (int) @@ -239,7 +239,7 @@ XML_ERROR_EXTERNAL_ENTITY_HANDLING - (integer) + (int) @@ -250,7 +250,7 @@ XML_OPTION_CASE_FOLDING - (integer) + (int) @@ -261,7 +261,7 @@ XML_OPTION_TARGET_ENCODING - (integer) + (int) @@ -272,7 +272,7 @@ XML_OPTION_SKIP_TAGSTART - (integer) + (int) @@ -283,7 +283,7 @@ XML_OPTION_SKIP_WHITE - (integer) + (int) @@ -305,7 +305,6 @@ - - diff --git a/reference/zlib/constants.xml b/reference/zlib/constants.xml deleted file mode 100644 index fd0d81567..000000000 --- a/reference/zlib/constants.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - &reftitle.constants; - &extension.constants; - - - - FORCE_GZIP - (integer) - - - - - - - - - - FORCE_DEFLATE - (integer) - - - - - - - - - - -