mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Update patch for 5.0.1.
Spotted by: Scott Balmos <scott.balmos@utoledo.edu>
This commit is contained in:
parent
40c28912b1
commit
9d2b7929b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117371
@ -3,7 +3,7 @@
|
||||
@@ -47,7 +47,9 @@
|
||||
PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count,
|
||||
[ ],[
|
||||
AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 anymore. Please update your libraries.])
|
||||
AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 (for MySQL 4.1.x) and < 5.0.1 for (MySQL 5.0.x) anymore. Please update your libraries.])
|
||||
- ],[])
|
||||
+ ],[
|
||||
+ $MYSQLI_LIBLINE
|
||||
|
Loading…
Reference in New Issue
Block a user