zzantares / ProxmoxVE

This PHP 5.5+ library allows you to interact with your Proxmox server API.
MIT License
169 stars 105 forks source link

Php version conflict #3

Closed korby closed 10 years ago

korby commented 10 years ago

ProxmoxVE depends on guzzle 4 but guzzle 4 depends on php >=5.4 so ProxmoxVE doesn't run under php < 5.4.

Would it be possible to create a special ProxmoxVE version which depends on guzzle 3.8.1 ?

Thanks.

zzantares commented 10 years ago

Hello!, as the README.md for ProxmoxVE 3.x says, the library became only php 5.4+ compatible, because introduces guzzle under the hood, and also because uses php 5.4 new syntax array. But don't worry you can use ProxmoxVE 2.1.1 which was the latest PHP 5.3 compatible, but it does not uses guzzle just pure curl, usage is in the respective readme file, it's pretty much the same.

Tell me if this suits your needs.

Antares.

korby commented 10 years ago

Hi !

Sorry I was in hurry and I didn't see this readme part. It's perfect, thanks a lot.

André

zzantares commented 10 years ago

Don't worry it's ok.