Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please tag the new version with fixes for php 8.2 #518

Closed
Enjoyzz opened this issue Jan 16, 2023 · 1 comment
Closed

Please tag the new version with fixes for php 8.2 #518

Enjoyzz opened this issue Jan 16, 2023 · 1 comment

Comments

@Enjoyzz
Copy link

Enjoyzz commented Jan 16, 2023

No description provided.

@applibs
Copy link

applibs commented Jan 17, 2023

Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::beginTransaction() should either be compatible with PDO::beginTransaction(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 33
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::commit() should either be compatible with PDO::commit(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 44
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::errorCode() should either be compatible with PDO::errorCode(): ?string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 55
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::errorInfo() should either be compatible with PDO::errorInfo(): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 66
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::exec($statement) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 81
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::getAttribute($attribute) should either be compatible with PDO::getAttribute(int $attribute): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 94
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::inTransaction() should either be compatible with PDO::inTransaction(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 105
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 118
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::prepare($statement, $driver_options = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 134
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::query($statement, $fetchMode = null, ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 149
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::quote($string, $parameter_type = PDO::PARAM_STR) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 164
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::rollBack() should either be compatible with PDO::rollBack(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 175
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDO::setAttribute($attribute, $value) should either be compatible with PDO::setAttribute(int $attribute, mixed $value): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDO.php on line 188
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDOStatement::bindColumn($column, &$param, $type = null, $maxlen = null, $driverdata = null) should either be compatible with PDOStatement::bindColumn(string|int $column, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDOStatement.php on line 42
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDOStatement::bindParam($parameter, &$variable, $data_type = PDO::PARAM_STR, $length = null, $driver_options = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDOStatement.php on line 64
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDOStatement::bindValue($parameter, $value, $data_type = PDO::PARAM_STR) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDOStatement.php on line 83
Deprecated: Return type of DebugBar\DataCollector\PDO\TraceablePDOStatement::execute($input_parameters = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in \DebugBar\DataCollector\PDO\TraceablePDOStatement.php on line 99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants