Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39664 invoked by uid 1010); 30 Dec 2007 11:31:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39648 invoked from network); 30 Dec 2007 11:31:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2007 11:31:27 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:49606] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/E6-01652-D8187774 for ; Sun, 30 Dec 2007 06:31:26 -0500 Received: from [81.22.163.71] (helo=[10.6.109.159]) by mho-01-bos.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1J8wO2-000Dgx-AX; Sun, 30 Dec 2007 11:31:22 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18j42iETKz3qb2PV0GtuA1k8kpTzVj2/E4= Reply-To: jani.taskinen@iki.fi To: phpxcache Cc: php-dev List In-Reply-To: <28139bc0712291916y2874424eg889334eeb462db81@mail.gmail.com> References: <28139bc0712291916y2874424eg889334eeb462db81@mail.gmail.com> Content-Type: text/plain Date: Sun, 30 Dec 2007 13:31:19 +0200 Message-ID: <1199014279.29974.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] bad test case that depends on user local ini From: jani.taskinen@sci.fi (Jani Taskinen) These both tests should just have the INI section with proper settings. --Jani On Sun, 2007-12-30 at 11:16 +0800, phpxcache wrote: > i have the following settings in my /etc/php.ini > pcre.backtrack_limit=10000 > pcre.recursion_limit=10000000 > test case > ini_get_all() tests [ext/standard/tests/general_functions/ini_get_all.phpt] > FAIL. but after i remove the settings, it will PASS. > > Bug #43128 Very long class name causes segfault [Zend/tests/bug43128.phpt] > also FAIL because i have memory_limit set to 50M in /etc/php.ini, PASS > if i set it to 100M > > is it expected that the test case should depends on users' ini settings? > -- Patches/Donations: http://pecl.php.net/~jani/