forked from team/site
1
0
Fork 0

disable spl_autoload so i can figure this out faster

move Net_DNS2_RR_DLV after Net_DNS2_RR_DS
This commit is contained in:
Ben Harris 2022-09-29 12:27:45 -04:00
parent 3b2e9e1167
commit 23ef6533b4
1 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?php
spl_autoload_register('Net_DNS2::autoload');
// spl_autoload_register('Net_DNS2::autoload');
class Net_DNS2
{
@ -4262,11 +4262,6 @@ class Net_DNS2_RR_DHCID extends Net_DNS2_RR
}
class Net_DNS2_RR_DLV extends Net_DNS2_RR_DS
{
}
class Net_DNS2_RR_DNAME extends Net_DNS2_RR
{
@ -4451,6 +4446,10 @@ class Net_DNS2_RR_DS extends Net_DNS2_RR
}
}
class Net_DNS2_RR_DLV extends Net_DNS2_RR_DS
{
}
class Net_DNS2_RR_CDS extends Net_DNS2_RR_DS
{
}