From owner-freebsd-questions@FreeBSD.ORG Fri May 21 00:18:08 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57E27106566B for ; Fri, 21 May 2010 00:18:08 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id CC3028FC16 for ; Fri, 21 May 2010 00:18:07 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so163102fge.13 for ; Thu, 20 May 2010 17:18:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=o5ict9pNMOs0UF/nmoNRccYQ4rt7jby3auF2EaFJ+2g=; b=dpF6zo+BnI/CSAz+w3clnWLGdAIDD2hSoJyFGHu0hUuS9VUH2kClgiF7ULwoI4xT6Z QkSBipltJ/Vfioz/KGhJ7RRb9shYBDJSxcF0IuUSaoNYtJGBDO1Cq/YhAFR3aVly6wRa ZcB+FMvUUWzqJ/rkIOX/+Jf1q5cox8Bo1vwdA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=BJetThSprHlweduqKSLVS5/6tgtiWvO9oN1YIy47YNhl/8SH4VGtLP2knon3dxH9in Qx3lEi/ktfcSIqEHQB3E0jX72Bij+MYeCvT7Y/kYe5EwDibGHLqWCFB/FBTs74XGa5TE WggGu7sgVnSNvbkm31Rh09IP6zr9Jnb5oY9Cc= Received: by 10.87.70.10 with SMTP id x10mr2717125fgk.5.1274401086581; Thu, 20 May 2010 17:18:06 -0700 (PDT) Received: from darklight.org.ru ([213.132.76.142]) by mx.google.com with ESMTPS id e20sm486985fga.6.2010.05.20.17.18.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 20 May 2010 17:18:05 -0700 (PDT) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.4/8.14.4) with ESMTP id o4L0I3Yh090938; Fri, 21 May 2010 04:18:03 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.4/8.14.4/Submit) id o4L0I2YD090937; Fri, 21 May 2010 04:18:03 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Fri, 21 May 2010 04:18:02 +0400 From: Yuri Pankov To: Zbigniew Szalbot Message-ID: <20100521001802.GB2276@darklight.org.ru> References: <20100521000841.51751.qmail@joyce.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: PHP upgrade fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 00:18:08 -0000 On Fri, May 21, 2010 at 02:13:30AM +0200, Zbigniew Szalbot wrote: > >>shows me that I still do not have two extensions which I deleted ealier: > >>php5-pcre > >>php5-spl > > > > They're both built into PHP 5.3. > > Apache error log says: > PHP Fatal error: Call to undefined function preg_match() in... > > > I am lost as to what to do to solve this. Any help will be appreciated! Did you restart apache after upgrading php...? > > > -- > Zbigniew Szalbot > www.slowo.pl > www.fairtrade.net.pl Yuri