[Bug 189195] Review Request: horde - php application framework

bugzilla at redhat.com bugzilla at redhat.com
Sun Dec 24 08:40:07 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: horde - php application framework


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189195





------- Additional Comments From greg at runlevel7.ca  2006-12-24 03:39 EST -------
Here's a few more lines you could add to the directory section if you want to 
make sure the all the test.php tests pass, even with a more restrictive php 
configuration (Not crucial stuff, don't let this interfere with your review):

    php_admin_flag      magic_quotes_runtime    off
    php_flag    session.use_trans_sid   off
    php_flag    session.auto_start      off
    php_admin_flag      file_uploads    on

# Optional - required for weather block in Horde to function
#    php_admin_flag      allow_url_fopen on

# Set to your preference - memory_limit, should be at least 32M
# and be greater than the value set for post_max_size
    php_value   memory_limit   32M
    php_value   post_max_size   20M
    php_value   upload_max_filesize     10M

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list