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

Bump adodb/adodb-php from 5.21.4 to 5.22.6 #1895

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps adodb/adodb-php from 5.21.4 to 5.22.6.

Release notes

Sourced from adodb/adodb-php's releases.

v5.22.6

Maintenance release focusing mainly on PHP 8 compatibility. The Date/Time library was deprecated and will be removed in 5.23.0.

See Changelog for details

v5.22.5

Maintenance release focusing mainly on PHP 8.2 compatibility.

See Changelog for details

v5.22.4

Hotfix release, see Changelog

v5.22.3

Hotfix release, see Changelog

v5.22.2

Hotfix release, see Changelog for details.

v5.22.1

Hotfix release, see Changelog for details.

v5.22.0

This is a feature and maintenance release.

Please see the Changelog for details.

Changelog

Sourced from adodb/adodb-php's changelog.

[5.22.6] - 2023-06-11

Deprecated

  • Date/Time Library #970

Fixed

  • Creation of dynamic property deprecated warning with PHP 8.2 #954 #975
  • Remove unused oldProvider property in _rs2serialize() #957
  • Fix ADOConnection::execute() documentation of return type #964
  • Define _query() method in ADOConnection base class #966
  • Restore rs2html() $htmlspecialchars param behavior #968
  • adodb_throw() does not respect @ operator on PHP 8 #981
  • loadbalancer: PHP 8.2 warnings #951
  • mysql: Fail connection if native driver (mysqlnd) is not available #967
  • pgsql: Fix PHP 8.1 deprecated warning #956
  • pgsql: avoid Insert_ID() failing when lastval() is not set #978

[5.22.5] - 2023-04-03

Removed

  • Obsolete ADOConnection::$databaseName property #932
  • Dead code related to safe_mode #934
  • pdo: remove unnecessary methods _init() and _affectedrows() #935

Fixed

  • ADODB_FETCH_DEFAULT should be treated as ASSOC in getAssoc() #886
  • Allow dynamic properties for ADOFieldObject class #906
  • Fix autoExecute() $where parameter type

... (truncated)

Commits
  • 2e916eb Bump version to 5.22.6
  • 285a1bc Update Changelog
  • 1fbd7f1 Set AllowDynamicProperties attribute on ADOFetchObj class
  • 348d263 PR #779 follow-up
  • b819440 pgsql: avoid Insert_ID() failing when lastval() is not set
  • 943ac8a Fix adodb_throw() ignoring @ operator on PHP 8
  • 86234de Update changelog
  • 39f0c31 Fail connection if mysqlnd is not available
  • e631bd9 Coding guidelines
  • 80e5548 PHPDoc
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.21.4 to 5.22.6.
- [Release notes](https://github.com/ADOdb/ADOdb/releases)
- [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md)
- [Commits](ADOdb/ADOdb@v5.21.4...v5.22.6)

---
updated-dependencies:
- dependency-name: adodb/adodb-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 12, 2023
@dependabot dependabot bot requested a review from dregad June 12, 2023 01:58
@Koenvh1
Copy link

Koenvh1 commented Jul 9, 2023

Currently it seems the SOAP integration for Mantis on PHP 8.2 is broken due to an error message:

Creation of dynamic property ADORecordSet_mysqli::$adodbFetchMode is deprecated

Judging from the ADOdb changelog, this has been fixed in 5.22.5 and 5.22.6.

@dregad
Copy link
Member

dregad commented Jul 21, 2023

the SOAP integration for Mantis on PHP 8.2 is broken due to an error message

@Koenvh1 PHP 8.2 is currently not supported, see #32027.

@dregad dregad closed this in 1e12bdb Sep 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/adodb/adodb-php-5.22.6 branch September 2, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
2 participants