Guest User

Untitled

a guest
Jun 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ;; http://php.net/soap.wsdl-cache-enabled
  2. ;soap.wsdl_cache_enabled=1
  3. ;
  4. ;; Sets the directory name where SOAP extension will put cache files.
  5. ;; http://php.net/soap.wsdl-cache-dir
  6. ;soap.wsdl_cache_dir="/tmp"
  7. ;
  8. ;; (time to live) Sets the number of second while cached file will be used
  9. ;; instead of original one.
  10. ;; http://php.net/soap.wsdl-cache-ttl
  11. ;soap.wsdl_cache_ttl=86400
  12. ;
  13. ;; Sets the size of the cache limit. (Max. number of WSDL files to cache)
  14. ;soap.wsdl_cache_limit = 5
  15. ;
  16. ;[sysvshm]
  17. ;; A default size of the shared memory segment
  18. ;;sysvshm.init_mem = 10000
  19. ;
  20. ;[ldap]
  21. ;; Sets the maximum number of open links or -1 for unlimited.
Add Comment
Please, Sign In to add comment