[PHP-DEV] Newbie writing a PHP extension

2001-07-13 Thread Chris Boot
buy that would cover programming non-GUI programs and libraries, and the build process (building configure scripts and Makefiles)? Thanks, -- Chris Boot [EMAIL PROTECTED] "Modem error handling really su~c%dk,s.^D^D&x@R*cCKo#?CB,*o#?C!!b%o#? NO CARRIER -- PHP Development Mailing List <

[PHP-DEV] Undefined symbols

2001-07-13 Thread Chris Boot
done > fi > > if test -z "$ID3_DIR"; then > AC_MSG_RESULT(not found) > AC_MSG_ERROR(Please reinstall the id3 distribution) > fi > > # --with-id3 -> add include path > PHP_ADD_INCLUDE($ID3_DIR/include) > > # --with-id3 -> add the libraries > PHP_ADD_LI

Re: [PHP-DEV] Newbie writing a PHP extension

2001-07-15 Thread Chris Boot
y ID3 extension simple enough not to require such a framework, but I might supply a few classes as examples and to simplify the mid-level interface to a much higher level. > By the way, have you thought about thread safety...? That's not easy > either... Supposedly id3lib is thread-safe.