Page 1 of 1

Question about adding options to PHP

PostPosted: 08. December 2008 20:32
by magic8ball
Hello,

XAMPP is perfect for my projects and I thank you SO much for your work.

I have a few questions.

I have a need to create a distro of XAMPP that contains the following options:

PERL:
* NET::SNMP
* NET::TELNET::CISCO
* ALGORITHM::DIFF
* DBI
PHP

* SQL
* SNMP
* SESSION
* GD
Potentially a few others, but these are the basics.

Are these compiled within XAMPP, or is there any way to add these additional options within XAMPP without recompiling them apache/php individually?

I am trying to avoid reinventing the wheel by recreating my own bastardized version XAMPP with the above options prebuilt.

Thanks a lot!

-Magic8Ball