Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
package.lang.php.module.soap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simple Deploy- and Management
package.lang.php.module.soap
Commits
4bac9d63
Commit
4bac9d63
authored
4 years ago
by
Pietsch, Martin
Browse files
Options
Downloads
Patches
Plain Diff
completed documentation
parent
c283a55f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-1
26 additions, 1 deletion
README.md
with
26 additions
and
1 deletion
README.md
+
26
−
1
View file @
4bac9d63
## Description
This role installs, enables and configures the PHP module
`
<module>
`
.
This role installs, enables and configures the PHP module
`
soap
`
.
## Requirements
### Variables
*
php_mod_soap_wsdl_cache_enabled
*
description:
*
This option enables or disables the WSDL caching feature.
*
default: 1
*
php_mod_soap_wsdl_cache_dir
*
description:
*
This option sets the directory name where the SOAP extension will put cache files.
*
default: "/tmp"
*
php_mod_soap_wsdl_cache_ttl
*
description:
*
This option sets the number of seconds (time to live) that cached files will be used instead of the originals.
*
default: 86400
*
php_mod_soap_wsdl_cache
*
description:
*
This option determines the type of caching.
*
default: 1
*
php_mod_soap_wsdl_cache_limit
*
description:
*
This option specifies the maximum number of in-memory cached WSDL files.
*
default: 5
## Processes
None
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment