Skip to content
Snippets Groups Projects

Remove incorrect statement about open_basedir being deprecated....

1 unresolved thread

Remove incorrect statement about open_basedir being deprecated. Safe mode was deprecated in PHP 5.3, so no longer relevant. Include minimum PHP configuration recommendations and links.

Agileware Ref: CIVICRM-1707

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
109 109
110 110 ### PHP Configuration
111 111
112 * Set `memory_limit` between 256 and 512 megabytes
113 * Don't enable the deprecated `open_basedir` or `safemode` PHP directives. Otherwise you will have an error when automatically installing most of the extensions.
114 * Don't use MAMP XCache - Several people have reported "white screen of death" trying to run CiviCRM with MAMP's XCache enabled (check MAMP > Preferences > PHP > Cache).
112 The following PHP directives is the recommended minimum. These are defined in the [php.ini file](https://www.php.net/manual/ini.list.php).
  • Suggested change
    112 The following PHP directives is the recommended minimum. These are defined in the [php.ini file](https://www.php.net/manual/ini.list.php).
    112 The following PHP directives are the recommended minimum. These are defined in the [php.ini file](https://www.php.net/manual/ini.list.php).
  • Please register or sign in to reply
  • homotechsual mentioned in commit 4905af58

    mentioned in commit 4905af58

  • merged

  • Please register or sign in to reply
    Loading