zephir-lang / zephir

Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
https://zephir-lang.com
MIT License
3.29k stars 466 forks source link

[Feature Request] Flexible directory structure #1627

Open etki opened 6 years ago

etki commented 6 years ago

Hi!

Currently Zephir forces fixed directory structure that may lead to some perfectionist starvation:

So i suggest to add paths configuration option with following children:

dschissler commented 5 years ago

I don't understand. You want to mix .zep files in with .php? What is the use case for that?