xaositek

Members
  • Posts

    128
  • Joined

  • Last visited

Everything posted by xaositek

  1. @saarg I apologize this is a PHP extension, not Nginx - https://www.php.net/manual/en/book.calendar.php. This permits functions similar to <?php echo cal_days_in_month(CAL_GREGORIAN, 1, 2020); ?>
  2. Any chance of getting the 'calendar' extension loaded in this container? <?php var_dump(extension_loaded('calendar')); ?> Results: bool(false)