Re: [PHP-INST] Php built in extensions

2001-09-05 Thread Rasmus Lerdorf
I would suggest using current PHP CVS at this point for custom extension development. There have been some changes in the API and you would need to go back and fix your extensions anyway to get them to work with 4.0.7+ ext_skel has also changed quite a bit. If you recreate your extension using

[PHP-INST] Php built in extensions

2001-09-05 Thread Larry Cotton
I've written some functions which I want to use as php extensions on linux. I've downloaded php-4.0.6 and built it successfully. I auto-generated the files using the instuctions in the Zend documenteation at http://www.zend.com/apidoc/c269.php They tell you to do something like this : cd /usr/l