mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Update NEWS for recent pgsql bugfix ext/pgsql: Fix segfaults when attempting to fetch row into a non-instantiable class name (#20180)
This commit is contained in:
3
.github/scripts/windows/test_task.bat
vendored
3
.github/scripts/windows/test_task.bat
vendored
@@ -36,8 +36,7 @@ if %errorlevel% neq 0 exit /b 3
|
||||
rem setup PostgreSQL related exts
|
||||
set PGUSER=postgres
|
||||
set PGPASSWORD=Password12!
|
||||
rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
|
||||
echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.inc"
|
||||
set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%
|
||||
set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWORD%
|
||||
set TMP_POSTGRESQL_BIN=%PGBIN%
|
||||
"%TMP_POSTGRESQL_BIN%\createdb.exe" test
|
||||
|
||||
Reference in New Issue
Block a user