Re: [PHP] inline_C installation

2004-11-21 Thread Burhan Khalid
Rayan Lahoud wrote: Does anybody knows how to install a pear package. i have the inline_C package that i want to install and use. And can i have some sample functions using this package? pear install Inline_C -- that's it. You don't need to restart Apache, or load any modules. To find out

Re: [PHP] inline_C installation

2004-11-21 Thread Jeffery Fernandez
Burhan Khalid wrote: Rayan Lahoud wrote: Does anybody knows how to install a pear package. i have the inline_C package that i want to install and use. And can i have some sample functions using this package? pear install Inline_C -- that's it. You don't need to restart Apache, or load any

Re: [PHP] inline_C installation

2004-11-12 Thread Rory Browne
Not really answering the question(considering that I'm not really sure if the last reply answered it or not) at hand, but inline_c is infact a pear package. It is written in Pure PHP. It works by writing the C Code into a file, using standard php stream functions, and then using the program

[PHP] inline_C installation

2004-11-11 Thread Rayan Lahoud
Does anybody knows how to install a pear package. i have the inline_C package that i want to install and use. And can i have some sample functions using this package? Thank you - Do you Yahoo!? Check out the new Yahoo! Front Page.

Re: [PHP] inline_C installation

2004-11-11 Thread Ryan King
On Nov 11, 2004, at 12:50 PM, Rayan Lahoud wrote: Does anybody knows how to install a pear package. i have the inline_C package that i want to install and use. And can i have some sample functions using this package? I believe the inline_c package is actually a pecl package [pecl.php.net],