Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3896 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79381 invoked by uid 1007); 14 Aug 2003 05:15:01 -0000 To: internals@lists.php.net Date: Wed, 13 Aug 2003 22:14:46 -0700 Organization: Islandnet.com Content-type: text/plain MIME-Version: 1.0 User-Agent: Grapevine Web News ALPHA (http://grapevine.islandnet.com/) Message-ID: X-Tracking: 3F3B1AC6862B0206E82B0C0AE82B0B09E828090EE62B0F0FFF2C 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: Setting PHP module values in C From: mark@islandnet.com (Mark Morley) I'm writing an Apache module and I'd like to be able to dynamically change some of PHP's settings from within this module. Mainly I need to be able to change the current open_basedir value, although there are others as well. Is there a function call or code sequence that will let me change values like this? Mark