CrunchyCake
New Member
My old php4.ini looks like this:
extension=imap.so
extension=mysql.so
extension=gd.so
extension=ldap.so
extension=odbc.so
And i need all those extensions in php5 again.
I tried to copy the php4 ini file and placed it in php5, but i see thats a bit impossible trick.
Can you explain how to install phpize? And is that enough to install all the extensions that are missing in my case?
Thanks!
MOD: Full-Quote entfernt!
extension=imap.so
extension=mysql.so
extension=gd.so
extension=ldap.so
extension=odbc.so
And i need all those extensions in php5 again.
I tried to copy the php4 ini file and placed it in php5, but i see thats a bit impossible trick.
Can you explain how to install phpize? And is that enough to install all the extensions that are missing in my case?
Thanks!
MOD: Full-Quote entfernt!
Last edited by a moderator: