Forums MAMPStack

Tidy - possible to use ?

Subscribe to Tidy - possible to use ? 3 post(s), 2 voice(s)

 
Avatar trikorder 2 post(s)

Hello,

I would like to use tidy with my mampstack installation

I tried to install with pecl – not worked maybe because of php5

Somebody has an idea ?

system: mampstack-0.9.4 – Intel – OSX 10.5.2 Leopard

Thanks

 
Avatar Manu Administrator 50 post(s)

Hi!,

The current version of Bitnami Stacks does not totally support pecl, but we’ll try to include it in newest versions. We will update all our stacks to Apache2.2.8, php5.2.6 and MySQL 5.0.51 soon.

Best regards.
Manu

 
Avatar trikorder 2 post(s)

Hi,

Thanks for the reply!
Sounds good I will waiting for that.

Note: What I figured out is that tidy in the pecl is for php4
and a newer version of tidy is part of the php5, one can enable compiling php5—with-tidy
this need tidylib but that is come with leopard.
I tried to compile tidy as loadable module for apple’s built in php5
the compilation successed (needed some workaround) but loading of the module failed.

Cheers.

Forums MAMPStack