Skip to content

Commit

Permalink
removed EXPERIMENTAL warning from escapePattern(), patternEscapeStrin…
Browse files Browse the repository at this point in the history
…g() and matchPattern()

git-svn-id: http://svn.php.net/repository/pear/packages/MDB2/trunk@245959 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
quipo committed Nov 9, 2007
1 parent ef73c65 commit 43e198c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 35 deletions.
5 changes: 0 additions & 5 deletions MDB2.php
Expand Up @@ -1670,11 +1670,6 @@ function escape($text, $escape_wildcards = false)
/**
* Quotes pattern (% and _) characters in a string)
*
* EXPERIMENTAL
*
* WARNING: this function is experimental and may change signature at
* any time until labelled as non-experimental
*
* @param string the input string to quote
*
* @return string quoted string
Expand Down
10 changes: 0 additions & 10 deletions MDB2/Driver/Datatype/Common.php
Expand Up @@ -1676,11 +1676,6 @@ function implodeArray($array, $type = false)
/**
* build a pattern matching string
*
* EXPERIMENTAL
*
* WARNING: this function is experimental and may change signature at
* any time until labelled as non-experimental
*
* @access public
*
* @param array $pattern even keys are strings, odd are patterns (% and _)
Expand Down Expand Up @@ -1745,11 +1740,6 @@ function matchPattern($pattern, $operator = null, $field = null)
/**
* build string to define pattern escape character
*
* EXPERIMENTAL
*
* WARNING: this function is experimental and may change signature at
* any time until labelled as non-experimental
*
* @access public
*
* @return string define pattern escape character
Expand Down
5 changes: 0 additions & 5 deletions MDB2/Driver/Datatype/mysql.php
Expand Up @@ -248,11 +248,6 @@ function _getIntegerDeclaration($name, $field)
/**
* build a pattern matching string
*
* EXPERIMENTAL
*
* WARNING: this function is experimental and may change signature at
* any time until labelled as non-experimental
*
* @access public
*
* @param array $pattern even keys are strings, odd are patterns (% and _)
Expand Down
5 changes: 0 additions & 5 deletions MDB2/Driver/Datatype/mysqli.php
Expand Up @@ -248,11 +248,6 @@ function _getIntegerDeclaration($name, $field)
/**
* build a pattern matching string
*
* EXPERIMENTAL
*
* WARNING: this function is experimental and may change signature at
* any time until labelled as non-experimental
*
* @access public
*
* @param array $pattern even keys are strings, odd are patterns (% and _)
Expand Down
5 changes: 0 additions & 5 deletions MDB2/Driver/Datatype/pgsql.php
Expand Up @@ -309,11 +309,6 @@ function _quoteBoolean($value, $quote, $escape_wildcards)
/**
* build a pattern matching string
*
* EXPERIMENTAL
*
* WARNING: this function is experimental and may change signature at
* any time until labelled as non-experimental
*
* @access public
*
* @param array $pattern even keys are strings, odd are patterns (% and _)
Expand Down
5 changes: 0 additions & 5 deletions MDB2/Driver/Datatype/sqlite.php
Expand Up @@ -212,11 +212,6 @@ function _getIntegerDeclaration($name, $field)
/**
* build a pattern matching string
*
* EXPERIMENTAL
*
* WARNING: this function is experimental and may change signature at
* any time until labelled as non-experimental
*
* @access public
*
* @param array $pattern even keys are strings, odd are patterns (% and _)
Expand Down

0 comments on commit 43e198c

Please sign in to comment.