Hi all!
At this moment I need possibility to use sockets extension with php5 cli. But unfortunately php5 extension doesn't have this function.
So I decided to compile php5 on tinycore. Before I haven't had any experience with linux, thats why I have a lot of problems.
From php.net I've downloaded last sources of php5 and extracted them into /home/install/php5 folder.
After I tried to reproduce instructions from here:
http://www.web-tech-india.com/articles/php/compiling_php_apache/But, I think, before I have to install compiler and other necessary software.
Please, help me. What I have to do, because command ./configure returns a lot of errors. And I'm not able to go forward.
Note. I want to have only php5 cli software without apache.