well this has been fun! using GoDaddy, I am upgrading 5.2 to 5.3. issue is Zend in the php.ini file. getting a 500 error. host says that the zend should be zend guard not zend optimizer. so I need a php5.ini file.
does any of this make sense to you??
ps, OSCLASS 3.2.1 works great in php5.2 on go daddy hosting, it's just I've been reading that most here are using 5.3 so I thought "what the heck" let me upgrade will the site is new....
in current php.ini
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
host says needs to be
apc.enabled=0
[Zend]
zend_extension=/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so
in a php5.ini file