Anton Vasiliev

Results 117 comments of Anton Vasiliev

Line 873 Change: ``` php $this->load->database(); ``` To: ``` php $this->load->database('', TRUE); ```

God damn it, sorry for fail commits, I'm new one in Github :)

Examples of Zephir parser cross OS (linux, macos and win) CI: ![image](https://user-images.githubusercontent.com/3289702/136370630-0a12c687-c946-4f4e-b07a-932020b0df3b.png) https://github.com/zephir-lang/php-zephir-parser/blob/development/.github/workflows/ci.yml Also, separate action to build SDK PHP on Windows - https://github.com/zephir-lang/setup-php-sdk (which is used for Zephir CI...

Probably it will be default behavior, as Phalcon 4 is PSR compliant.

This feature was implemented in incubator database sessions: https://github.com/phalcon/incubator-session/blob/bcb812344cfae83644e8687c324bcbb4665808dc/src/Adapter/Database.php#L175

Hello! Please make same PR to this repository https://github.com/phalcon/incubator-translate Because this code will be migrated to there.

Blocked by https://github.com/zephir-lang/zephir/issues/2167

@quasipickle Volt will continue to exist. It probably will be separated into own repository to add in project when you are using it, but in `v5` it will be bundled...