Page MenuHomeDevCentral

Avoid to load twice PHP OpenSSL extension
ClosedPublic

Authored by dereckson on Mar 7 2022, 18:27.
Tags
None
Referenced Files
F3614137: D2571.id.diff
Wed, Oct 2, 07:41
Unknown Object (File)
Sun, Sep 29, 07:09
Unknown Object (File)
Sat, Sep 28, 09:37
Unknown Object (File)
Wed, Sep 18, 14:49
Unknown Object (File)
Wed, Sep 18, 11:29
Unknown Object (File)
Wed, Sep 18, 10:51
Unknown Object (File)
Wed, Sep 18, 10:00
Unknown Object (File)
Tue, Sep 17, 19:38
Subscribers
None

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
php8-openssl
Build Status
Buildable 4028
Build 4280: arc lint + arc unit

Event Timeline

dereckson created this revision.
WindRiver
$ arc patch D2571

Warning: Module "openssl" is already loaded in Unknown on line 0

Warning: Module "openssl" is already loaded in Unknown on line 0
Created and checked out branch arcpatch-D2571.
Checking patch roles/shellserver/userland-software/base.sls...                                                                                                 
Applied patch roles/shellserver/userland-software/base.sls cleanly.                                                                                            
 COMMITTED  Successfully committed patch.  

$ salt-call --local state.sls_id languages_libs_removed_files roles/shellserver/userland-software
local:
----------
          ID: languages_libs_removed_files
    Function: file.absent
        Name: /usr/local/etc/php/ext-20-openssl.ini
      Result: True
     Comment: Removed file /usr/local/etc/php/ext-20-openssl.ini
     Started: 18:28:56.725929
    Duration: 9.881 ms
     Changes:   
              ----------
              removed:
                  /usr/local/etc/php/ext-20-openssl.ini

Summary for local
------------
Succeeded: 1 (changed=1)
Failed:    0
------------
Total states run:     1
Total run time:   9.881 ms

$ php

$ psysh
Psy Shell v0.11.1 (PHP 8.1.3 — cli) by Justin Hileman
New version is available (current: v0.11.1, latest: v0.11.2)
>>>
This revision is now accepted and ready to land.Mar 7 2022, 18:31
This revision was automatically updated to reflect the committed changes.