Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Forward port zendframework#3522
Browse files Browse the repository at this point in the history
Conflicts:
	library/Zend/Code/Generator/AbstractMemberGenerator.php
	library/Zend/Mvc/Controller/AbstractRestfulController.php
	library/Zend/Soap/Client/DotNet.php
  • Loading branch information
Maks3w committed Jan 23, 2013
2 parents dccff68 + 6b721bc commit 5cadedb
Show file tree
Hide file tree
Showing 170 changed files with 0 additions and 170 deletions.
1 change: 0 additions & 1 deletion library/Zend/Authentication/Adapter/DbTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,4 @@ protected function _authenticateCreateAuthResult()
$this->authenticateResultInfo['messages']
);
}

}
1 change: 0 additions & 1 deletion library/Zend/Cache/Storage/Adapter/MemoryOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,4 @@ protected function normalizeMemoryLimit($value)

return $value;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/DocBlock/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,4 @@ public function generate()

return $output;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/DocBlock/Tag/ParamTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ public function generate()

return $output;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/DocBlock/Tag/ReturnTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ public function generate()
{
return '@return ' . $this->datatype . ' ' . $this->description;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/DocBlockGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,4 @@ protected function docCommentize($content)

return $output;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/MethodGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,4 @@ public function __toString()
{
return $this->generate();
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/ParameterGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,4 @@ public function generate()

return $output;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/PropertyGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,4 @@ public function generate()

return $output;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/PropertyValueGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ public function generate()
{
return parent::generate() . ';';
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Generator/ValueGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,4 @@ public function __toString()
{
return $this->generate();
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/NameInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,4 @@ public function resolveName($name)

return $name;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Reflection/ClassReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,4 @@ public function __toString()
{
return parent::__toString();
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Reflection/DocBlock/Tag/GenericTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,4 @@ protected function parse($docBlockLine)
$this->content = trim($docBlockLine);
$this->values = explode($this->contentSplitCharacter, $docBlockLine);
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Reflection/DocBlock/TagManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,4 @@ public function createTag($tagName, $content = null)

return $newTag;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Reflection/DocBlockReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,4 @@ public function __toString()
{
return $this->toString();
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Reflection/MethodReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,4 @@ public function __toString()
{
return parent::__toString();
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Reflection/ParameterReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,4 @@ public function __toString()
{
return parent::__toString();
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Scanner/ClassScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,5 +791,4 @@ protected function scan()

return;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Scanner/DerivedClassScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,4 @@ public function hasMethod($name)

return false;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Scanner/MethodScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,5 +534,4 @@ protected function scan()

return;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Scanner/ParameterScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,4 @@ public function isPassedByReference()

return $this->isPassedByReference;
}

}
1 change: 0 additions & 1 deletion library/Zend/Code/Scanner/TokenArrayScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,5 +676,4 @@ protected function getUsesNoScan($namespace)

return $uses;
}

}
1 change: 0 additions & 1 deletion library/Zend/Config/Processor/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,4 @@ public function processValue($value)
{
return $this->translator->translate($value, $this->textDomain, $this->locale);
}

}
1 change: 0 additions & 1 deletion library/Zend/Console/Prompt/Char.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,4 @@ public function getEcho()
{
return $this->echo;
}

}
1 change: 0 additions & 1 deletion library/Zend/Console/Prompt/Confirm.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,4 @@ public function getYesChar()
{
return $this->yesChar;
}

}
1 change: 0 additions & 1 deletion library/Zend/Console/Prompt/Line.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,4 @@ public function getPromptText()
{
return $this->promptText;
}

}
1 change: 0 additions & 1 deletion library/Zend/Console/Prompt/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,4 @@ public function getAllowFloat()
{
return $this->allowFloat;
}

}
1 change: 0 additions & 1 deletion library/Zend/Console/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,4 @@ public function getScriptName()
{
return $this->scriptName;
}

}
1 change: 0 additions & 1 deletion library/Zend/Crypt/Symmetric/Padding/Pkcs7.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ public function strip($string)
}
return false;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Mysqli/Mysqli.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,4 @@ public function getLastGeneratedValue()
{
return $this->getConnection()->getLastGeneratedValue();
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Mysqli/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,4 @@ public function getGeneratedValue()
{
return $this->generatedValue;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Mysqli/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,4 @@ protected function bindParametersFromContainer()
call_user_func_array(array($this->resource, 'bind_param'), $args);
}
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Pdo/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,4 @@ public function getLastGeneratedValue($name = null)
}
return false;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ public function getRowCountClosure($context)
: $sqliteRowCounter->getCountForSql($context);
};
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Pdo/Pdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,4 @@ public function getLastGeneratedValue()
{
return $this->connection->getLastGeneratedValue();
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Pdo/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,4 @@ public function getGeneratedValue()
{
return $this->generatedValue;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Pdo/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,4 @@ public function __clone()
}

}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Pgsql/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,4 @@ public function getLastGeneratedValue($name = null)
$result = pg_query($this->resource, 'SELECT CURRVAL(\'' . str_replace('\'', '\\\'', $name) . '\') as "currval"');
return pg_fetch_result($result, 0, 'currval');
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Sqlsrv/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,4 @@ public function getLastGeneratedValue($name = null)
$row = sqlsrv_fetch_array($result);
return $row['Current_Identity'];
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ public function __construct($errors = false)
{
$this->errors = ($errors === false) ? sqlsrv_errors() : $errors;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Sqlsrv/Sqlsrv.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,4 @@ public function getLastGeneratedValue()
{
return $this->getConnection()->getLastGeneratedValue();
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,4 @@ protected function bindParametersFromContainer()
// }
//}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ public function __construct($message, $parameters)
parent::__construct($message);
$this->parameters = $parameters;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Platform/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array(
}
return implode('', $parts);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Platform/Postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array(
}
return implode('', $parts);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Platform/Sql92.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array(

return implode('', $parts);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Platform/SqlServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array(
}
return implode('', $parts);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Adapter/Platform/Sqlite.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ public function quoteIdentifierInFragment($identifier, array $safeWords = array(
}
return implode('', $parts);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Metadata/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,4 @@ public function getColumn($columnName, $table, $schema = null)
{
return $this->source->getColumn($columnName, $table, $schema);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Metadata/Object/ColumnObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,4 @@ public function setErrata($errataName, $errataValue)
$this->errata[$errataName] = $errataValue;
return $this;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Metadata/Object/ConstraintObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,4 @@ public function isCheck()
{
return ('CHECK' == $this->type);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Metadata/Source/AbstractSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,5 +543,4 @@ protected function loadTriggerData($schema)

$this->prepareDataHierarchy('triggers', $schema);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Metadata/Source/SqlServerMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,4 @@ protected function loadTriggerData($schema)

$this->data['triggers'][$schema] = $data;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/ResultSet/AbstractResultSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,4 @@ public function toArray()
}
return $return;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/ResultSet/HydratingResultSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ public function toArray()
}
return $return;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/ResultSet/ResultSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,4 @@ public function current()

return $data;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/RowGateway/AbstractRowGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,4 @@ protected function processPrimaryKeyData()
$this->primaryKeyData[$column] = $this->data[$column];
}
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/RowGateway/Feature/AbstractFeature.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ public function getMagicMethodSpecifications()
{
return array();
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/RowGateway/RowGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ public function __construct($primaryKeyColumn, $table, $adapterOrSql = null)

$this->initialize();
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Sql/AbstractSql.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,4 @@ protected function processSubSelect(Select $subselect, PlatformInterface $platfo
}
return $sql;
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Sql/Expression.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ public function getExpressionData()
$types
));
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Sql/Platform/AbstractPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,4 @@ public function getSqlString(PlatformInterface $adapterPlatform = null)

return $this->subject->getSqlString($adapterPlatform);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Sql/Platform/Mysql/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ public function __construct(SelectDecorator $selectDecorator = null)
{
$this->setTypeDecorator('Zend\Db\Sql\Select', ($selectDecorator) ?: new SelectDecorator());
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Sql/Platform/Mysql/SelectDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,4 @@ protected function processOffset(PlatformInterface $platform, DriverInterface $d

return array($this->offset);
}

}
1 change: 0 additions & 1 deletion library/Zend/Db/Sql/Platform/Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ public function __construct(AdapterInterface $adapter)
default:
}
}

}
Loading

0 comments on commit 5cadedb

Please sign in to comment.