Good
afternoon,
I try to
compile the ID3 extensions for PHP. If I follow the instructions on the
PHP website, they tell us to download the sources code at PECL, copy files into
src/ext/id3, compile php using --enable-id3.
The id3 folder
contains this files:
CREDITS
EXPERIMENTAL
TODO
config.m4
config.w32
examples/
id3.c
id3.dsp
php_id3.h
This doesn't
work!
There is my
./configure
./configure
--with-curl --with-openssl --with-mysql --with-config-file-path=/etc
--enable-sockets --with-apxs2=/usr/local/a
pache-2.0.52/bin/apxs --with-xml --with-pcre --with-pear --with-mcrypt --enable-ftp --with-gettext=/usr --with-zlib=/usr --ena
ble-calendar --enable-ftp --with-iconv --with-gd --with-jpeg-dir --with-png --with-gmp --with-mm --enable-id3
pache-2.0.52/bin/apxs --with-xml --with-pcre --with-pear --with-mcrypt --enable-ftp --with-gettext=/usr --with-zlib=/usr --ena
ble-calendar --enable-ftp --with-iconv --with-gd --with-jpeg-dir --with-png --with-gmp --with-mm --enable-id3
I found the
id3-0.2.tgz packages at:
I found on the
internet this other solutions:
1- Download the pecl
package.tgz
2- Execute pear
install package.tgz
3- Recompile
PHP.
Doesn't
work.
Did someone can help
me?
I can easly write a
ID3 tools in php ;), and many source code to do that are avaliable on the
Internet. But I want to understand what I do incorrectly, to add alternate
package to PHP.
Thank
you
Martin