From 2ea5347a9cff6c71ea7a6f523713d304ff35e21a Mon Sep 17 00:00:00 2001 From: Tudor Holton Date: Wed, 30 Aug 2023 10:44:40 +1000 Subject: [PATCH 1/2] Create new branch for Virtualbox 7.0 with PHP 8.0 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d7109c68..f6d20ac5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # About +To manage variations in Virtualbox protocols and language versions, +this project will be temporarily be managed as separate branches. + +Or you can try the 'unified' or 'ng' branches which aim to handle these +differences automatically. + +This branch is for Virtualbox 7.0 with PHP 8.0. + phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au) with support from various contributors (see https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors) From fb93a8cef200c3d2ff4f197074761b78a4117474 Mon Sep 17 00:00:00 2001 From: Tudor Holton Date: Wed, 30 Aug 2023 11:00:14 +1000 Subject: [PATCH 2/2] Create new branch for a unified management of the virtualbox interface. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6d20ac5..baa4b611 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ To manage variations in Virtualbox protocols and language versions, this project will be temporarily be managed as separate branches. -Or you can try the 'unified' or 'ng' branches which aim to handle these -differences automatically. - -This branch is for Virtualbox 7.0 with PHP 8.0. +This branch is an attempt to unify the various Virtualbox interface versions +so that phpvirtualbox can operate correctly through Virtualbox versions. phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)