Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106098931
test-phar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 22, 09:42
Size
386 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 09:42 (2 d)
Engine
blob
Format
Raw Data
Handle
25047982
Attached To
rPH Phabricator
test-phar.php
View Options
<?php
// run this file to test your phar install of Balanced
include
(
__DIR__
.
'/httpful.phar'
);
include
(
__DIR__
.
'/restful.phar'
);
include
(
__DIR__
.
'/balanced.phar'
);
echo
"[ OK ]
\n
"
;
echo
"balanced version -- "
.
\Balanced\Settings
::
VERSION
.
"
\n
"
;
echo
"restful version -- "
.
\RESTful\Settings
::
VERSION
.
"
\n
"
;
echo
"httpful version -- "
.
\Httpful\Httpful
::
VERSION
.
"
\n
"
;
Event Timeline
Log In to Comment