acquia / acquia-sdk-php

The Acquia SDK for PHP allows developers to build applications on top of Acquia services.
MIT License
25 stars 20 forks source link

Evaluate replacement for the PEAR/Net_DNS2 package #51

Open cpliakas opened 10 years ago

cpliakas commented 10 years ago

Having to require PEAR as a repository kills the performance of Composer package updates, and we are only using a small subset of the functionality. We should evaluate whether rolling our own thing would be a better options or whether we should continue to build on the package to be lock-step with the Acquia Cloud codebase.

IlyaPokamestov commented 9 years ago

@cpliakas could you please check #70, seems like build failed due to Scrutinizer internal error - not code related, in Travis all tests are passed.

Zlender commented 8 years ago

@cpliakas I think we should go ahead and switch to 1.4.1 net_dns2 separately from AC. If anything AC will start requiring customers to vendor dependencies and not rely on anything installed on servers by default.