From owner-freebsd-questions@FreeBSD.ORG Thu Apr 22 13:35:23 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 485E31065672 for ; Thu, 22 Apr 2010 13:35:23 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D421F8FC08 for ; Thu, 22 Apr 2010 13:35:22 +0000 (UTC) Received: by wye20 with SMTP id 20so1764502wye.13 for ; Thu, 22 Apr 2010 06:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=ileAiVZoIeRjeqOkgt/20CY+03CmboQVE2mBEWTxjeg=; b=EtVOqenY4u0SoutqOj5wo7SivLCdcHTZIcKjr3/LoxnpD2tPCkg/2nTN/tWG/m5oSV RKVvRFLi4iqup2sVmTnpBQZvLNQ3/mH+g1Q57xui2FBwxaja3Ijl5CGC2QCCStCz6SRZ U5UAEgh5DY7R1QbtwrLfhygL1PPBBVu4BK5g0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fM2OE5W2+wR9CJzbRP7mkaEaMLWl9twIyVO31I2G0yUpzg99R4twzQJEr5hM/ICa/d h70RiodPlaF/5YJkJ0ZbCdNOHf2UaM5le3Yomt865s5B1WVL7WiDGhkOlAN+5e1IOrIW oO2kxDm55mWHYusgkbkgd9a7OESS3P5nNBoOU= MIME-Version: 1.0 Received: by 10.216.220.219 with HTTP; Thu, 22 Apr 2010 06:35:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 Apr 2010 09:35:21 -0400 Received: by 10.216.184.83 with SMTP id r61mr426078wem.34.1271943321479; Thu, 22 Apr 2010 06:35:21 -0700 (PDT) Message-ID: From: APseudoUtopia To: n dhert Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: php5-5.3.2 problems since upgrade from php5-5.2.12 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: Thu, 22 Apr 2010 13:35:23 -0000 On Thu, Apr 22, 2010 at 1:44 AM, n dhert wrote: > People using php in webpages are getting all kind of errors concerning > depricated functions > such as: > >> Deprecated: Assigning the return value of new by reference is deprecated > It there a way to specify somewhere something so that these funtions still > can be used ? The functions can still be used. It's just a notice saying that their usage is deprecated and they will be removed in future versions of PHP. Try asking on the PHP mailing list for non-deprecated ways to do what you're trying to do.