Index: trunk/tools/code-utils/check-vars.php |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | static $mConstantsDefault = array(); |
66 | 66 | |
67 | 67 | # Ignore constants with these prefixes: |
68 | | - static $constantIgnorePrefixes = array( "PGSQL_", "OCI_", "SQLT_BLOB", "DB2_", "XMLREADER_", "SQLSRV_" ); |
| 68 | + static $constantIgnorePrefixes = array( "PGSQL_", "OCI_", "SQLT_", "DB2_", "XMLREADER_", "SQLSRV_" ); |
69 | 69 | # Ignore functions with these prefixes: |
70 | 70 | static $functionIgnorePrefixes = array( "pg_", "oci_", "db2_", "gmp_", "sqlsrv_", "exif_", "fss_", "tidy_", |
71 | 71 | "apc_", "eaccelerator_", "xcache_", "wincache_", "apache_", "xdiff_", "wikidiff2_", "parsekit_", |