php / php/php-src

Broken openssl tests on 8.2

オープン
#20,251 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@bukka がすでに取り組んでいます。

2025年10月20日 から。

Bug Extension: openssl Status: Verified
主要言語
C
スター
40.4k
フォーク
8.2k
平均マージ
2日 13時間
マージ済み PR(30日)
96

説明

Description

The following 3 tests are skipped on PHP 8.2 on Windows for now:

https://github.com/php/php-src/actions/runs/18639444525/job/53135587824

========DIFF========
001+ Warning: Trying to access array offset on value of type bool in D:\a\php-src\php-src\ext\openssl\tests\bug74341.php on line 42
002+ NULL
001- int(1389052800)
002- int(1459494000)
003+ 
004+ Warning: Trying to access array offset on value of type bool in D:\a\php-src\php-src\ext\openssl\tests\bug74341.php on line 43
005+ NULL
========DONE========
FAIL Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds) [D:\a\php-src\php-src\ext\openssl\tests\bug74341.phpt] 

========DIFF========
001+ string(46) "c:\program files\common files\ssl\\openssl.cnf"
001- string(%d) "c:\program files%r( \(x86\)|)%r\common files\ssl\openssl.cnf"
========DONE========
FAIL Check for default OpenSSL config path on Windows [D:\a\php-src\php-src\ext\openssl\tests\check_default_conf_path.phpt] 

========DIFF========
--
       ["signatureTypeNID"]=>
       int(65)
       ["purposes"]=>
054+   array(10) {
054-   array(9) {
         [1]=>
         array(3) {
           [0]=>
--
           bool(true)
           [2]=>
           string(13) "timestampsign"
136+     [10]=>
137+     array(3) {
138+       [0]=>
139+       bool(false)
140+       [1]=>
141+       bool(true)
142+       [2]=>
143+       string(8) "codesign"
144+     }
       }
       ["extensions"]=>
       array(3) {
--
       ["signatureTypeNID"]=>
       int(65)
       ["purposes"]=>
210+   array(10) {
201-   array(9) {
         [1]=>
         array(3) {
           [0]=>
--
           bool(true)
           [2]=>
           string(18) "Time Stamp signing"
292+     [10]=>
293+     array(3) {
294+       [0]=>
295+       bool(false)
296+       [1]=>
297+       bool(true)
298+       [2]=>
299+       string(12) "Code signing"
300+     }
       }
       ["extensions"]=>
       array(3) {
--
========DONE========
FAIL openssl_x509_parse() tests [D:\a\php-src\php-src\ext\openssl\tests\openssl_x509_parse_basic.phpt] 
PHP Version
PHP 8.2
Operating System

No response

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。