Page 1 of 1

Add on extra PHP extension?

PostPosted: 27. June 2005 10:06
by calvinscy
Is it posible to add on extra PHP extension to Xampp? If yes, how to do it?
I mean in detail procedures. :roll:

Other than add on, is it possible to remove unwanted php extension from xampp? Some of the xampp add on extension is not useful to me.
:shock:

Thanks.

PostPosted: 27. June 2005 11:24
by Wiedmann
You can enable/disable extensions in the "php.ini".

PostPosted: 27. June 2005 14:26
by Sjowhan
Can i do this too with ZendOptimizer? (this because some problems and high cpu-usage)

PostPosted: 27. June 2005 14:34
by Wiedmann
Yes.

But, AFAIK ZendOptimizer isn't enabled by default.

PostPosted: 27. June 2005 15:02
by Sjowhan
Wiedmann wrote:Yes.

But, AFAIK ZendOptimizer isn't enabled by default.


Hmm that's weird; because in the thread http://community.apachefriends.org/f/viewtopic.php?t=12329 i've said that in Event Viewer; Zend gives some errors..

PostPosted: 27. June 2005 15:08
by Wiedmann
Well, i don't know your actual configuration.

Why don't you look in your php.ini or phpinfo() to see whether the Optimizer is activ?

PostPosted: 27. June 2005 22:37
by Sjowhan
The Optimizer is active; i have disabled it for testing, but it doesn't work. Even without the optimizer, the cpu runs to 100% when i try to login on Pivot.

PostPosted: 28. June 2005 01:33
by calvinscy
Wiedmann wrote:You can enable/disable extensions in the "php.ini".


Hmmm... after changing php.ini, did I need to perform "Make", "Make Install"?

PostPosted: 28. June 2005 08:18
by Wiedmann
No. Just restart Apache.

(BTW: "make && make install" is Unix stuff)