简体   繁体   中英

Can I get the prev PHP version on Linux Server Before upgrade?

Is there any way to know the prev PHP version which was installed on linux server before PHP upgrade?

The case is: After upgrading PHP to 5.4.30 some functions in scripts are not working. I want to downgrade PHP but I forget the prev version. Can you help in this?

I highly doubt this would happen as it would cause large scale applications to break. As far as knowing the previous PHP version installed there may be a PHP log file somewhere or left over folders from your previous PHP installation which may tell you what version you had.

Are you sure it's not just your scripts? Try using the error_reporting() function to find out what exactly is broken and then reply accordingly with that information, i'll try to assist.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM