473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

extending PHP on UNIX without recompiling

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
Jul 16 '05 #1
2 2405
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

Jul 16 '05 #2
> 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
Jul 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

75
by: David MacQuigg | last post by:
Seems like we need a simple way to extend Python syntax that doesn't break existing syntax or clash with any other syntax in Python, is easy to type, easy to read, and is clearly distinct from the...
0
by: Primaria Falticeni | last post by:
Can I put a new charset or modify an existing one without recompiling MySQL? If yes, please tell me how. Thanks Anticipated, Iulian -- MySQL General Mailing List
6
by: Sezai Altınok | last post by:
is it possible to build a project without recompiling the forms like in FoxPro? i mean in foxpro when you make some changes even in the code part of a form you can see the effect without a...
17
by: cwdjrxyz | last post by:
Javascript has a very small math function list. However there is no reason that this list can not be extended greatly. Speed is not an issue, unless you nest complicated calculations several levels...
10
by: BBFrost | last post by:
We just recently moved one of our major c# apps from VS Net 2002 to VS Net 2003. At first things were looking ok, now problems are starting to appear. So far ... (1) ...
9
by: friendhouston | last post by:
Hi, Have a requirement where new items may be added later to an existing list of items. These new items may have new features but will need to contain minimum basic features like description and...
16
by: chosechu | last post by:
Hello Pythoneers: I need to pass a list of named arguments to a function in a given order, and make sure these named arguments are retrieved using keys() in the same order they were given....
3
by: katis | last post by:
Hi all :) Is it posible in xsd to change only minOccurs value of element in complex type by extending this type? The problem I'm trying to solve is this: I have two complex types -...
9
by: David T. Ashley | last post by:
Thanks for the helpful replies on the other thread. Essentially it was pointed out that a process with the same UID as the ones writing/reading the pipes would be able to examine the memory of the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.