Page 1 of 1

PHP Libs

Posted: Sun Oct 19, 2003 8:43 pm
by Gen-ik
How do you make your own PHP Lib files? When I get my new server up and running could I compile PHP with a personal Lib ?

Just having some stoned thoughts 8O

Posted: Mon Oct 20, 2003 5:55 am
by volka
you mean extensions like the Bzip2 module?
if so on which os for which os do you plan to develop the extension?

Posted: Mon Oct 20, 2003 8:23 am
by Gen-ik
yep... or like the GD one.

It will be for use on an Apache/PHP/Windows server, and I'll be creating it using Windows.

Posted: Mon Oct 20, 2003 9:15 am
by volka
if you can get your hands on a copy of DevStudio 6 (or newer) then it's really simple. Predefined workspaces are included in the source package of php and Bzip2 is a small extension which you can use to understand the mechanisms.
If you can get devstudio try mingw to compile the source