Date: Tue, 3 Jul 2018 15:53:48 -0500 From: Doug McIntyre <merlyn@geeks.org> To: The Doctor <doctor@doctor.nl2k.ab.ca> Cc: freebsd-questions@freebsd.org Subject: Re: PHP 7.2 question Message-ID: <20180703205348.GA66335@geeks.org> In-Reply-To: <20180703013828.GA12913@doctor.nl2k.ab.ca> References: <20180703013828.GA12913@doctor.nl2k.ab.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 02, 2018 at 07:38:28PM -0600, The Doctor wrote: > The only issue is the PHP 7.2 . > > I compiled most of the modules for Apache 2.4.33 and php-7.2 then compiled > mod_php7.2 after all the databases were compiled. > > the mod php is not picking up the databse modules yes php -i and php -m > indicted they are present. Which database modules? It shows mysqli? MysqlI Support => enabled Client API library version => mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $ One major change with PHP7.x systems is the mysql module is deprecated and gone. A great # of old PHP software depends on this, and all of them need updates to use the proper API, mysqli now. There are a small handful of other modules that are deprecated with PHP7.0 and PHP7.2, but if something expects mysql vs. mysqli, then it is just too old to run on PHP7.x anyway and needs to be updated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180703205348.GA66335>