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, 13 years ago
PHP extension loading support for .user.ini files.
File size: 389 bytes
RevLine 
[2041]1--- php-5.3.8-orig/sapi/cgi/cgi_main.c  2011-11-09 14:51:07.988054992 -0500
2+++ php-5.3.8/sapi/cgi/cgi_main.c       2011-11-09 14:53:27.804393949 -0500
3@@ -782,6 +782,7 @@
4 
5        /* Activate ini entries with values from the user config hash */
6        php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
7+       php_ini_register_extensions(TSRMLS_CC);
8 }
9 /* }}} */
10 
Note: See TracBrowser for help on using the repository browser.