Which of the following statements are correct?
SPL, Phar, GD and PDO are installed as of PHP 5.3.
Phar is an extension that allows you to provide and run a complete PHP application from a single file.
SPL is a network socket management extension.
GD is an email management extension.
PDO is an abstraction interface allowing to standardize access to a DBMS from PHP.