Hello Friends ,
sorry for the absence but I turned a bit to hospitals =( ......
I wondered what was the best way to spend my stay ? ......
ArduinoYun ! !

After reading everything you can on the forum and have tried for days , if the question comes from ?
I installed my Yun I started to play with it, having to admit my gaps Linux side I have some problems with PHP pages .
I installed PHP 5 , and I have uncommented the include_path in / etc / php.ini ,
I created a folder on my SD www \ arduino \ Test, and I entered my index.php file , but I did not open? ?
I was going to use the library bridge in php but I have not figured out how to install it ....
I tried a few examples of the library " YunBridge/bridge at master · arduino/YunBridge · GitHub " but I think I did something wrong step since the library in the meeting / usr/lib/python2.7/bridge / .
Could you let me know with order what are the steps to install PHP 5 , install the library bridge for PHP how to set up the php.ini file and where to put my PHP page .
Thanks in advance and forgive me for my English .
Thanks Federico,
uncommenting the list interpreter. "php =/usr/bin/php-cgi" in the file /etc/config/uhttpd I was able to load my PHP page.
If you can, as soon as you have time, explain to me or show me the differences between these 2 libraries that saved
/usr/lib/python2.7/bridge/ and what I believe you need to download and save this other path /usr/lib/php/bridge/ ?
To me they look the same and only saved in different locations, but for sure I may be wrong?
Sorry Federico,
I read some things on various posts, and I think I understand that the second library is an update of the other.
I tried to figure out how to upgrade it but I have not found anything.
You have to do it manually? or via some command unknown to me?
Then reading Bridge Library for PHP - #11 by system - Arduino Yún - Arduino Forum # msg1413655 what is meant by "created folder /php5/includes bridge client.class.php added to this folder" or rather where? Enlighten .... I'm reading too much and I'm confused
.
thanks
Perhaps there are!! You need to add this repository GitHub - arduino/YunBridge? but how and where? perhaps from the page OPKG-Configuration? if so what is the procedure?
Sorry for the too many questions.

You have to do that manually: from github you can download the single files on your computer. Once there, use some SCP capable tool - to copy those files to the yun to the folder of your choice, better if it's /usr/lib/php/bridge
- if you are on linux or mac, "scp" command is available on the command line, on windows I think you can use winscp o filezilla
I downloaded the library and installed the required packages in the example, I received this error "Fatal error: Call to undefined function socket_create () in / mnt/sda1/arduino/www/WS_YUN/bridgeclient.class.php on line 31" solved editing the php.ini file, uncomment "extension = session.so" and
"extension =sockets.so ".
Now I've got this other error "socket_connect () failed: Connection refused".
Now I try if I can find anything on the forum