patch-php_ini-production 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. $OpenBSD: patch-php_ini-production,v 1.6 2016/12/19 20:35:09 martijn Exp $
  2. --- php.ini-production.orig.port Wed Nov 9 02:22:57 2016
  3. +++ php.ini-production Thu Dec 8 10:55:27 2016
  4. @@ -706,11 +706,8 @@ default_charset = "UTF-8"
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ; UNIX: "/path1:/path2"
  7. -;include_path = ".:/php/includes"
  8. +include_path = ".:OPENBSD_INCLUDE_PATH"
  9. ;
  10. -; Windows: "\path1;\path2"
  11. -;include_path = ".;c:\php\includes"
  12. -;
  13. ; PHP's default setting for include_path is ".;/path/to/php/pear"
  14. ; http://php.net/include-path
  15. @@ -732,6 +729,7 @@ user_dir =
  16. ; extension_dir = "./"
  17. ; On windows:
  18. ; extension_dir = "ext"
  19. +extension_dir = "MODULES_DIR"
  20. ; Directory where the temporary files should be placed.
  21. ; Defaults to the system default (see sys_get_temp_dir)
  22. @@ -828,7 +826,7 @@ max_file_uploads = 20
  23. ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
  24. ; http://php.net/allow-url-fopen
  25. -allow_url_fopen = On
  26. +allow_url_fopen = Off
  27. ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
  28. ; http://php.net/allow-url-include
  29. @@ -933,7 +931,7 @@ cli_server.color = On
  30. [Date]
  31. ; Defines the default timezone used by the date functions
  32. ; http://php.net/date.timezone
  33. -;date.timezone =
  34. +date.timezone = UTC
  35. ; http://php.net/date.default-latitude
  36. ;date.default_latitude = 31.7667