![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Is there a way to extend PHP features, like adding new database connectivity module, java interoperability etc. without recompiling PHP ? I need a UNIX/Linux solution, something like dropping .so file in certain directory. I am not a hobbist, and I do not have root priviledge at my customers site. My customers are not always capable to recompile PHP themselves, and it causes me problems. I am considering moving to Java/JSP/Velocity combination because of theese problems. thanks DG | |||
| Advertisements |
| | #2 | ||
| Drazen Gemic wrote: > Is there a way to extend PHP features, like adding new database > connectivity module, java interoperability etc. without recompiling PHP ? > I need a UNIX/Linux solution, something like dropping .so file in > certain directory. > > I am not a hobbist, and I do not have root priviledge at my customers site. > My customers are not always capable to recompile PHP themselves, and it > causes me problems. I'm not 100% sure, but I think most of the support stuff for php are compiled as modules (.so), and those can be added on later without needing to recompile the whole PHP. The major issue is that the modules that you have compiled, must be from the same source (version) as the one that is already installed at your customer. Many linux distros comes with a good packages system, which should make it easy for you customers to compile and install the packages without knowing how make and configure works. //Aho | |||
| | #3 | ||
| > I'm not 100% sure, but I think most of the support stuff for php are > compiled as modules (.so), and those can be added on later without > needing to recompile > the whole PHP. The major issue is that the modules that you have > compiled, > must be from the same source (version) as the one that is already > installed at your customer. Thanks. > > Many linux distros comes with a good packages system, which should make > it easy for you customers to compile and install the packages without > knowing how make and configure works. > A company on Linux didn't have problems, but the other one is on SOlaris 8. I'll check SUN freeware, if there is something usefull. DG | |||
| Featured Websites | ||||
|
![]() |
| Tags: extending, php, recompiling, unix, without |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HELP! PHP Image Gallery - Transfer from Unix to Windows Server | Martin C. Petersen | PHP | 1 | 07-01-2007 3:32 PM |
| [PEAR] [PHP_CodeSniffer] Alter specific sniff by extending astandard | roehr@zilleon.com | Pear | 1 | 05-20-2007 6:34 PM |
| [PHP_CodeSniffer] Alter specific sniff by extending a standard | roehr@zilleon.com | Pear | 1 | 05-20-2007 6:34 PM |
| Featured Websites | ||||
|