PHP: Check Yourself, Before You Wreck Yourself
September 25th, 2008 | Published in Youtube API
Posted by Jochen Hartmann, YouTube APIs and Tools Team
If you are just getting started with our PHP Client Library and would like to verify that your installation is correct, you can now use a new tool to do so. I have just checked in the first version into the repository at the Zend Framework site.
The tool can run either from the command line or on your server. It verifies that:
If you are just getting started with our PHP Client Library and would like to verify that your installation is correct, you can now use a new tool to do so. I have just checked in the first version into the repository at the Zend Framework site.
The tool can run either from the command line or on your server. It verifies that:
- PHP has been compiled with the correct extensions
- the Zend Framework is installed and accessible
- SSL is enabled and that you can access the YouTube Data API
jhartmann@mybox:~$ php VerificationChecker.php
== Ran PHP Verification using CLI ==
PHP Extension Errors -- No errors found
Zend Framework Installation Errors -- No errors found
SSL Capabilities Errors -- No errors found
YouTube API Connectivity Errors -- No errors found