Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11697 invoked by uid 1007); 15 Aug 2003 06:40:02 -0000 To: internals@lists.php.net Date: Thu, 14 Aug 2003 23:39:53 -0700 Organization: Islandnet.com Content-type: text/plain MIME-Version: 1.0 User-Agent: Grapevine Web News ALPHA (http://grapevine.islandnet.com/) Message-ID: <2831f8ef50e808836aea7a8b7953f860@grapevine.islandnet.com> X-Tracking: 3F3C803979B1050617B10B0A17B10C0917B20E0E19B20A0D09B2 X-Report-Abuse-To: news@islandnet.com X-NNRP-Cache: Grapevine 2.0 -- http://grapevine.islandnet.com/ X-Posted-By: 199.175.106.247 Subject: Scope of zend_alter_ini_entry in Apache module? From: mark@islandnet.com (Mark Morley) In the custom mass hosting module I'm working on I make calls to zend_alter_ini_entry (thanks Uwe!) to dynamically change PHP settings for each virtual host. Works great, but I'm wondering about the scope of this function. If I change a setting, does that change only affect the current request, or does it change it for the lifetime of the Apache child process, or for all Apache children? Mark