On Thu, 3 Jun 2004, Omar Abo-Namous wrote: > On Thu, 3 Jun 2004 03:10:18 -0400, Behdad Esfahbod wrote: > > On Thu, 3 Jun 2004, Nadim Shaikli wrote: > > > >> --- Omar Abo-Namous <[EMAIL PROTECTED]> wrote: > >>> hmm nadim, do you KNOW, that i can call the c library or are you asking?? > >>> Myself i didn't do such thing yet. Thinking about it, it could have saved > >>> me some time... > >> > >> I know very little PHP, but it seems like there ought to be a way to do that > >> (various other "languages" allow such access). > >> > >> As noted (and I think you got the point) its worth looking into and > >> pursuing. > > > > Not that it's possible, and it's pretty easy. Just check out the > > PHP code and have a look inside extension/fribidi. > > > > Sorry, i can't seem to understand you. It isn't possible?? > which php-code do you mean?
It IS possible to wrap the shared library in a PHP module, so you can call your functions in PHP. By PHP code I meant the source code of PHP (http://www.php.net/). > thnx and Salam. > > Omar > > >> Salam. > >> > >> - Nadim > > > > > > --behdad > > behdad.org > > _______________________________________________ > > Developer mailing list > > [EMAIL PROTECTED] > > http://lists.arabeyes.org/mailman/listinfo/developer > > > -- > Omar Abo-Namous, [EMAIL PROTECTED] on 03.06.2004 > > > _______________________________________________ > Developer mailing list > [EMAIL PROTECTED] > http://lists.arabeyes.org/mailman/listinfo/developer > > --behdad behdad.org _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

