�� PECL ��չ�⾲̬������ PHP

��ʱ������Ҫ����չ�⾲̬���뵽 PHP �С�����Ҫ����չ��Դ������� php-src/ext/ Ŀ¼��ȥ������ PHP ����ϵͳ�����������ýű���

$ cd /your/phpsrcdir/ext
$ pecl download extname
$ gzip -d < extname.tgz | tar -xvf -
$ mv extname-x.x.x extname

�⽫��������Ŀ¼��


/your/phpsrcdir/ext/extname

��ʱǿ�� PHP �����������ýű���Ȼ���������� PHP��


$ cd /your/phpsrcdir
$ rm configure
$ ./buildconf --force
$ ./configure --help
$ ./configure --with-extname --enable-someotherext --with-foobar
$ make
$ make install

Note: Ҫ����"buildconf"�ű�����Ҫ autoconf 2.13 �� automake 1.4+�����°汾�� autoconf Ҳ���ܹ�����������֧�֣���

�Ƿ��� --enable-extname �� --with-extname ȡ������չ�⡣ͨ������Ҫ�ⲿ���ļ�����չ��ʹ�� --enable��Ҫȷ�ϵĻ����� buildconf ֮�����У�


$ ./configure --help | grep extname