ajacoutot 04eae4c316 Default to UTC instead of having an undefined timezone.
This can be easily changed per application or system-wide and will allow
some PHP apps to behave right out-of-the-box without the following vomit:

PHP message: PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set().....

ok robert@ (maintainer)
2014-03-20 13:02:19 +00:00

13 lines
599 B
Plaintext

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