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

PDO_Firebird: Set session timezone in connection properties #15779

Closed
wants to merge 1 commit into from
Closed

PDO_Firebird: Set session timezone in connection properties #15779

wants to merge 1 commit into from

Conversation

sim1984
Copy link
Contributor

@sim1984 sim1984 commented Sep 6, 2024

This feature allows you to set the session time zone when connecting to the database. An alternative is to set the time zone after the connection is established using the query:

$dbh->exec("SET TIME ZONE '$timezone'");

in connection properties
@cmb69
Copy link
Member

cmb69 commented Sep 12, 2024

Sorry for the late reply, @sim1984! It's just that especially during beta stage php-src developers are usually very busy catching up on some unfinished work, and on doing general QA. New, even small, feature suggestions may unfortunately fall through the cracks, particularly since they would require explicit release manager approval so shortly prior to feature freeze (aka. RC stage).

Generally, I think this feature makes sense, but it might better be postponed to PHP next (8.5 or 9.0, whatever it will be). Feel free to re-open the PR – hopefully someone can have a closer look during the coming weeks.

@mariuz
Copy link
Contributor

mariuz commented Feb 27, 2025

@sim1984 Could you re-open the pr for the next version of php ?

Then @cmb69 could merge it

@sim1984
Copy link
Contributor Author

sim1984 commented Feb 27, 2025

Ok

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

Successfully merging this pull request may close these issues.

3 participants