asdf-community / asdf-php

PHP plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
223 stars 102 forks source link

fix: PHP_WITHOUT_PCRE_JIT logic #167

Open jpickwell opened 10 months ago

jpickwell commented 10 months ago

If PHP_WITHOUT_PCRE_JIT is not set (default value of no) or if it is explicitly set to no, then this means we want PCRE JIT support. The previous logic did the opposite.