DESCR-main 599 B

12345678910111213
  1. At the most basic level, PHP can do anything any other CGI program can
  2. do, such as collect form data, generate dynamic page content, or send
  3. and receive cookies.
  4. PHP also has support for talking to other services using protocols such
  5. as IMAP, SNMP, NNTP, POP3, or even HTTP. You can also open raw network
  6. sockets and interact using other protocols.
  7. This package installs a stand-alone binary which can be used for
  8. command-line scripts, as well as an Apache module. It also contains the
  9. pdo_sqlite driver that implements the PHP Data Objects (PDO) interface
  10. to enable access to SQLite 3 databases.