AB
sf-console
с нововведениями ещё не тегнутаSize: a a a
AB
sf-console
с нововведениями ещё не тегнутаAM
sf-console
с нововведениями ещё не тегнутаEU
} catch (PDOException $e) {
if ($this->enableProfiling) {
$this->profiler->end($token, [__METHOD__]);
}
if ($this->enableLogging) {
$this->logger->log(LogLevel::ERROR, $token);
}
throw new Exception($e->getMessage(), $e->errorInfo, $e);
}
enableLogging
нужно ли отключать на проде? как это задумывалось?T
} catch (PDOException $e) {
if ($this->enableProfiling) {
$this->profiler->end($token, [__METHOD__]);
}
if ($this->enableLogging) {
$this->logger->log(LogLevel::ERROR, $token);
}
throw new Exception($e->getMessage(), $e->errorInfo, $e);
}
enableLogging
нужно ли отключать на проде? как это задумывалось?T
EU
T
T
M
return ExitCode::OK;
goes out of memory HP Fatal error: Allowed memory size of 536870912 bytes exhausted
. If I exit just before this, all is fine. What does the return actually do?AM
M
protected function execute
, a console commandM
AM
AM
А
M
M
M
А
А