Date: Wed, 12 Jan 2011 10:02:38 +0000 From: Paul Macdonald <paul@ifdnrg.com> To: Gary Kline <kline@thought.org> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: Which php?? Message-ID: <4D2D7C3E.50404@ifdnrg.com> In-Reply-To: <20110112005234.GA4277@thought.org> References: <20110110212143.GA8276@thought.org> <4D2B8320.1090501@ifdnrg.com> <20110111164623.GB26859@thought.org> <AANLkTikZTcrcvuxtz%2BE6ccHv-7v8O0PkzNvow_CfnuvN@mail.gmail.com> <20110111175631.GA27569@thought.org> <4D2CA063.8080008@pchotshots.com> <20110112005234.GA4277@thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Lots of warnings:: > > > Deprecated: Directive 'register_long_arrays' is deprecated in PHP > 5.3 and greater in Unknown on line 0 > > Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 > and greater in Unknown on line 0 > PHP 5.3.5 with Suhosin-Patch (cli) (built: Jan 11 2011 12:31:01) > (DEBUG) > Copyright (c) 1997-2009 The PHP Group > Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies > This is kinda good, at least its installed ! To turn off deprecated notices in looging: edit /usr/local/etc/php.ini ( approx line 523) error_reporting = E_ALL & ~E_DEPRECATED Make php log errors: ( line approx 646) error_log = /var/log/php_errors.log then try php -v from shell,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D2D7C3E.50404>