jethrocarr / namedmanager

AGPL web-based DNS management interface in PHP
349 stars 125 forks source link

After Upgrading to PHP7.1 no more output from namedmanager_bind_configwriter.php on the CLI #62

Open ntinti opened 7 years ago

ntinti commented 7 years ago

Hi

I've updating named manager to the latest version and upgrading PHP from 5.6 to 7.1. It seems everything works on the web- and nameserver - all changes are stored in the database and "php -q ... namedmanager_bind_configwriter.php" is writing the zone updates. But nothing from this process is shown on the nameserver cli. Before the upgrade the configwriter is talkative about what he is doing - but now not one sign... I've tried to set debugging but without success. Any ideas?

nti

zubfatal commented 7 years ago

This is likely because namedmanager uses the old mysql_* functions like mysql_query() etc, which has been removed in PHP 7.0+

wqmeng commented 4 years ago

Hello,

Any plan to release a new version which may official support PHP7? I see that many forkers have modified the codes to support PHP7 themselves. Gr8 Job! Thank you.