r90336 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90335‎ | r90336 | r90337 >
Date:14:03, 18 June 2011
Author:platonides
Status:ok
Tags:
Comment:
r89623 added SQLT_CHR.
SQLT_* constants are added by Oracle extension. http://php.net/manual/en/oci8.datatypes.php
Modified paths:
  • /trunk/tools/code-utils/check-vars.php (modified) (history)

Diff [purge]

Index: trunk/tools/code-utils/check-vars.php
@@ -64,7 +64,7 @@
6565 static $mConstantsDefault = array();
6666
6767 # 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_" );
6969 # Ignore functions with these prefixes:
7070 static $functionIgnorePrefixes = array( "pg_", "oci_", "db2_", "gmp_", "sqlsrv_", "exif_", "fss_", "tidy_",
7171 "apc_", "eaccelerator_", "xcache_", "wincache_", "apache_", "xdiff_", "wikidiff2_", "parsekit_",

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89623* fixed table duplication for unit tests...freakolowsky05:09, 7 June 2011

Status & tagging log