You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to php_mysql_usergroup, professional-php, bang-...@yahoogroups.com, php...@googlegroups.com
hi,
I m using centos5.3 and php 5.16. I have complied a C program and genrates a .so file , now i want to use the function present inside my .so file from the php script. For achiving this I make a myfunc.ini file and placed inside /etc/php.d/ containing extension=myfunc.so
and the myfunc.so file present inside the /usr/lib/php/modules/
Does any one have idea ho to create a proper .so file from the C source that can be utilze from the php as module extension.
Any help or information are most welcome
-- Thanks Ramesh Kumar Dahiya ::Give your best and the Best will come to you::
Sandeep Kadam
unread,
Sep 30, 2009, 9:04:08 AM9/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to php...@googlegroups.com, php_mysql_usergroup, professional-php, bang-...@yahoogroups.com
Hi Ramesh,
Thats good innovative thing you are trying to built. I have never worked on it but this link will help you.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to php...@googlegroups.com
Thanks Sandeep ,
Your links gives me ,exactly what ,I m looking for. Now i can develop my own compiled module in php. If somebody wants to do more in this please check these link also.