faqts : Computers : Programming : Languages : PHP : Installation and Setup

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 18 people (50%) answered Yes
Recently 1 of 2 people (50%) answered Yes

Entry

How do I create a new ext directory with a new set of php4.c files and get them to compile in php4b4?

Mar 8th, 2000 17:17
Paul Gumerman, Tim Crider,


do this, starting at the php source root:

cd ext
./ext_skel your-module-name-here
cd ..
./buildconf

Then go into the ext/your-module-name directory and edit the 
php_your-module-name.h and your-module-name.c files until it's working.