Zend Optimizer not working on PHP v2?

Status
Not open for further replies.

civilr

New Member
Messages
36
Reaction score
0
Points
0
I had applied for PHP v2 and have been accepted, my account is now pending an upgrade for a while now (almost a day or two). Deciding to search the forums for this and to find out if I had access to Zend Optimizer, I found this:

http://forums.x10hosting.com/news-announcements/39574-important-php-information-2.html#post302950

It states that the PHP upgrades aren't functioning at the moment and that my PHP version is equivalent to v2, yet I either do not have access to Zend Optimizer or it is not present on Stoli (I under the impression that PHP v2 has Zend enabled when I was searching these forums).

I have done all the searching and gathered my information, may I please have some assitance on this matter?
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Hello,

I have checked, and Zend Optimizer is enabled on your server.

[root@stoli ~]# php -v
PHP 5.2.5 (cli) (built: Jan 19 2008 11:30:43)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies
[root@stoli ~]#

Are you sure there isn't something wrong with the script?
 

civilr

New Member
Messages
36
Reaction score
0
Points
0
I have not tried an actual encoded script of mine but rather just a simple test script I wrote. Turns out that I forgot it used phpinfo() and you guys have disabled it. There isn't much time right now for me to upload and test an actual script of mine but it is most likely working as you say.
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Hello,

It looks like you are all wrapped up here, so I am going to close this. If you need additional support, feel free to re-open this or create a new thread.

Thanks,
 
Status
Not open for further replies.
Top