From owner-freebsd-questions@FreeBSD.ORG Thu Apr 22 05:44:18 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 1E33D106564A for ; Thu, 22 Apr 2010 05:44:18 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id 8D66A8FC0A for ; Thu, 22 Apr 2010 05:44:17 +0000 (UTC) Received: by bwz28 with SMTP id 28so9151322bwz.14 for ; Wed, 21 Apr 2010 22:44:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=Gb+sa/CBjV1UO9UofOID/RB6ppOmMuM/9TSplldzkA8=; b=M8Rx7U/jIr0WwATmxhcixcsxE/dip/nv2jKhSXbKYWeaklgqm3FLJrDJ2Cf+RFO2GI Wkg1DWkEMDCC7Dp6YpLRz/osD90kHzf4yd7NsxIz9CawsYMCnMKfirfE/+rGzLPyEVtq VezyZtaEdHLC8YIn5CYjPZgoBMfx/hy/GkZcQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rhiSwYUvNVstadaYf9crZ+scQ4h4oF3GHcGDgvAPSh2MhC87yp3JIhKT37+zf+SYTt u99diddPoXtayQjMZ7BcPq0clVZP5mB6ZwGsSpzWgjaIbty1su7FaKhLalEjsn1C0RV7 g2cb78sVjOllf02ZL3xklxXvM1fv53Rlod9Xo= MIME-Version: 1.0 Received: by 10.204.22.84 with HTTP; Wed, 21 Apr 2010 22:44:15 -0700 (PDT) Date: Thu, 22 Apr 2010 07:44:15 +0200 Received: by 10.204.24.9 with SMTP id t9mr4346248bkb.150.1271915056190; Wed, 21 Apr 2010 22:44:16 -0700 (PDT) Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 05:44:18 -0000 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 ?