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 according to 8.4 changes and feedbacks from @pmjones #233

Open
wants to merge 4 commits into
base: 6.x
Choose a base branch
from

Conversation

harikt
Copy link
Member

@harikt harikt commented Dec 21, 2024

Based on comments by @pmjones

Sorry about the formatting messed.

@pmjones
Copy link
Member

pmjones commented Dec 30, 2024

@harikt I have not reviewed yet (sorry) but I wonder if it would make sense to use Lazy (Ghost) Objects for the lazy-connection aspects of this?

https://www.php.net/manual/en/language.oop5.lazy-objects.php

@harikt
Copy link
Member Author

harikt commented Dec 31, 2024

Hi @pmjones ,

According to my understanding ExtendedPdo is still using the lazy way to connect unless we are calling the static method. Are you suggesting the lazy for connect if so I don't think so. The user may need to connect that may be the reason they are calling.

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

Successfully merging this pull request may close these issues.

2 participants