PHP Libs

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

PHP Libs

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

you mean extensions like the Bzip2 module?
if so on which os for which os do you plan to develop the extension?
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post 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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
Post Reply