Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72335 invoked by uid 1010); 10 Feb 2005 20:04:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72293 invoked from network); 10 Feb 2005 20:04:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2005 20:04:33 -0000 X-Host-Fingerprint: 80.189.92.203 smtp6.global.net.uk Solaris 9 Received: from ([80.189.92.203:57057] helo=smtp6.global.net.uk) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id FD/9B-27256-05EBB024 for ; Thu, 10 Feb 2005 15:04:33 -0500 Message-ID: Received: from ps.189.62.156.dial.global.net.uk ([80.189.62.156] helo=bagpuss) by smtp6.global.net.uk with esmtp (Exim 4.30) id 1CzKY7-0001sh-DU for internals@lists.php.net; Thu, 10 Feb 2005 20:04:28 +0000 Reply-To: To: "PHP Internals" Date: Thu, 10 Feb 2005 20:06:08 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcUPoAHXUxKOXsgDSwS1uWCJUOw7yAAAUExAAAKprsA= Authenticated-Sender: Subject: FW: [PHP-DEV] Re: A question about php_streams From: frak@totalise.co.uk ("Mikey") Whoops - sorry Sara! > -----Original Message----- > From: Mikey [mailto:frak@totalise.co.uk] > Sent: 10 February 2005 18:56 > To: 'Sara Golemon' > Subject: RE: [PHP-DEV] Re: A question about php_streams > > > Not really...can you include the entire backtrace? Did you compile > > with --enable-debug? > > PHP or Apache? PHP yes, Apache is a slackware package so > prolly not. This error occurs at the time that Apache > starts, and it doesn't run at all. If you want I can do a > debug build of Apache? > > > You misunderstood. I mean make sure that > > TMPL_G(template_dir) != NULL, and that whatever > > TMPL_G(template_dir) points to (as in the address referred > to by the > > char* datatype) has meaningful data in it. > > You are right, I did misunderstand. > > template_dir is a php.ini directive and prints out OK when > phpinfo is called. I have put tests into my code to see if > it is actually a string and it seems to think so, and is def not NULL. > > Tia, > > Mikey >