Results 1 to 9 of 9

Thread: Zend Optimizer not installed, phpinfo file say it is

  1. #1
    Join Date
    Feb 2008
    Posts
    2

    Default Zend Optimizer not installed, phpinfo file say it is

    Zend Optimizer not installed, phpinfo file say it is.
    Help from anyone

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    You need to ask your host to install it.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Dec 2007
    Posts
    5

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    It may be installed. It's just that when you enalbed php5 via htaccess, your php.ini has the wrong details.

  4. #4
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    I'm getting the zend error all of a sudden...

    everything was fine this morning. sites worked fine, until I got a 500 internal server error and then "can not connect" and then my sites all came back on line...all except the vShare sites which are the only ones using zend.

    I have phpexsuexe or whatever the hell it is and I can't have php directives in the htaccess...and now all of a sudden I'm getting this Zend error....I'm pretty sure that I have everything correct in the .htacess and php.ini for the phpsuexe thingie....what do we put in the php.ini then? Also, could it be that the php on the server got corrupted during the outage and would cause the zend error to appear on vShare sites?
    If it's not fun, stop doing it!

  5. #5
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    Never mind...turns out that Zend was not *completely* installed. I checked the phpinfo.php of the bizhat demo vs the phpinfo.php of what's on my server and there's quite a few things missing.
    If it's not fun, stop doing it!

  6. #6
    Join Date
    Jun 2007
    Location
    New York, NY
    Posts
    92

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    your sites are as dead as mine. Apt is having a LOT of problems!

    The cpanel cannot even compress files.

    Their permission settings are all screwed up.

    The reason sites come up and down is they are trying to work the globals value issue. Most sites want it off, the vshare wants it on. They switched the other day cause the drupal stuff needed globals off and everyones video sites crashed. Who knows what they are doing now?>
    Find the best video sites at OnlineTV Video Guide. Register your Vshare there today!

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    Oh Lovely.

    You know what they're saying now?

    they're telling me to remove any reference to php.ini. remove reference to php.ini??? where the hell from???? And with this new phpsuexec thing, I thought a php.ini was a MUST.

    They're telling me to remove reference to php.ini since "yours over-rides ours".. eh? Excuse me? This was working just fine yesterday morning, so I don't get it. He's saying to remove reference from root directory, but doesn't say WHAT to remove from WHERE. The .htaccess and php.ini in the root is there, but they are EMPTY, so I don't know WHAT he's talking about.

    Gawd, I'm going back to cirtex if this isn't fixed by tonight.
    If it's not fun, stop doing it!

  8. #8
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    The gave me a "sample" php.ini in the root directory of my main domain and the vshare sites work. Blogger, do you want it? I PM'd it to you just in case.
    If it's not fun, stop doing it!

  9. #9
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Zend Optimizer not installed, phpinfo file say it is

    Since my PMs just sit in my outbox for an eternity, here's the php.ini they sent me, but without all the bloody comments which I removed.

    Code:
    [PHP]
    engine = On
    short_open_tag = On
    asp_tags = Off
    precision    =  12
    y2k_compliance = On
    output_buffering = On
    zlib.output_compression = Off
    implicit_flush = Off
    unserialize_callback_func=
    serialize_precision = 100
    allow_call_time_pass_reference = On
    safe_mode = Off
    safe_mode_gid = Off
    safe_mode_include_dir =								
    safe_mode_exec_dir =
    safe_mode_allowed_env_vars = PHP_
    safe_mode_protected_env_vars = LD_LIBRARY_PATH
    disable_functions =
    disable_classes =
    expose_php = On
    max_execution_time = 1500
    max_input_time = 6000
    memory_limit = 64M
    error_reporting  =  E_ALL & ~E_NOTICE
    display_errors = On
    display_startup_errors = Off
    log_errors = On;
    log_errors = On;
    ignore_repeated_errors = Off
    ignore_repeated_source = Off
    report_memleaks = On
    track_errors = Off
    error_log = error_log;
    error_log = error_log;
    variables_order = "EGPCS"
    register_globals = On
    register_argc_argv = On
    post_max_size = 100M
    gpc_order = "GPC"
    magic_quotes_gpc = On
    magic_quotes_runtime = Off    
    magic_quotes_sybase = Off
    auto_prepend_file =
    auto_append_file =
    default_mimetype = "text/html"
    include_path = ".:/usr/lib/php:/usr/local/lib/php";
    doc_root =
    user_dir =
    extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613"
    zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
    zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_5.2_ts.so"
    extension="eaccelerator.so"
    eaccelerator.shm_size="16"
    eaccelerator.cache_dir="/var/cache/eaccelerator"
    eaccelerator.enable="1"
    eaccelerator.optimizer="1"
    eaccelerator.check_mtime="1"
    eaccelerator.debug="0"
    eaccelerator.filter=""
    eaccelerator.shm_max="0"
    eaccelerator.shm_ttl="0"
    eaccelerator.shm_prune_period="0"
    eaccelerator.shm_only="0"
    eaccelerator.compress="1"
    eaccelerator.compress_level="9"
    extension="suhosin.so"
    enable_dl = On
    file_uploads = On
    upload_max_filesize = 100M
    allow_url_fopen = On
    default_socket_timeout = 60
    [Syslog]
    define_syslog_variables  = Off
    [mail function]
    smtp_port = 25
    sendmail_path = /usr/sbin/sendmail -t -i;
    [Java]
    [SQL]
    sql.safe_mode = Off
    [ODBC]
    odbc.allow_persistent = On
    odbc.check_persistent = On
    odbc.max_persistent = -1
    odbc.max_links = -1  
    odbc.defaultlrl = 4096  
    odbc.defaultbinmode = 1  
    [MySQL]
    mysql.allow_persistent = On
    mysql.max_persistent = -1
    mysql.max_links = -1
    mysql.default_port =
    mysql.default_socket =
    mysql.default_host =
    mysql.default_user =
    mysql.default_password =
    mysql.connect_timeout = 60
    mysql.trace_mode = Off
    [mSQL]
    msql.allow_persistent = On
    msql.max_persistent = -1
    msql.max_links = -1
    [PostgresSQL]
    pgsql.allow_persistent = On
    pgsql.auto_reset_persistent = Off 
    pgsql.max_persistent = -1
    pgsql.max_links = -1
    pgsql.ignore_notice = 0
    pgsql.log_notice = 0
    [Sybase]
    sybase.allow_persistent = On
    sybase.max_persistent = -1
    sybase.max_links = -1
    sybase.min_error_severity = 10
    sybase.min_message_severity = 10
    sybase.compatability_mode = Off
    [Sybase-CT]
    sybct.allow_persistent = On
    sybct.max_persistent = -1
    sybct.max_links = -1
    sybct.min_server_severity = 10
    sybct.min_client_severity = 10
    [dbx]
    dbx.colnames_case = "unchanged"
    [bcmath]
    bcmath.scale = 0
    [browscap]
    [Informix]
    ifx.default_host =
    ifx.default_user =
    ifx.default_password =
    ifx.allow_persistent = On
    ifx.max_persistent = -1
    ifx.max_links = -1
    ifx.textasvarchar = 0
    ifx.byteasvarchar = 0
    ifx.charasvarchar = 0
    ifx.blobinfile = 0
    ifx.nullformat = 0
    [Session]
    session.save_handler = files
    session.use_cookies = 1
    session.name = PHPSESSID
    session.auto_start = 0
    session.cookie_lifetime = 0
    session.cookie_path = /
    session.cookie_domain =
    session.serialize_handler = php
    session.gc_probability = 1
    session.gc_divisor     = 100
    session.gc_maxlifetime = 1440
    session.bug_compat_42 = 1
    session.bug_compat_warn = 1
    session.referer_check =
    session.entropy_length = 0
    session.entropy_file =
    session.cache_limiter = nocache
    session.cache_expire = 180
    session.use_trans_sid = 0
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
    [MSSQL]
    mssql.allow_persistent = On
    mssql.max_persistent = -1
    mssql.max_links = -1
    mssql.min_error_severity = 10
    mssql.min_message_severity = 10
    mssql.compatability_mode = Off
    mssql.secure_connection = Off
    [Assertion]
    [Ingres II]
    ingres.allow_persistent = On
    ingres.max_persistent = -1
    ingres.max_links = -1
    ingres.default_database =
    ingres.default_user =
    ingres.default_password =
    [Verisign Payflow Pro]
    pfpro.defaulthost = "test-payflow.verisign.com"
    pfpro.defaultport = 443
    pfpro.defaulttimeout = 30
    [com]
    [Printer]
    [mbstring]
    [FrontBase]
    [Crack]
    [exif]
    extension=pdo.so
    extension=pdo_sqlite.so
    extension=sqlite.so
    extension=pdo_mysql.so
    extension=ffmpeg.so
    extension=phpshield.5.2.lin
    [Zend]
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
    zend_optimizer.version=3.3.0
    extension="ixed.5.2.lin"
    extension_ts="ixed.5.2ts.lin"
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
    extension="ffmpeg.so"
    If it's not fun, stop doing it!

Similar Threads

  1. Replies: 9
    Last Post: 01-08-2009, 05:55 PM
  2. Zend Optimizer not installed
    By armisoinc in forum General Discussions
    Replies: 7
    Last Post: 04-17-2008, 02:53 AM
  3. Zend Optimizer installed - http://.com/install says it isn't
    By flight326 in forum Installation Support
    Replies: 3
    Last Post: 04-15-2008, 04:17 AM
  4. Zend Optimizer
    By Grahams1 in forum Installation Support
    Replies: 1
    Last Post: 01-18-2008, 04:47 AM
  5. zend optimizer
    By Haz in forum Installation Support
    Replies: 0
    Last Post: 12-26-2007, 09:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •