mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
[skip ci] Backport libmysql build fix (d9a9696)
This commit is contained in:
@@ -15,10 +15,9 @@ runs:
|
||||
set -x
|
||||
LIBMYSQL=${{ inputs.libmysql }}
|
||||
MYSQL_BASE=${LIBMYSQL%%-linux-*}
|
||||
MYSQL_VERSION=${MYSQL_BASE#*-}
|
||||
MYSQL_DIR=$HOME/$MYSQL_BASE
|
||||
mkdir -p $MYSQL_DIR
|
||||
URL=https://cdn.mysql.com/Downloads/MySQL-${MYSQL_VERSION%.*}/$LIBMYSQL
|
||||
URL=https://downloads.mysql.com/archives/get/p/23/file/$LIBMYSQL
|
||||
wget -nv $URL
|
||||
tar -xf $LIBMYSQL --strip-components=1 -C $MYSQL_DIR
|
||||
PDO_MYSQL=${MYSQL_DIR}
|
||||
|
||||
Reference in New Issue
Block a user