Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16056 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50809 invoked by uid 1010); 23 Apr 2005 00:47:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50794 invoked from network); 23 Apr 2005 00:47:04 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 23 Apr 2005 00:47:04 -0000 X-Host-Fingerprint: 64.233.170.202 rproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.170.202:24299] helo=rproxy.gmail.com) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id CE/5E-22714-70B99624 for ; Fri, 22 Apr 2005 20:47:03 -0400 Received: by rproxy.gmail.com with SMTP id b11so704646rne for ; Fri, 22 Apr 2005 17:46:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oPeK7mXwca4qonxx/lD7i09AJs22B09uGiW11edIwyqknxpPuOd506ZzATaO7Yo7tQZWgNKTNcfO4AL9lzLLZg52rkp3E9C1KOffkY3Pf1fv/bbZEcdHadsfQSI5WvUutipafECp2kmQGKu30eg0vo58RqFNlcTLKP4RNyRzCjI= Received: by 10.38.13.29 with SMTP id 29mr4233907rnm; Fri, 22 Apr 2005 17:46:59 -0700 (PDT) Received: by 10.38.9.78 with HTTP; Fri, 22 Apr 2005 17:46:59 -0700 (PDT) Message-ID: <3c4c8fa605042217465117c73d@mail.gmail.com> Date: Sat, 23 Apr 2005 07:46:59 +0700 Reply-To: garbageman@gauldong.net To: PHP Internals Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: How to configure a "stable" PHP 5.0.4? From: gauldong@gmail.com (Hendy Irawan) I'm currently using PHP 5.0.4 using the configuration set in: http://www.gauldong.net/phpinfo.php However I'm not currently happy with it. It crashes at times (at particular scripts, not at intermittent times, and usually the ones with exception handling), and it crashes more with Zend Optimizer turned on, so I am turning it off now. It's using Linux 2.4. The same scripts run fine with the PHP 5.0.4 in WinXP (precompiled download from php.net), but these fail with a crash on the Linux box at www.gauldong.net. I have tried to run file error logging on but it currently doesn't output anything... which I take that PHP crashes even before it can spit out any error... :-( Would anyone give their "good" ./configure line? I also want to know if I am supposed to turn thread safety on or off? Thanks for the help. --=20 Hendy Irawan http://www.gauldong.net http://dev.gauldong.net