Fixed an issue that could have caused the loss of messages from the polling queue if the database was unreachable. Now, if a message was not successfully stored by poll() in Net/EPP/IT/Session.php, the function will return FALSE to it’s caller.
PHP EPP library IT-NIC (v6.2)
This update includes support for the EDU SLD – please mind the schema update to tbl_contacts!
PHP EPP library IT-NIC (v6.1)
This is a minor update including some fixes to template names and updates to the database schema.
PHP EPP library IT-NIC (v6.0)
What has changed:
- all code and examples updated to be usable with PHP 7
- support for IT-NIC’s upcoming DNSSEC implementation
- some code cleaned up and examples divided into more generic CLI tools and “examples”
IMPORTANT NOTE: as part of the code cleanup Smarty 2 and ADOdb have been removed. This now implies usage of a PHP release greater or equal 5.3!
PHP EPP library IT-NIC (v5.3)
What has changed:
- this version now supports IT-NIC’s infContacts (in domain object and WSDL – examples for both are provided)
- contacts now allows entitytype to be set to “0” (zero) and
- domain objects are now correctly assigned to a default userid (only relates to eppitnic-webinterface which now allows for full agent/reseller support).
PHP EPP library IT-NIC (v5.0)
What has changed:
- this version now supports IT-NIC’s 2.0 release
- it fixes the handling of the <debugfile></debugfile> configuration parameter and
- the entity-encoding of the authinfo parameter used in domain transfer requests.
PHP EPP library IT-NIC (v4.5)
What has changed:
- enhanced the DomainUpdate WSDL method in order to support max. TECH-C / NS modifications
PHP EPP library IT-NIC (v4.4)
Happy New Year everyone!
What has changed:
- Added missing userID field to tbl_transfer.
- Renamed apache configuration file for WSDL to docs/apache-vhost-wsdl.
- Fixed a typo in Net/EPP/IT/WSDL/contact.info.php (space character after name column field removed).
PHP EPP library IT-NIC (v4.3)
I am very sorry for the long delay in updating this, but I was busy with some other projects and completely missed to update the whole thing on the webpage…. so if anyone would ever feel inclined to donate something for the work, feel free to do so – I won’t forget the project and you’ll keep getting updates 🙂
Let me summarize the updates you missed in between v4.1, v4.2 and v4.3 in a single post today. Most important is the introduction of german SZ handling in v4.2, which will change to IDNAbis (IDN’s to be introduced later this year by the italian domain name registry).
Version 4.3
Now checking PHP Version in order not to break php version older than 5.2.3
when using htmlspecialchars (4th parameter was only added in v5.2.3).
Added support for delayedDebitAndRefundMsgData polling type data. Thanks
Angelo for the input!
Version 4.2
Moved the AbstractObject object up into Net_EPP space.
The session file location can now be specified manually.
Added an account.poll.ack.php example for WSDL and changed the Poll method
to use ACK as default parameter. PollAll now works only with ACK.
Switched to IDNAbis-like handling of german SZ in idna_convert, as IT-NIC will
now support this.
Version 4.1
Updated the WSDL interface to version 1.2 (added a DomainChangeRegistrant
method and removed the registrant parameter from the DomainUpdate method).
PHP EPP webinterface IT-NIC (v2.0)
The password change function now also updates the local DB password. Remember to log out and log in again 😉
Smarty support for multiple versions (2 + 3) added.
The contactID is now printed on the homepage (client list) and the viewDomain page (change registrant list).
A typo, displaying the wrong text when trying to delete a contact, was fixed.
Instead of “unknown” in the credit statement, now a error message is displayed on the homepage whenever the software is unable to access the EPP server.
Together with the changes to the underlying library the system now offers support for multi-homed servers (multiple IP addresses).
Automatic domain updates/refreshes will now only try to update domains with an exDate > 11 months. You may therefor now want to run eppsync on a daily basis to get finer granularity when updating domains.
The webpage now displays the version number.
Please note: the webinterface is not free and restricted by a license check. See bolow for the free library used by the WI.