metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
210 stars 155 forks source link

Example uses obsolete function #184

Closed WilliamDEdwards closed 5 years ago

WilliamDEdwards commented 5 years ago

The 'removednssec.php' example file uses getKeydata() (which doesn't work by the way) but the function is obsolete:

    /**
     * OBSOLETE, DO NOT USE THIS FUNCTION
     * If you need DNSSEC KeyData or DSData, see the extension SecDNS-1.1
     * ALL DNSSEC FUNCTION ARE IN THERE
     * @return array|null
     */
metaregistrar commented 5 years ago

Thanks for the heads-up!

The example file has been modified to use the SecDNS-1.1 extension instead of the obsolete function