PHPRC: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
Created page with "Resources for configuring Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC). * [https://help.dreamhost.com/hc/articles/214894037/ <cite>DreamHost Knowledge Base</cite>: "Create a PHPRC File via File Transfer Protocol (FTP)"] * [https://www.php.net/ini.list.php <cite>PHP</cite>: "List of PHP Initialization (<code>php.ini</code>) Directives"] == PHP Timezone == * [https://help.dreamhost.com/hc/articles/217185277/ <cite>DreamHost Knowledge Base</cite..."
 
No edit summary
Line 1: Line 1:
Resources for configuring Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC).
Resources for configuring a Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC).&ensp; A "<code>phprc</code>" file is the DreamHost version of a PHP Initialization (<code>php.ini</code>) file.


* [https://help.dreamhost.com/hc/articles/214894037/ <cite>DreamHost Knowledge Base</cite>: "Create a PHPRC File via File Transfer Protocol (FTP)"]
* [https://help.dreamhost.com/hc/articles/214894037/ <cite>DreamHost Knowledge Base</cite>: "Create a PHPRC File via File Transfer Protocol (FTP)"]
* [https://www.php.net/ini.list.php <cite>PHP</cite>: "List of PHP Initialization (<code>php.ini</code>) Directives"]
* [https://www.php.net/ini.list.php <cite>PHP</cite>: "List of PHP Initialization Directives"]


== PHP Timezone ==
== cache ==
 
* [https://help.dreamhost.com/hc/articles/216660668/ <cite>DreamHost Knowledge Base</cite>: "Zend Optimizer Plus Cache (OPCache)"]
 
== timezone ==


* [https://help.dreamhost.com/hc/articles/217185277/ <cite>DreamHost Knowledge Base</cite>: "Running Web Scripts in Your Timezone"]
* [https://www.php.net/datetime.configuration.php <cite>PHP</cite>: "Datetime Configuration"]
* [https://www.php.net/datetime.configuration.php <cite>PHP</cite>: "Datetime Configuration"]
* [https://www.php.net/timezones.php <cite>PHP</cite>: "List of Supported Timezones"]
* [https://www.php.net/timezones.php <cite>PHP</cite>: "List of Supported Timezones"]
Line 14: Line 17:


<syntaxhighlight lang="ini">
<syntaxhighlight lang="ini">
zend_extension = opcache.so # https://help.dreamhost.com/hc/articles/216660668/
date.default_latitude = 39.651225068479086
date.default_latitude = 39.651225068479086
date.default_longitude = -78.76700293531056
date.default_longitude = -78.76700293531056
date.timezone = America/New_York # https://www.php.net/timezones.america.php
date.timezone = America/New_York # https://www.php.net/timezones.america.php
# https://www.php.net/datetime.configuration.php
# https://www.php.net/datetime.configuration.php
zend_extension = opcache.so # https://help.dreamhost.com/hc/articles/216660668/


# Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC) for Nicole Sharp's Website.
# Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC) for Nicole Sharp's Website.

Revision as of 2026-04-09T19:27:54

Resources for configuring a Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC).  A "phprc" file is the DreamHost version of a PHP Initialization (php.ini) file.

cache

timezone

PHPRC for Nicole Sharp’s Website

zend_extension = opcache.so # https://help.dreamhost.com/hc/articles/216660668/

date.default_latitude = 39.651225068479086
date.default_longitude = -78.76700293531056
date.timezone = America/New_York # https://www.php.net/timezones.america.php
# https://www.php.net/datetime.configuration.php

# Personal Homepage Hypertext Preprocessor Runtime Configuration (PHPRC) for Nicole Sharp's Website.
# Copyright (C) 2026-04-09 Nicole Sharp
# https://www.nicolesharp.net/
# Content in this file is available under the Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 International Public License.
# https://www.creativecommons.org/licenses/by-sa/4.0/
# This file uses PHP software, freely available from "https://www.php.net/software/".