Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-18793

Ubuntu 11.10 adds PCNTL function to php.ini "disable_functions"

    XMLWordPrintable

Details

    Description

      disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,
      pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,
      pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,
      pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,

      Might affect async publishing & ezfind, so there might need to be added some documentation for this case.

      Or if possible, execution of php should be done with params that override these settings like done in network all along:
      php -d memory_limit=512M -d safe_mode=0 -d disable_functions=0

      Attachments

        Activity

          People

            Unassigned Unassigned
            andre1 andre1
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: