Page 1 of 1
PHP configuration commands
Posted: Tue Jul 24, 2012 4:00 pm
by jsalathe
I have written a PHP program that requires the Calendar functions be enabled at compile time. Is it possible to get these commands added:
--enable-calendar
...please

Re: PHP configuration commands
Posted: Thu Jul 26, 2012 11:59 am
by joemuller
Currently, we don't have the PHP:Calendar module installed on the Sonic.net web cluster.
I did find something that may work for you - there's an alternate set of functions available in the PEAR Date class. I found
this forum post to be a good resource.
I encourage you to try playing around a bit on shell.sonic.net to see if it's possible to install the PEAR module for your site. You can check out the installation instructions
here.