Dawid Pakuła

Results 113 comments of Dawid Pakuła

Our language generate need some enhancements. For now it incorrectly "parse" manuala references. I made some fixes for #148, but it still need improvements.

I switched from tons of "preg_replace" to DOMDocument (after compile manual) + some smaller hacks. From my point of view language library is a lot better now

Unfortunately I'm not able to generate correct oci8.php stubs, because this extension not work on M1 I'll try to do this before release

hmm this might be an option. Instant client in theory works with aarch64

This require WTP drop that is planed for this year. Closing for now, we have a lot of WTP-related issues

Yeah, aliasing support is never ending story...

As workaround create php project, next right click => configure => add symfony support

Current symfony project installer use composer, if you run: `composer create-project symfony/framework-standard-edition non_empty_project` you will receive `Project directory ./ is not empty`. Also official installer will not work: `symfony new...