Hi everybody!
I wonder how PEAR and PECL works, how to use it and when do we need to use it. I really want to know and learn it but no guide.
Could anyone help explain it to me?
Thanks in advance.
Makara Kao
New to PEAR and PECL
Moderators: egami, macek, gesf
- ruturajv
- php-forum GURU
- Posts: 1279
- Joined: Sat Mar 22, 2003 9:42 am
- Location: Mumbai, India
- Contact:
PEAR is nothing but a bunch of PHP files , which are copied into your PEAR include directory (upon that PEAR package installation ). To use that packagae, you need to include those files in your script and then use it.
PECL, is C code, which needs to compiled with PHP, it is an external module kind of which is built into PHP. for all the pecl functions, you need not include anything.. and directly make those calls.
PECL, is C code, which needs to compiled with PHP, it is an external module kind of which is built into PHP. for all the pecl functions, you need not include anything.. and directly make those calls.
Thanks for your explanation, Ruturajv.
Could you tell me where I can get the PEAR and PECL tutorial?
I really want to know more.
Thanks in advance.
Makara Kao
Could you tell me where I can get the PEAR and PECL tutorial?
I really want to know more.
Thanks in advance.
Makara Kao
- Alexej Kubarev
- Site Admin
- Posts: 2213
- Joined: Fri Mar 05, 2004 7:15 am
- Location: Täby, Stockholms län
- Contact: