Update php and keep ioncube and zend in php.ini?

thastudio

Verified User
Joined
Jul 22, 2005
Messages
6
Hello

I'm only working with my own server for a few months but now I was thinking on the following.

I installed zend optimizer and ioncube on my server, so I also had to add this in the php.ini. I did this install after I made an update of php.
But what will happen when I do an update of php? Do I have to change the php.ini file each time after an update or will zend optimizer and ioncube always be included automaticly?

Sorry if this is a noob question but I'm not very familiar with this kind of things.


Thanks in advance
 
The php.ini shouldn't be replaced when you update using customapache. It is a good idea to always update zend and ioncube at the same time though because for example php 4.3.10 and zend 2.5.5 do not work together.
 
Back
Top