jskaar
06-16-2006, 08:05 AM
Hi, sometimes at php.net I find functions that need to be installed or something. For example:
d3 is part of PECL and can be installed using the PEAR installer. To compile PHP with id3 support, download the sourcecode, put it in php-src/ext/id3 and compile PHP using --enable-id3.
I'm using php5 for Windows. Could anybody explain what I need to do to use the functions for using id3?
d3 is part of PECL and can be installed using the PEAR installer. To compile PHP with id3 support, download the sourcecode, put it in php-src/ext/id3 and compile PHP using --enable-id3.
I'm using php5 for Windows. Could anybody explain what I need to do to use the functions for using id3?