Phlickr uses two several of PHP5's extensions, CURL and SimpleXML. In some cases these two extensions may not be enabled by default.
The first step is verify that the modules are not already being loaded. You view a list of the modules using the following command:
$ php -m [PHP Modules] ... curl ... SimpleXML ... [Zend Modules]
Enabling extensions is a platform specific task.
By default the Windows build of PHP5 comes with SimpleXML compiled in so you’ll only need to enable CURL.
C:\>php -r "print get_cfg_var('cfg_file_path');"
C:\WINDOWS\php.ini
C:\>notepad C:\WINDOWS\php.ini
$ su Password: hostname#
hostname# portinstall php5-curl hostname# portinstall php5-simplexml