Prachait Saxena wrote: > > Hello > > I would like to Know, where Site or Link i can get complied .so [dll] files. > of linux > > as i have php_sockets.dll which works very fine in Windows enviroment. but > on linux.... > > Can you suggest any other option for this. > > I am using dl("php_sockets.dll"); while writing my code for windows and > what to same for Linux
In Linux you don't use dl(). Instead, you compile PHP with the modules you need and they are there when you call them. -Stathis. > > -- > Bye, and Have a nice day. > > Prachait Saxena -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php