Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1780
preamble.php
Active
Public
Actions
Authored by
joshuaspence
on May 12 2015, 8:01 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F400367: preamble.php
May 12 2015, 8:01 AM
2015-05-12 08:01:18 (UTC+0)
Subscribers
None
<?php
if
(
extension_loaded
(
'setproctitle'
)
&&
isset
(
$_GET
[
'__path__'
]))
{
setproctitle
(
'php-fpm: '
.
$_GET
[
'__path__'
]);
}
Event Timeline
joshuaspence
edited the content of this paste.
(Show Details)
May 12 2015, 8:01 AM
2015-05-12 08:01:18 (UTC+0)
joshuaspence
changed the title of this paste from untitled to
preamble.php
.
joshuaspence
updated the paste's language from
autodetect
to
autodetect
.
joshuaspence
mentioned this in
T8165: Investigate high CPU usage
.
Log In to Comment