Php Interview Question and Answers
| 1. | What is the name of the scripting engine that powers PHP? |
|---|---|
| PHP is a scripting engine called the Zend Engine 2. | |
| 2. | Name a new feature introduced with PHP 5? |
|---|---|
| PHP 5 introduces (among other things) SQLite support, improved XML support, and a significantly improved object model. | |
| 3. | What is PHP’s configuration file called? |
|---|---|
| PHP’s configuration file is called php.ini. | |
| 4. | What is Apache’s configuration file typically called? |
|---|---|
| The Apache configuration file is called httpd.conf. | |