PHP 5.5.14 configure options

Hi all,

We had a module in that runs within php and it is fine except for segfault failure on the stock php 5.5.14 that came on our Amazon instance of Enterprise 12. We couldn’t access the source for this version of PHP and the configure options seem to have been removed from the compile php so we can’t work out what they are. If we compile a later php on the machine then the module runs fine.

Can either someone tell us what the stock php configure options are or how can we access the source to try that particular version?

Thanks
Kev

Hi Kev,

[QUOTE=kgrovescix;28320]Hi all,

We had a module in that runs within php and it is fine except for segfault failure on the stock php 5.5.14 that came on our Amazon instance of Enterprise 12. We couldn’t access the source for this version of PHP and the configure options seem to have been removed from the compile php so we can’t work out what they are. If we compile a later php on the machine then the module runs fine.

Can either someone tell us what the stock php configure options are or how can we access the source to try that particular version?

Thanks
Kev[/QUOTE]

the source to the modules is on the second DVD (either SLES or SDK, depending on where the original RPM is from) and for registered updated systems, you can download individual source RPMs as well.

Regards,
Jens

kgrovescix,

It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.

Has your issue been resolved? If not, you might try one of the following options:

Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.suse.com/faq.php

If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.

Good luck!

Your SUSE Forums Team
http://forums.suse.com

[QUOTE=jmozdzen;28359]Hi Kev,

the source to the modules is on the second DVD (either SLES or SDK, depending on where the original RPM is from) and for registered updated systems, you can download individual source RPMs as well.

Regards,
Jens[/QUOTE]

Hi,

Thanks for the reply but this is the problem. I know where the source is and if we recompile everything is fine, its the supplied binary version where things stop working. There must be a difference between what configure on our system picks up and what was in the original build. What does not help is that the configure settings for the binary form have been stripped from PHP so we can’t come from that direction.

If anyone can shed light on what they were and its most likely optimisation settings over directory paths then that would really help.

Thanks