From owner-freebsd-questions@freebsd.org Thu Sep 15 03:53:04 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2AA4BD9310 for ; Thu, 15 Sep 2016 03:53:04 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from mail-oi0-x231.google.com (mail-oi0-x231.google.com [IPv6:2607:f8b0:4003:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5B61150E for ; Thu, 15 Sep 2016 03:53:04 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: by mail-oi0-x231.google.com with SMTP id m11so52773531oif.1 for ; Wed, 14 Sep 2016 20:53:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=fJ1BMSDL5/HgDdwWBCgdldgX8Tch3NjBmkYIvfG0Ej0=; b=tVFqIaPlmKJrgEdUyyVR6cOZ7nhhbAVQvw0RMSx5s6xE65kQ7J6fB6lQNQNfZJiKFk bRsi1BTKsAXRx/enMd2KhqovjrrAJoZ35N+lCrs27D6oxgKF0XYwFpehX7oG3NntMaxd +koXBtNZKjM8hR02hLWv3vIy7Sg4zAulF8tSg26IBglvWUDW/C0Nd69bkXBs+1avdaL8 MKKnl0mPY6XV/cJyiTEhbk2JaiuInS1lFexJXDHrEG62NyjDu6+SeZL+FJfz6VJJlM3g cNOu0Np467QH/KaS8jUbGBH8u8liflxpSzy8Ie8hR/jg11NJjLkEoDFgpC6QI601BoIt U7yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=fJ1BMSDL5/HgDdwWBCgdldgX8Tch3NjBmkYIvfG0Ej0=; b=BUeNP/wqpzNJ2jLK3a7s/z/CrLaOdJdBqLwveeijqyNHDTFkVf0LlY9Lp56Wzda0h8 C0bPf627coPFgiRr9UnnQAIEehvHQ9PE3bcivAE+uFn6dPqcWQL1oxVg9Of9Yy62xpUY EbymNJNp+3XnXeFVcfY2ps3ySsjPyc4O96fQw1Id8WZvgPBQPvJTtpkwtlzi2dIa+vEv qf/c868GKLBTK3b3PT+PJVIcnumf7c8XFsDoqKup5gU32xpT5E1ftGfIY3zf6bkMmjMs nomduzIvHHLDx5scQCTTVjxQWmMpHvIN4PCO3Tiuqi95l+bBS+Im4GJIfcFFDQlgNZfd 0KZw== X-Gm-Message-State: AE9vXwNN2D9WH1fci6O/U1LJb5SPo2RkdG+1zjjJihCUEN2D8FmJln03IAbUdYJNSVWXNmy8K2ac6tudYuo4gA== X-Received: by 10.202.227.21 with SMTP id a21mr5780601oih.92.1473911583866; Wed, 14 Sep 2016 20:53:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.216.8 with HTTP; Wed, 14 Sep 2016 20:52:43 -0700 (PDT) In-Reply-To: References: <906bdfcd-4007-e7e7-452a-81ffbdcef4b9@parts-unknown.org> <0fe700f7-37ae-46bc-83f6-b80408d6e808@phess.net> <54f5f8a1-b0fe-db91-55d8-d10d9223a9a9@parts-unknown.org> From: Amitabh Kant Date: Thu, 15 Sep 2016 09:22:43 +0530 Message-ID: Subject: Re: phpinfo taking way too long, probably hanging To: David Benfell Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 03:53:05 -0000 Hi David Does "php -i" command also hang on terminal? If yes, then try using the command with -c switch to specify a custom php.ini file with extensions removed or pruned to bare minimum, and keep on adding till you get to the problem extension. Amitabh On Thu, Sep 15, 2016 at 7:29 AM, David Benfell wrote: > Hi Amitabh, > > On 09/14/2016 10:51 AM, Amitabh Kant wrote: > > Not very sure on this, but have you tried disabling extensions that > > might be configured to load along with PHP. One of the extensions > > might be be the problem which is preventing phpinfo to hang. > I certainly can't rule this out. It'd help if I had some way to narrow > down the list of possible offenders. This is a production system and > most extensions are critical to my web services. > > Thanks! > >