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

2001-08-13 Thread Thomas Wentzel
Hi Chris! I suggest you go out and by the book "Web Application Development with PHP 4.0" which contains the same documents you are referring to... /Thomas -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

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

2001-07-15 Thread David Eriksson
On Sunday 15 July 2001 16:38, Chris Boot wrote: > Hi, > > > I currently have a .zip with the Zend docs at my site, you can get it > > from there: > > > > http://docs.2good.nu/tmp/zend.zip > > I'd love to get them, but the URL required a user name & password. > Maybe you should move the file somew

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

2001-07-15 Thread Chris Boot
Hi, >> id3lib is a C++ library. I would like to create PHP objects to directly >> interface to the C++ classes within the library. I found the PHP docs about >> developing extensions to be very sparse, and directed mainly for PHP 3. Is >> there anywhere which has proper docs dealing with PHP 4

[PHP-DEV] Newbie writing a PHP extension

2001-07-13 Thread Chris Boot
Hi, I've decided to write an extension to interface to id3lib (http://id3lib.sf.net/). I've created my new extension (using ext_skel) and I understand what's going on in the stub that it creates. I've even modified the config.m4 file to detect whether id3lib is installed properly. id3lib is a