Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84094 invoked by uid 1010); 8 Jan 2004 04:17:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84070 invoked from network); 8 Jan 2004 04:17:05 -0000 Received: from unknown (HELO edwardbear.org) (216.179.74.133) by pb1.pair.com with SMTP; 8 Jan 2004 04:17:05 -0000 Received: by edwardbear.org via sendmail from stdin id (Debian Smail3.2.0.115) Wed, 7 Jan 2004 23:17:03 -0500 (EST) Date: Wed, 7 Jan 2004 23:17:02 -0500 To: internals@lists.php.net Message-ID: <20040108041702.GA11851@bumblebury.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: in tsrm mode, ini values discarded From: sterling@project-pint.org (Sterling Hughes) hey, i'm using php5-cvs, and building with apache2handler. when php is built with TSRM, you can't set values like asp_tags or short_tags in your php.ini file, because they are overridden by zend_set_default_compile_time_values() (called from compiler_globals_ctor()). -sterling