--TEST-- dl(): Extensions compiled against zend_register_ini_entries() are supported --ENV-- PHP_DL_TEST_USE_OLD_REGISTER_INI_ENTRIES=1 --SKIPIF-- --FILE-- --EXPECT-- bool(true) The extension dl_test is loaded and working! string(12) "Hello World!" string(1) "0" string(5) "hello" OK