FW: [PHP] Tidy installation problem in php 4.3.8

2004-09-09 Thread Lizet Peña de Sola
Another reply... lizet -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:12 PM To: Lizet Peña de Sola Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Tidy installation problem in php 4.3.8 Lizet Peña de Sola wrote: > Hello Marek, thanks

RE: [PHP] Tidy installation problem in php 4.3.8

2004-09-09 Thread Lizet Peña de Sola
PROTECTED] > Sent: Thursday, September 09, 2004 12:42 PM > To: Lizet Peña de Sola > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Tidy installation problem in php 4.3.8 > > > > Do you mean you installed tidy php module on your hosting company > server? Then you need

Re: [PHP] Tidy installation problem in php 4.3.8

2004-09-09 Thread Marek Kilimajer
stallation problem in php 4.3.8 Do you mean you installed tidy php module on your hosting company server? Then you need to load the module using dl(): if (!extension_loaded('tidy')) { if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) { dl('/path/to/php_tidy.dll&#

RE: [PHP] Tidy installation problem in php 4.3.8

2004-09-09 Thread Lizet Peña de Sola
x27;ll let you know, thanks Lizet -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 12:42 PM To: Lizet Peña de Sola Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Tidy installation problem in php 4.3.8 Do you mean you installed tidy php modu

Re: [PHP] Tidy installation problem in php 4.3.8

2004-09-09 Thread Marek Kilimajer
Lizet Peña de Sola wrote: Hi all, I need to use tidy for cleaning up html in my project, our hosting company has php 4.3.8, so we need to install tidy and make the installation again. After several times, the configure and make commands replied no error, however, the phpinfo() doesn't show the pack

[PHP] Tidy installation problem in php 4.3.8

2004-09-08 Thread Lizet Peña de Sola
Hi all, I need to use tidy for cleaning up html in my project, our hosting company has php 4.3.8, so we need to install tidy and make the installation again. After several times, the configure and make commands replied no error, however, the phpinfo() doesn't show the package as installed and when