Date: Thu, 3 Jun 2004 08:49:13 -0700 (PDT) From: Peter Pentchev <roam@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php3 Makefile ports/www/mod_php3/files patch-functions::mysql.c ports/www/mod_php3/scripts configure.php Message-ID: <200406031549.i53FnDDw049798@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
roam 2004/06/03 08:49:13 PDT FreeBSD ports repository Modified files: www/mod_php3 Makefile www/mod_php3/scripts configure.php Added files: www/mod_php3/files patch-functions::mysql.c Log: Commit something that I've been sitting on for just about months now: make the PHP3 ports work with any version of MySQL, not just 3.23.x. The main (actually, the only) problem was that MySQL 4.x no longer has mysql_drop_db() and mysql_create_db() as separate functions, and just as mentioned in the manual, the solution is to use mysql_query() (or rather, mysql_real_query()) and emulate them. Revision Changes Path 1.141 +2 -2 ports/www/mod_php3/Makefile 1.1 +52 -0 ports/www/mod_php3/files/patch-functions::mysql.c (new) 1.126 +2 -2 ports/www/mod_php3/scripts/configure.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406031549.i53FnDDw049798>