I agree with Christoph. You are going to run into very many issues using an old version in PHP (as you can clearly see from all your questions).
Even if you are testing, why test an old version that you shouldn't be using period, I would recommend using the latest this way you can actually use it in real life. There are a ton of functionality in later PHP versions that can even make things much easier for you.
You wouldn't set up a VM using windows 95 to get experience with!
On Sun, Mar 15, 2020 at 9:56 AM Mahmood Naderan <mahmood.nt@xxxxxxxxx> wrote:
Yes. I know it is old.This is a test on a VM.Regards,
MahmoodOn Sun, Mar 15, 2020 at 5:18 PM Christoph M. Becker <cmbecker69@xxxxxx> wrote:On 15.03.2020 at 13:45, Mahmood Naderan wrote:
> On php 5.3, I have this php.ini
Are you aware that PHP 5.3 is no longer supported for 5 years and 7
months[1]? I would suggest that you upgrade to any of the still
actively supported PHP versions[2].
[1] <https://www.php.net/eol.php>
[2] <https://www.php.net/supported-versions.php>
--
Christoph M. Becker