Advertisement
alexukf

php.ini diff

Jan 16th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.70 KB | None | 0 0
  1. diff /etc/php5/apache2filter/php.ini /etc/php5/cli/php.ini
  2. 245c245
  3. < output_buffering = 4096
  4. ---
  5. > output_buffering = On
  6. 316c316
  7. < 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,
  8. ---
  9. > disable_functions =
  10. 407c407
  11. < memory_limit = 128M
  12. ---
  13. > memory_limit = -1
  14. 802c802
  15. < upload_max_filesize = 8M
  16. ---
  17. > upload_max_filesize = 2M
  18. 877c877
  19. < date.timezone = Europe/Bucharest
  20. ---
  21. > date.timezone = "Europe/Bucharest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement