]> granicus.if.org Git - php/commit
JIT: Update invalid opcache.jit INI value message to include "tracing" and "function...
authorAyesh Karunaratne <ayesh@ayesh.me>
Wed, 2 Dec 2020 21:07:47 +0000 (04:07 +0700)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 15 Dec 2020 09:18:33 +0000 (10:18 +0100)
commit724e241c9d9ab88e5b6fdc6d074aa956e9baa523
tree6c8228732a95e68d72abf68892f68cd822ebddfa
parentb6d043aae25ea872f9768e19e0999545ab0298f1
JIT: Update invalid opcache.jit INI value message to include "tracing" and "function" values

`opcache.jit` accepts `tracing` and `function` as aliases, but they were not mentioned in the start-up INI warning message.
This updates the error message to include all possible values.

Closes GH-6490.
ext/opcache/jit/zend_jit.c