X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fmodule.c;h=a02784c279827f6972e664fb5ff58f744fc1e3cc;hb=6bdeeb7b332a272617814a4358d51bb07c872407;hp=b7a09c3d5b81f9b6f51e976b12374cfecedd89be;hpb=2d013b4e72d2c803817441fa13cadcac357df276;p=m6w6%2Fext-psi diff --git a/src/module.c b/src/module.c index b7a09c3..a02784c 100644 --- a/src/module.c +++ b/src/module.c @@ -17,7 +17,7 @@ ZEND_DECLARE_MODULE_GLOBALS(psi); PHP_INI_BEGIN() STD_PHP_INI_ENTRY("psi.engine", "ffi", PHP_INI_SYSTEM, OnUpdateString, engine, zend_psi_globals, psi_globals) - STD_PHP_INI_ENTRY("psi.directory", "psis", PHP_INI_SYSTEM, OnUpdateString, directory, zend_psi_globals, psi_globals) + STD_PHP_INI_ENTRY("psi.directory", "psi.d", PHP_INI_SYSTEM, OnUpdateString, directory, zend_psi_globals, psi_globals) PHP_INI_END(); void psi_error(int type, const char *msg, ...)