Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mod_php5.c comments (Trac #2940) #2940

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 3 comments
Closed

Remove mod_php5.c comments (Trac #2940) #2940

elgg-gitbot opened this issue Feb 16, 2013 · 3 comments

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/2940 on 41132959-09-28 by ewinslow, assigned to cash.

Elgg version: 1.7

Or improve them. They're not saying anything more than the directives themselves are and they're cluttering things up.

# default memory limit to 64Mb
php_value memory_limit 64M
# to make sure register global is off
php_value register_globals 0
# max post size to 8Mb
php_value post_max_size 8388608
# upload size limit to 5Mb
php_value upload_max_filesize 5242880
# hide errors, enable only if debug enabled
php_value display_errors 0
@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.7.8 by ewinslow on 41174275-03-04

@elgg-gitbot
Copy link
Author

cash wrote on 41247066-01-27

(In [svn:8884]) Fixes #2940 integrated Prasanth's changes into htaccess_dist for better comments on php settings

@elgg-gitbot
Copy link
Author

cash wrote on 41247077-08-21

(In [svn:8885]) Refs #2940 added php settings comments into trunk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant