Apc_define_constants vs hidef vs define

Has anyone used apc_define_constants or hidef vs with define. Any true benefits or possible errors in the latest versions?

apc-define-constants - http://us2.php.net/manual/en/function.apc-define-constants.php

hidef - http://pecl.php.net/package/hidef

+3
source share
3 answers

I used it apc_define_constantscompletely without problems - I never tried to hide because of its alpha status.

+2
source

We've been using hidef for three years in a production environment, and once you get used to the quirks of hidef ini files and define arrays in hidef, it's awesome, stable and easy to use.

0
source

Source: https://habr.com/ru/post/1708859/


All Articles