Forum Replies Created

Viewing 8 replies - 106 through 113 (of 113 total)
  • Thread Starter dbase66

    (@dbase66)

    also works with
    Colorlib Login Customizer

    Thread Starter dbase66

    (@dbase66)

    Wishlist: Whitelable options for example

    *@ru.*
    *@*.net
    zzz*@test.com

    Thread Starter dbase66

    (@dbase66)

    I realized, you added this option in your premium Version, so i buy it!

    Forum: Plugins
    In reply to: [WP OPcache] PHP.ini Issue
    dbase66

    (@dbase66)

    ionos.de, dedicated Server

    Forum: Plugins
    In reply to: [WP OPcache] PHP.ini Issue
    dbase66

    (@dbase66)

    But i tried to configure:
    php.ini
    disable_functions = popen,exec,system,passthru,proc_open,shell_exec,show_source,phpinfo

    phpinfo is off

    Warning: phpinfo() has been disabled for security reasons in /homepages/20/d34869179/htdocs/AM/phpinfo.php on line 2

    so
    <?php
    echo ini_get(‘disable_functions’);
    ?>
    why no output?

    Forum: Plugins
    In reply to: [WP OPcache] PHP.ini Issue
    dbase66

    (@dbase66)

    no echo output!

    Forum: Plugins
    In reply to: [WP OPcache] PHP.ini Issue
    dbase66

    (@dbase66)

    Zend OPcache
    Opcode Caching Up and Running
    Optimization Enabled
    SHM Cache Disabled
    File Cache Enabled
    Startup OK
    Directive Local Value Master Value
    opcache.blacklist_filename no value no value
    opcache.consistency_checks 0 0
    opcache.dups_fix Off Off
    opcache.enable On On
    opcache.enable_cli On On
    opcache.enable_file_override Off Off
    opcache.error_log no value no value
    opcache.file_cache /kunden/homepages/20/d34869179/htdocs/AM/.opcache /kunden/homepages/20/d34869179/htdocs/AM/.opcache
    opcache.file_cache_consistency_checks On On
    opcache.file_cache_only On On
    opcache.file_update_protection 2 2
    opcache.force_restart_timeout 180 180
    opcache.huge_code_pages Off Off
    opcache.interned_strings_buffer 8 8
    opcache.lockfile_path /tmp /tmp
    opcache.log_verbosity_level 1 1
    opcache.max_accelerated_files 4000 4000
    opcache.max_file_size 0 0
    opcache.max_wasted_percentage 5 5
    opcache.memory_consumption 128 128
    opcache.opt_debug_level 0 0
    opcache.optimization_level 0x7FFEBFFF 0x7FFEBFFF
    opcache.preferred_memory_model no value no value
    opcache.preload no value no value
    opcache.preload_user no value no value
    opcache.protect_memory Off Off
    opcache.restrict_api no value no value
    opcache.revalidate_freq 60 60
    opcache.revalidate_path Off Off
    opcache.save_comments On On
    opcache.use_cwd On On
    opcache.validate_permission Off Off
    opcache.validate_root Off Off
    opcache.validate_timestamps On On

    Forum: Plugins
    In reply to: [WP OPcache] PHP.ini Issue
    dbase66

    (@dbase66)

    Same Problem:

    IF OPCache Module is not present, you must catch function!!!

    if ( function_exists( ‘opcache_get_status’ ) ) {
    if ( ! opcache_get_status() ) {
    }
    }

    But my System also is not running, although Zend OPcache is enabled!!!

Viewing 8 replies - 106 through 113 (of 113 total)