Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f9474d9b
Commit
f9474d9b
authored
Jun 24, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 574376: Make checksetup.pl recommend JSON::XS to speed up the JSON-RPC
WebService r=mkanat, a=mkanat (module owner)
parent
e1865d8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Requirements.pm
Bugzilla/Install/Requirements.pm
+7
-0
strings.txt.pl
template/en/default/setup/strings.txt.pl
+1
-0
No files found.
Bugzilla/Install/Requirements.pm
View file @
f9474d9b
...
...
@@ -239,6 +239,13 @@ sub OPTIONAL_MODULES {
feature
=>
[
'jsonrpc'
],
},
{
package
=>
'JSON-XS'
,
module
=>
'JSON::XS'
,
# 2.0 is the first version that will work with JSON::RPC.
version
=>
'2.0'
,
feature
=>
[
'jsonrpc_faster'
],
},
{
package
=>
'Test-Taint'
,
module
=>
'Test::Taint'
,
version
=>
0
,
...
...
template/en/default/setup/strings.txt.pl
View file @
f9474d9b
...
...
@@ -57,6 +57,7 @@ END
feature_inbound_email
=>
'Inbound Email'
,
feature_jobqueue
=>
'Mail Queueing'
,
feature_jsonrpc
=>
'JSON-RPC Interface'
,
feature_jsonrpc_faster
=>
'Make JSON-RPC Faster'
,
feature_new_charts
=>
'New Charts'
,
feature_old_charts
=>
'Old Charts'
,
feature_mod_perl
=>
'mod_perl'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment