ZerooCool / phpsecinfo

Versions 2007 -> 2019
2 stars 1 forks source link

Suivi du CHANGELOG #20

Open ZerooCool opened 5 years ago

ZerooCool commented 5 years ago

Prise en compte du projet 2015 de BigDeej.

ZerooCool commented 4 years ago

La prochaine étape à mener sur la version v3.0.1 consiste à ajouter les modifications suivante :

# # # # # # # # # # # # # # # # # #
###### A inclure la v0.2.2 ! ######
v0.2.2
- requires are now resolved relative to base phpsecinfo path, so PhpSecInfo does
  not need to be in php's include path
- allow_url_fopen now will not throw a warning if enabled and PHP version >= 5.2
- Added simple View system; moved HTML views out of PhpSecInfo class.  You can
  use PhpSecInfo->setViewDirectory($path) to set the path to your own custom
  views (your view files need to mirror the structure of the default views).
- Added cli, CSV, JSON and RSS views
- Added examples directory to demonstrate more advanced usage of views system
- PHPSecInfo_Test::getUnixId() now handles failure better and tries alternate
  methods before giving up
- Minor CSS fixes in HTML view <Thomas Corbiere>
######
# # # # # # # # # # # # # # # # # # #
###### A inclure SecurityInfo ! ######
Basé sur la v0.2.2, quelques modifications ont été effectuées.
https://github.com/matomo-org/plugin-SecurityInfo/blob/master/PhpSecInfo/PhpSecInfo.php#L20

D'après le suivi effectué sur le CHANGELOG : https://github.com/ZerooCool/phpsecinfo/blob/phpsecinfo-zeroocool-v3.0.1/2019-phpsecinfo-v3.0.1/CHANGELOG

Intégrer également les propositions effectuées par @mambax7 via le PR #26 issue #26 De préférence, intégrer en dernier le PR de @mambax7 pour suivre plus facilement les changements des précédentes versions.