php 5.3.2 & 5.2.13 no longer support Zend Optimizer from FreeBSD ports??

php 5.3.2 & 5.2.13 no longer support Zend Optimizer from FreeBSD ports?

This makes it very difficult to keep our zend based sites up and running wile making our freebsd server secure by running the latest php. Any ideas as to how I can get php upgraded properly from 5.2.12 while keeping Zend Optimizer working?

Thank you!!
 
Problem is only 5.3.2 and 5.2.13 are PCI compliant. I have 5.2.12 with Zend Optimizer (installed from FreeBSD ports). What is recommended in order to run the latest secure php version and continue with Zend on FreeBSD? Must I install without ports? is there some other way?
 
Afaik 5.3 is not supported by zend. I have installed it on 5.2
Code:
# pkg_info | grep -iE 'zend|php'
ZendOptimizer-3.3.0.a An optimizer for PHP code
php52-5.2.16        PHP Scripting Language
...
If you just need acceleration, better use eaccelerator. I just need to run zend-encoded php, that why I use 5.2.
 
Looks like eaccelerator is a potentially dead project. Will be great, if in the appendices using in the work of Zend Optimizer (or hosting company) you will demand (even if now it actually isn't necessary for you) IonCube support. At least this team finds also resources, desire and motivation for FreeBSD support.
 
Back
Top