php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #81525 Support for Coroutines/Fibers in OCI8
Submitted: 2021-10-14 15:00 UTC Modified: -
From: anton_swartz at apple dot com Assigned:
Status: Open Package: OCI8 related
PHP Version: 8.0.11 OS: All
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
31 + 17 = ?
Subscribe to this entry?

 
 [2021-10-14 15:00 UTC] anton_swartz at apple dot com
Description:
------------
We are wanting to find out about getting support for coroutines/fibers in the OCI8 driver for PDO.

Currently when using the OCI8 driver with PDO we Geta blocking request.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2023-05-29 05:46 UTC] ElliotWhite at teleworm dot us
Since coroutines/fibers are typically related to asynchronous programming, it's important to ensure that the underlying driver or extension supports asynchronous operations.

You can try reaching out to the developers or maintainers of OCI8 and PDO through their official channels, such as their GitHub repositories or forums, to inquire about the availability of coroutine/fiber support or any potential workarounds for achieving non-blocking behavior. They would be in the best position to provide guidance and support specific to those technologies.
(https://www.mybkexperience.onl/)github.com
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC