Heine, Dieter wrote:

> maybe php_config.h hasnot been copied to config.h. It's created by 'phpize' but 
> it may have to copied by hand afterwards
> I remember a patch in the CVS last months. My CVS from june helds an additional 
> line in mkall (cp php_config.h config.h) . It may be missing in 1.4.1. 

Hey, a nit! Well, if noone is using it at the moment, I can pick it...  :)

Just as a remark: we're not even supposed to copy it, but we do since
it's harmless, and it fixes the problem. Every single PHP release
since 4.0.3 introduced build incompatibilities with the previous
release. It's been a challenge keeping up trying to find workarounds;
this is why mkall went from a 4-line convenience script to a 58-line
pseudo-configure script. I'd wish we could use configure to probe for
all this stuff and set create a good configure to set up the module.

>From the looks of it, the 4.0.6 build environment has settled down
somewhat and should offer less surprises. But since not everyone
is going to move to 4.0.6 overnight, we'll have to live with the
build weirdness for a while to come.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to