-
Notifications
You must be signed in to change notification settings - Fork 30
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
php 8.1 #41
Comments
Could you please provide a patch? |
i will wokr it |
No problem, @parsibox . I don't even use PHP or Oracle for years. I'll declare this project as abandonware. If you want to fork it, fell free to do it. |
@parsibox have you found an alternative or worked your way through fixing issues? We are heavily integrated with this package. Curious on your thoughts. |
no |
@parsibox thanks for the responsive. I will document over the next couple of weeks our migration from PHP 7.4.x to PHP 8.1.x and how me are handling the interface to Oracle. A couple of initial notes: When upgrading from PHP 7.4.27 to PHP 8.1.4 the OCI8 extension was update:
The PDO_OCI is no longer experimental. It was folded into the PHP Core while ago. Here is a recent blog about OCI8 and PDO_OCI. We will attempt to install the extension and see how it integrates into our code. |
@cwolcott so, finally now PDO_OCI is working without workarounds? Very good! I just created this package to make it easier to work with PHP and Oracle, but as mentioned, I don't use both for years ... so we can officially mark this package as no longer needed? :-) |
@taq, I would go that far yet. PDO_OCI is part of the core rather than community support via PECL. I have not tested it yet. I will report back over the next couple of weeks. |
|
hi
dear we have too many fatal error on php 8.1
The text was updated successfully, but these errors were encountered: