Hi, I'm trying to use flickrish, but it is using some calls that are for php 5.2 only.
I'm going to try to update it to be php 5.1 tolerant, as well as try to add some options and make it more ZP 1.2.8 tolerant. However, PHP is not my native language, so I need a little assistance from the developers.
The function that is 5.2 only is date_format().
Question 1. Is there an equivalent in 5.1
Question 2. What variable hold the PHP version, or is there a way to ask php if a function exists?
Ideally I'ld like to setup a small function in the theme that checks if date_format is available, otherwise just gives you back an unformatted date.
Once I get passed that, I hope to add support for :
- google maps
- shutterfly
TIA,
-m