【已解决】PHP内置函数缺失,5.5到7.4没有一个版本能用
增加功能:增加 PHP内置函数 juliantojd() ,jdtojulian()需求描述:在宝塔的所有PHP版本中,都缺少这个内置函数,希望官方能确认,增加。
if(function_exists('juliantojd')){
echo juliantojd(03,22,2000);
}
else{
echo 'juliantojd()函数未定义';
}
echo '<br>';
if(function_exists('jdtojulian')){
echo jdtojulian(2451636);
}
else{
echo 'jdtojulian()函数未定义';
}
echo '<br><br>';
phpinfo();
您好,该问题已经在排查了,需要一些时间。
您好,您使用的函数需要开这个扩展才能使用。
感谢官方团队,给你们添麻烦了
页:
[1]