source: branches/fc15-dev/server/common/patches/php-user-ini-extension.patch @ 2041

Last change on this file since 2041 was 2041, checked in by ezyang, 12 years ago
PHP extension loading support for .user.ini files.
File size: 389 bytes
  • sapi/cgi/cgi_main.c

    old new  
    782782
    783783        /* Activate ini entries with values from the user config hash */
    784784        php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
     785        php_ini_register_extensions(TSRMLS_CC);
    785786}
    786787/* }}} */
    787788
Note: See TracBrowser for help on using the repository browser.