[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-database-dbase] cmb/8.2: fix
From:       "Christoph M. Becker" <noreply () php ! net>
Date:       2022-06-22 21:53:57
Message-ID: xC5h7dVwi8xtJr56VzZt6BU5PlG1jV9aowm6DXBYF8 () main ! php ! net
[Download RAW message or body]

Author: Christoph M. Becker (cmb69)
Date: 2022-06-22T23:48:00+02:00

Commit: https://github.com/php/pecl-database-dbase/commit/c31bb90f675a8a19101f3099c98f325059c6148e
Raw diff: https://github.com/php/pecl-database-dbase/commit/c31bb90f675a8a19101f3099c98f325059c6148e.diff

fix

Changed paths:
  M  .github/workflows/ci.yml
  M  tests/002.phpt
  M  tests/dbase_create_error_8.phpt


Diff:

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9e58833..d283459 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
         uses: actions/checkout@v2
       - name: Setup PHP
         id: setup-php
-        uses: cmb69/setup-php-sdk@679db664987b6f5de6ecc4732e9ce649a689e4e5
+        uses: cmb69/setup-php-sdk@v0.6
         with:
           version: ${{matrix.version}}
           arch: ${{matrix.arch}}
diff --git a/tests/002.phpt b/tests/002.phpt
index 30ac6bb..759957a 100644
--- a/tests/002.phpt
+++ b/tests/002.phpt
@@ -56,5 +56,5 @@ Done
 <?php
 $file = dirname(__FILE__)."/002.dbf";
 
-unlink($file);
+@unlink($file);
 ?>
diff --git a/tests/dbase_create_error_8.phpt b/tests/dbase_create_error_8.phpt
index e2a0b4c..5d6e3bd 100644
--- a/tests/dbase_create_error_8.phpt
+++ b/tests/dbase_create_error_8.phpt
@@ -148,5 +148,5 @@ bool(false)
 <?php
 define('FILENAME', __DIR__ . DIRECTORY_SEPARATOR . 'dbase_create_error.dbf');
 
-unlink(FILENAME);
+@unlink(FILENAME);
 ?>

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic