Index: branches/fc15-dev/server/common/patches/php-user-ini-extension.patch
===================================================================
--- branches/fc15-dev/server/common/patches/php-user-ini-extension.patch	(revision 2041)
+++ branches/fc15-dev/server/common/patches/php-user-ini-extension.patch	(revision 2041)
@@ -0,0 +1,10 @@
+--- php-5.3.8-orig/sapi/cgi/cgi_main.c	2011-11-09 14:51:07.988054992 -0500
++++ php-5.3.8/sapi/cgi/cgi_main.c	2011-11-09 14:53:27.804393949 -0500
+@@ -782,6 +782,7 @@
+ 
+ 	/* Activate ini entries with values from the user config hash */
+ 	php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
++	php_ini_register_extensions(TSRMLS_CC);
+ }
+ /* }}} */
+ 
Index: branches/fc15-dev/server/common/patches/php-zend-llist-destroy.patch
===================================================================
--- branches/fc15-dev/server/common/patches/php-zend-llist-destroy.patch	(revision 2041)
+++ branches/fc15-dev/server/common/patches/php-zend-llist-destroy.patch	(revision 2041)
@@ -0,0 +1,11 @@
+--- php-5.3.8-orig/Zend/zend_llist.c	2011-11-09 14:50:55.691289017 -0500
++++ php-5.3.8/Zend/zend_llist.c	2011-11-10 21:11:02.585017295 -0500
+@@ -117,6 +117,8 @@
+ 		current = next;
+ 	}
+ 
++	l->head = NULL;
++	l->tail = NULL;
+ 	l->count = 0;
+ }
+ 
