Guys, I found an article where it is described how to update on debian Kurl

apt-get install -y php5-curl 

So here I have a question - and if I have everything old there and xxx old and everything .... with this command I don’t have anything there?



    1 answer 1

    It's unlikely to break, but if you have pxp4 then curl just won't work

    Try apt-get install -y php4-curl

    It seems to be.

    • and how to learn from the console version of php? - oldzas
    • Just php -v)) - Vahan Av