Commit Graph

4 Commits

Author SHA1 Message Date
Kamil Tekiela 4f98bb7878 Migrate mysql_* API 2022-07-18 22:25:22 +02:00
Nikita Popov 6d94ee66d3 Add a PSR-4 root
Following the convention of other php.net projects, use App\ as
the top-level namespace.
2021-04-11 20:16:19 +02:00
Ayesh Karunaratne ac1ea4746f Update *.php.net URLs to HTTPS (#9)
Updated existing `*.php.net` absolute URLs to use `https://`.
This includes redirects, links, and image source URLs to `php.net`, `people.php.net`, and `bugs.php.net`, all of which redirect to HTTPS.
Updating the hardcoded URLs from `http://` to `https://` should reduce the slight change of MITM that intercept the redirect response from `http://` URLs.
2021-04-07 18:38:16 -07:00
Nikita Popov 2a21449000 Move to public/ directory
Move everything that should be accessible from the webserver into
a public/ directory. Previously the document root was the root
of the repository, which is not great.
2021-04-07 12:12:02 +02:00