Eustáquio Rangel
Eustáquio Rangel
Hey! I don't have PHP projects anymore, and not an Oracle database to test it, so I can't give you a real valid position about this. I agree that nulls...
Could you please provide a patch?
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.
@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...
Just found that the command being run is something like: ``` update_tags.sh -e ctags -t tags -p . -x @ -l tags.log Locking tags file... Running ctags on whole project...
Hey @bruno- ! Just checked that, with the basic example: ```ruby require "fiber_scheduler" require "open-uri" FiberScheduler do Fiber.schedule do URI.open("https://httpbin.org/delay/2") end Fiber.schedule do URI.open("https://httpbin.org/delay/2") end end ``` Running with 3.1.0,...
Nice @aristotelesbr ! Will try here and take a look why on 3.2 it is needed.
Hey @kingdonb I still didn't have time to take a look at this, but seems some method calls changed on 3.2. I noticed it prior to give a Ruby online...
Hey @bruno- I checked where the error is, and it's here on `rvm/gems/ruby-3.2.0/gems/fiber_scheduler-0.13.0/lib/fiber_scheduler.rb:175`: ```ruby def io_read(io, buffer, length) @selector.io_read(Fiber.current, io, buffer, length) end ``` but the current code here on...
@bruno- if you need some help, just let me know.