Re: [PHP] shared library in php

2005-04-12 Thread Ben Ramsey
Josip Dzolonga wrote: If you have NONE of those, you probably are trying to violate some kind of license. Don't do that. :-v Do not pay, to some reverse engineering :-) s/to/do , damn keyboard :) Which is obviously illegal if the shared library has a license that states he cannot do that. We don'

Re: [PHP] shared library in php

2005-04-12 Thread Josip Dzolonga
On ÐÑÐ, 2005-04-12 at 14:37 +0200, Josip Dzolonga wrote: > On ÐÐÐ, 2005-04-11 at 19:34 -0300, Ãngelo A. Camargo wrote: > > > If you have NONE of those, you probably are trying to violate some kind of > > > license. Don't do that. :-v > > Do not pay, to some reverse engineering :-) s/to/do , damn

Re: [PHP] shared library in php

2005-04-12 Thread Josip Dzolonga
On ÐÐÐ, 2005-04-11 at 19:34 -0300, Ãngelo A. Camargo wrote: > > If you have NONE of those, you probably are trying to violate some kind of > > license. Don't do that. :-v Do not pay, to some reverse engineering :-) Josip Dzolonga http://josip.dotgeek.org -- PHP General Mailing List (http://www

Re: [PHP] shared library in php

2005-04-11 Thread Ângelo A . Camargo
" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 11, 2005 6:29 PM Subject: Re: [PHP] shared library in php On Mon, April 11, 2005 9:21 am, Angelo Ayres Camargo said: I have a shared library and i would like very much to use it in php. Do i have to do anything or i can just dl it and

Re: [PHP] shared library in php

2005-04-11 Thread Richard Lynch
On Mon, April 11, 2005 9:21 am, Angelo Ayres Camargo said: > I have a shared library and i would like very much to use it in php. Do i > have to do anything or i can just dl it and use? I'm pretty sure you need the wrapper functions. If you didn't then all the other libraries wouldn't have them.

[PHP] shared library in php

2005-04-11 Thread Angelo Ayres Camargo
Hello, I have a shared library and i would like very much to use it in php. Do i have to do anything or i can just dl it and use? Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php