[PHP] Creating my own External Module for PHP

2002-12-24 Thread Leon Mergen
Hello, I have a little question to which I hope to find an anwser in here. Currently, I have a big script which receives approx 1.5 million hits every day. Since this script does some common calculations that underlying scripts use, I want to rewrite this into C and initially make it an external

Re: [PHP] Creating my own External Module for PHP

2002-12-24 Thread Rasmus Lerdorf
Just run phpize in your directory and then do a ./configure make If your config.m4 was correct you should now have a modules/foo.so in your dir. -Rasmus On Tue, 24 Dec 2002, Leon Mergen wrote: Hello, I have a little question to which I hope to find an anwser in here. Currently, I have a

Re: [PHP] Creating my own External Module for PHP

2002-12-24 Thread Leon Mergen
Hey! That worked! Thanks Rasmus! Grtz, Leon Mergen Rasmus Lerdorf [EMAIL PROTECTED] schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Just run phpize in your directory and then do a ./configure make If your config.m4 was correct you should now have a modules/foo.so in your