catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

Update from 0.9.6 version :) #1087

Closed spkrn closed 9 months ago

spkrn commented 1 year ago

Hi ! I'm a long time user from Medoo, everything worked well on my websites, until the 7.4 PHP support has finished, and was forced to go to version 8. Now my websites don't work anymore (blank page), and it comes from the medoo tool.

I am using Medoo, with version 0.9.6 (an antique one) . How can I update easily to the last version ? It was still with this kind of parameters :

    ```protected $server = 'xxx';
protected $username = 'xxx';
protected $password = 'xxx';
For SQLite
protected $database_file = '';
Optional
protected $port = 3306;
protected $charset = 'utf8';
protected $database_name = 'xxx';
protected $option = array();```

Thank you ! Florent

catfan commented 1 year ago

Well....the v0.9.6 have been over 9 years ago! 😅

You may need to check out each milestone change from releases.

https://github.com/catfan/Medoo/releases

And read the documentation again.

https://medoo.in